rails--rails/activerecord/test
Neeraj Singh 01629d1804 This patch changes update_attribute implementatino so:
- it will only save the attribute it has been asked to save and not all dirty attributes

- it does not invoke callbacks

- it does change updated_at/on

Signed-off-by: José Valim <jose.valim@gmail.com>
2010-07-08 22:43:18 +02:00
..
assets
cases This patch changes update_attribute implementatino so: 2010-07-08 22:43:18 +02:00
connections ignore selects from data dictionary views when running tests on Oracle 2010-06-04 22:44:03 +03:00
fixtures Test for concatenated orders added 2010-06-26 00:59:11 +02:00
migrations Made migrations transactional for PostgreSQL [#834 state:resolved] 2008-08-22 14:46:25 -07:00
models Eager loading :through associations will join the :source model if there are :conditions. [#2362 state:resolved] 2010-07-08 22:36:26 +02:00
schema adding column named 'group' to ensure that nothing breaks given that 'group' is sql reserved word 2010-06-23 17:46:37 +02:00
config.rb