1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activeresource/test/cases/base
Jacques Crocker ee5ef67c44 Allow ActiveResource to work with non-generated ids [#5660 state:resolved]
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>
2010-09-25 11:15:40 +02:00
..
custom_methods_test.rb Allow ActiveResource to work with non-generated ids [#5660 state:resolved] 2010-09-25 11:15:40 +02:00
equality_test.rb Moved all test cases into a new test/cases directory to match Active Record test directory structure. 2009-08-19 09:03:57 -05:00
load_test.rb fix loading of different elements in array then int and string [#5036 state:resolved] 2010-08-02 17:06:09 +02:00
schema_test.rb resolves rdoc conflict 2010-09-23 22:35:08 +02:00