- 21 Mar, 2014 1 commit
-
-
Jon Yurek committed
-
- 13 Mar, 2014 1 commit
-
-
Chris Ell 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
-
- 28 Feb, 2014 1 commit
-
-
weexpectedTHIS committed
-
- 26 Feb, 2014 2 commits
-
-
Fix typo "defauly" -> "default" in NEWS
Jon Yurek committed -
The `file` command on OS X takes the --mime-type option, which returns only the type and not the optional encoding. This is nice, but it's not portable. Use --mime and strip the encoding off if it's there. And don't forget this time.
Jon Yurek committed
-
- 25 Feb, 2014 1 commit
-
-
Validators love instances. Seriously, though, this was causing a problem when the validator was being called and the private "send" didn't have an instance to work on.
Jon Yurek committed
-
- 22 Feb, 2014 1 commit
-
-
Joe Lencioni committed
-
- 21 Feb, 2014 6 commits
-
-
Jon Yurek committed
-
Jon Yurek committed
-
Jon Yurek committed
-
Update README to v4.1 for installation
Jon Yurek committed -
This will make Travis not waiting for all builds to finish before notify us the build result. http://blog.travis-ci.com/2013-11-27-fast-finishing-builds/
Prem Sichanugrist committed -
Update link to paperclip-meta repository
Jon Yurek committed
-
- 20 Feb, 2014 1 commit
-
-
Ownership of the paperclip-meta repository was transferred from @y8 to @teeparham.
Tee Parham committed
-
- 16 Feb, 2014 1 commit
-
-
Don Okuda committed
-
- 14 Feb, 2014 8 commits
-
-
Gemfile.lock.
Philip Corliss committed -
Jon Yurek committed
-
Kylan McBride committed
-
Kylan McBride committed
-
Kylan McBride committed
-
Jonah Dahlquist committed
-
It resulted with downloading attachment (i.e. from S3) on each instance validation even when attachment didn't change at all.
Wojciech Wnętrzak committed -
Jon Yurek committed
-
- 11 Feb, 2014 1 commit
-
-
Wojciech Wnętrzak committed
-
- 07 Feb, 2014 3 commits
-
-
Jon Yurek committed
-
Allows a lambda to be passed to decide what format a style should be processed as
Scott Carleton committed -
Marco Otte-Witte committed
-