aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/transactions.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix docs (closes #2491)David Heinemeier Hansson2005-10-261-2/+2
* Added AbstractAdapter#select_value and AbstractAdapter#select_values as conve...David Heinemeier Hansson2005-09-241-3/+1
* Added rollbacks of transactions if they're active as the dispatcher is killed...David Heinemeier Hansson2005-04-101-0/+7
* Finished polishing API docsDavid Heinemeier Hansson2005-02-231-2/+2
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-2/+2
* Restored thread safety to Active Record [andreas]David Heinemeier Hansson2004-12-301-10/+16
* Transactions are now actually working on the database level on save, but thre...David Heinemeier Hansson2004-12-301-1/+2
* Fixed that nested transactions now work by letting the outer most transaction...David Heinemeier Hansson2004-12-221-13/+11
* InitialDavid Heinemeier Hansson2004-11-241-0/+119