1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
2004-12-19 16:21:55 +00:00
..
active_record Changed the interface on AbstractAdapter to require that adapters return the number of affected rows on delete and update operations. Added that Base.update_all and Base.delete_all return an integer of the number of affected rows #341 2004-12-19 16:21:55 +00:00
active_record.rb Fixed the automated timestamping feature when running under Rails' development environment that resets the inheritable attributes on each request. 2004-12-18 15:15:27 +00:00