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-22 00:48:24 +00:00
..
active_record Fixed that nested transactions now work by letting the outer most transaction have the responsibilty of starting and rolling back the transaction. If any of the inner transactions swallow the exception raised, though, the transaction will not be rolled back. So always let the transaction bubble up even when you've dealt with local issues. Closes #231 and #340. 2004-12-22 00:48:24 +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