aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/cases/validations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove Active Resource source files from the repositoryPrem Sichanugrist2012-03-131-67/+0
* updated all the tests in ARes to work with jsonJosh Kalderimis2011-05-181-2/+2
* Active Resource typos.R.T. Lechow2011-03-051-1/+1
* ActiveResource validation tests did not test ActiveModel validations. Adjust ...Ken Mazaika2011-02-151-0/+6
* Remove all deprecation warnings in activeresourceCarlos Antonio da Silva2010-09-061-8/+0
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* save(false) is gone, use save(:validate => false) instead.José Valim2010-01-171-0/+13
* Fix failing ARes isolated testsJoshua Peek2009-09-051-1/+2
* Added save! which raises ResourceInvalid unless valid?taryn2009-08-191-1/+7
* Moved all test cases into a new test/cases directory to match Active Record t...taryn2009-08-191-0/+49