- 16 May, 2014 5 commits
-
-
Fixes #1550
Prem Sichanugrist committed -
Remove typo in contributing guidelines
Prem Sichanugrist committed -
Lucas Caton committed
-
Lucas Caton committed
-
Lucas Caton committed
-
- 15 May, 2014 1 commit
-
-
Remove extraneous 'not'.
Adarsh Pandit committed
-
- 09 May, 2014 10 commits
-
-
added :preserve_files notes to the README
Prem Sichanugrist committed -
Drew Cimino committed
-
Document requirement for file command.
Prem Sichanugrist committed -
Update Capistrano Task example for working in 3.x version
Prem Sichanugrist committed -
Optionally disable inspecting EXIF for orientation
Prem Sichanugrist committed -
Ensure required validations accepts subclasses
Prem Sichanugrist committed -
Add german locale file
Prem Sichanugrist committed -
Clemens Gruber committed
-
Locale file for spanish
Jon Yurek committed -
Dan Wilson committed
-
- 08 May, 2014 1 commit
-
-
Mauricio Pasquier Juan committed
-
- 02 May, 2014 1 commit
-
-
* Extract private methods * Remove trailing conditionals * Remove explicit returns * Remove `.self`
Adarsh Pandit committed
-
- 11 Apr, 2014 2 commits
-
-
Jake Quain committed
-
Patrick Byrne committed
-
- 09 Apr, 2014 1 commit
-
-
Francesco Donadon committed
-
- 06 Apr, 2014 1 commit
-
-
Mike Boone committed
-
- 04 Apr, 2014 5 commits
-
-
Jon Yurek committed
-
Jon Yurek committed
-
Mike Mangino committed
-
Mike Mangino committed
-
Add docs badge to README
Jon Yurek committed
-
- 21 Mar, 2014 3 commits
-
-
Evan Prothro committed
-
Jon Yurek committed
-
Jon Yurek committed
-
- 13 Mar, 2014 1 commit
-
-
Chris Ell committed
-
- 12 Mar, 2014 1 commit
-
-
René Föhring committed
-
- 11 Mar, 2014 8 commits
-
-
Jon Yurek committed
-
There's nothing they can be spoofing, and there's little danger of a webserver accidentally sending a dangerous Content-Type with a file that has no extension. If the browser chooses to interpret it in a dangerous manner, no server-side library on earth can change that. This isn't specifically related to RSpec, but is built off the branch and is part of an effort to get the CI build green.
Jon Yurek committed -
First off, sqlite3 needs to be exactly v1.3.8. Need to make sure both racc and rubysl are in the Gemfiles. RBX's File.join doesn't like nil at all. RBX also doesn't like to remove a constant that doesn't exist yet.
Jon Yurek committed -
Jon Yurek committed
-
Jon Yurek committed
-
Jon Yurek committed
-
There were a bunch of free-floating methods in spec_helper. They were pulled over from test/helper, but they shouldn't be there. Move them into appropriate modules in spec/support. This commit also cleans up the "should_accept/reject_dummy_class methods in favor of using proper matchers directly. This commit should probably not get squashed or git will likely forget that those matcher specs are the same file because of how much changed.
Jon Yurek committed -
Jon Yurek committed
-