aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/cases/base/custom_methods_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove Active Resource source files from the repositoryPrem Sichanugrist2012-03-131-101/+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 tests use AS::TestCaseAaron Patterson2012-01-051-1/+1
|
* updated all the tests in ARes to work with jsonJosh Kalderimis2011-05-181-28/+28
|
* Allow ActiveResource to work with non-generated ids [#5660 state:resolved]Jacques Crocker2010-09-251-1/+1
| | | | | | This commit updates new? so that it knows whether or not the record was actually new or not, and doesn't rely solely on the presence of id. This enables the ability to set a custom primary_key that is not autogenerated by the server. Signed-off-by: José Valim <jose.valim@gmail.com>
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-5/+5
| | | | 's/[ \t]*$//' -i {} \;)
* Moved all test cases into a new test/cases directory to match Active Record ↵taryn2009-08-191-0/+101
test directory structure. Signed-off-by: Joshua Peek <josh@joshpeek.com>