aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/transactions.rb
Commit message (Expand)AuthorAgeFilesLines
* frozen state should be restored after txn is abortedAaron Patterson2012-10-221-2/+3
* documents after_(commit|rollback)Xavier Noria2012-08-301-0/+18
* Merge pull request #6073 from daveyeu/restore-state-on-record-invalidRafael Mendonça França2012-08-111-1/+1
* Restore the frozen state on rollback. Fixes #6417.Godfrey Chan2012-05-221-1/+3
* fix nodocsVijay Dev2011-12-091-5/+5
* Revert "Raise error on unknown primary key."Jon Leighton2011-10-051-1/+1
* Raise error on unknown primary key.Jon Leighton2011-10-051-1/+1
* Edited activerecord/lib/active_record/transactions.rb via GitHubAyose2011-06-011-1/+1
* The URL http://dev.mysql.com/doc/refman/5.0/en/savepoints.html is no longer a...Ayose2011-06-011-1/+1
* Use IM when trying to load records using ID.Emilio Tagua2011-04-041-0/+1
* Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-151-13/+11
|\
| * Use run_callbacks; the generated _run_<name>_callbacks method is not a public...John Firebaugh2011-01-311-2/+2
| * remove useless conditionalAaron Patterson2011-01-171-10/+8
| * Allow primary_key to be an attribute when the model is a new recordSantiago Pastorino2010-12-281-2/+2
* | Merge remote branch 'rails/master' into identity_mapEmilio Tagua2010-12-201-15/+19
|\|
| * reviews commit 53bbbccXavier Noria2010-12-111-9/+11
| * Fix doc about nested transaction rollbackIvan Evtukhovich2010-12-091-1/+2
| * Partialy revert f1c13b0dd7b22b5f6289ca1a09f1d7a8c7c8584bJosé Valim2010-11-281-7/+8
* | Remove object from identity map if transaction failed.Emilio Tagua2010-11-191-0/+1
|/
* Don't check if persisted is defined just initialize it properlySantiago Pastorino2010-11-091-1/+0
* use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-6/+7
* #transaction on the instance level should take options as wellCarl Lerche2010-10-141-2/+2
* Merge remote branch 'rails/master'Xavier Noria2010-06-201-0/+1
|\
| * Fix bug with rolling back frozen attributes.Brian Durand2010-06-181-0/+1
* | Adds title to the rest of the files in activerecord/libRizwan Reza2010-06-161-2/+4
|/
* Make logic for after_commit and after_rollback :on option work like it does f...Brian Durand2010-06-081-18/+33
* Revert "Temporarily revert "Update after_commit and after_rollback docs and t...Jeremy Kemper2010-06-081-9/+109
* Temporarily revert "Update after_commit and after_rollback docs and tests to ...Jeremy Kemper2010-06-081-109/+9
* eliminate alias_method_chain from ActiveRecordwycats2010-05-091-12/+10
* edit pass in the transactions preamble rdocXavier Noria2010-05-021-24/+31
* after_(commit|rollback) rdoc, edit passXavier Noria2010-04-301-5/+5
* Update after_commit and after_rollback docs and tests to use new style API wi...Brian Durand2010-04-291-5/+0
* Add after_commit and after_rollback callbacks to ActiveRecord that are called...Brian Durand2010-04-291-14/+117
* save(false) is gone, use save(:validate => false) instead.José Valim2010-01-171-2/+2
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Use DependencyModule for included hooks in ActiveRecordBryan Helmkamp2009-05-111-7/+5
* Merge docrailsPratik Naik2009-04-051-0/+2
* Revert "Wrap calls to update_attributes in a transaction."Michael Koziarski2009-02-221-15/+1
* Wrap calls to update_attributes in a transaction.Xavier Noria2009-02-221-1/+15
* Introduce transaction_joinable flag to mark that the fixtures transaction can...Jeremy Kemper2009-01-101-15/+12
* Merge branch 'master' into savepointsJeremy Kemper2009-01-101-2/+2
|\
| * Don't use the transaction instance method so that people with has_one/belongs...Frederick Cheung2008-12-101-2/+2
* | Rename ActiveRecord::Base#transaction's :force option to :nest. Improve docum...Hongli Lai (Phusion)2008-11-031-2/+57
* | Improve documentation for DatabaseStatements#transactions and AbstractAdapter...Hongli Lai (Phusion)2008-11-031-0/+2
* | Implement savepoints.Jonathan Viney2008-11-031-8/+4
|/
* Merge docrailsPratik Naik2008-10-051-18/+69
* Merge docrailsPratik Naik2008-09-031-1/+1
* Rollback the transaction when a before_* callback returns false.Xavier Noria2008-08-241-2/+14
* Merge docrails changesPratik Naik2008-07-281-3/+6
* Move the transaction counter to the connection object rather than maintaining...Jonathan Viney2008-07-151-14/+3