rails--rails/activerecord/test
Josh Kalderimis a0000d0ea0 updated AR#create! to accept an options hash so the mass-assignment security role can be passed in, also updated the Changelog to mention the change to some of the AR method signatures. 2011-05-12 09:24:42 +02:00
..
active_record/connection_adapters introduce a fake AR adapter for mocking database return values 2011-02-04 13:34:57 -08:00
assets
cases updated AR#create! to accept an options hash so the mass-assignment security role can be passed in, also updated the Changelog to mention the change to some of the AR method signatures. 2011-05-12 09:24:42 +02:00
connections use rake to create test databases for us 2011-01-14 14:07:16 -08:00
fixtures Don't use select() values from the join model of a through association. Fixes #508. 2011-05-11 08:56:01 +01:00
migrations in the middle of refactoring 2010-12-03 12:00:09 -08:00
models Don't use select() values from the join model of a through association. Fixes #508. 2011-05-11 08:56:01 +01:00
schema Add test to specify that attributes from an association's conditions should be assigned without mass-assignment protection when a record is built on the association. 2011-05-10 23:35:15 +01:00
config.rb