aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/fixtures/project.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove Active Resource source files from the repositoryPrem Sichanugrist2012-03-131-18/+0
| | | | | | | | | | Dear Active Resource, It's not that I hate you or anything, but you didn't get much attention lately. There're so many alternatives out there, and I think people have made their choice to use them than you. I think it's time for you to have a big rest, peacefully in this Git repository. I will miss you, @sikachu.
* ActiveResource validation tests did not test ActiveModel validations. Adjust ↵Ken Mazaika2011-02-151-13/+6
| | | | | | the test to be done the Rails3 way. Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* Added validations to ActiveResource. Added a smoke test to see if we can add ↵taryn2009-08-191-0/+25
a validation and use it, and add a validates callback and use it. Signed-off-by: Joshua Peek <josh@joshpeek.com>