- 11 May, 2014 1 commit
-
- 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 9 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
-
This is a big one. This change converts all of the existing tests from test/unit to RSpec. It's been a long time coming, and was specifically prompted by the inability of minitest to work with Appraisal across the various Rails versions. Instead of ironing out that headache, converting to RSpec was preferable (after initial probing). Many assertions are still assertions and are housed in the Assertions module, but they should be converted as they get touched. Similarly, since we're touching all the tests/specs, we convert all the hashes from 1.8 syntax to 1.9 syntax.
Jon Yurek committed
-
- 04 Mar, 2014 4 commits
-
-
Typo in readme
Jon Yurek committed -
Johan van Zonneveld committed
-
Tyler Porter committed
-
Tyler Porter committed
-