aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/cases/base/custom_methods_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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>