Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/activerecord/lib/active_record/transactions.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9226 [9226] 04/05/08 03:52:58 pratik Improve documentation.
(edit) @8484 [8484] 12/22/07 19:05:26 bitsweat Remove leaky unused signal handler for transactions.
(edit) @8481 [8481] 12/22/07 11:26:03 bitsweat Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized …
(edit) @8240 [8240] 11/29/07 22:25:42 xal Removed documentation for the removed rollback! method on transactions and …
(edit) @8113 [8113] 11/08/07 03:37:16 marcel Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]
(edit) @8097 [8097] 11/06/07 19:11:42 marcel Make transaction documentation example more realistic
(edit) @8096 [8096] 11/06/07 19:04:54 marcel Explain semantics of having several different AR instances in a …
(edit) @7315 [7315] 08/14/07 08:53:02 nzkoz Change the implementation of ActiveRecord's attribute reader and writer …
(edit) @6439 [6439] 03/16/07 22:39:01 nzkoz Remove deprecated object transactions. People relying on this …
(edit) @6196 [6196] 02/21/07 22:13:39 david Added database connection as a yield parameter to …
(edit) @5886 [5886] 01/12/07 05:10:06 bitsweat Fix new_record? and id rollback. Closes #6910.
(edit) @5830 [5830] 01/02/07 05:36:30 rick Rollback #new_record? and #id values for created records that rollback in …
(edit) @5405 [5405] 11/02/06 18:12:18 bitsweat Deprecation: object transactions warning.
(edit) @5281 [5281] 10/10/06 19:34:25 bitsweat Wrap save! in a transaction. Closes #6324.
(edit) @4460 [4460] 06/19/06 22:48:51 bitsweat r4644@asus: jeremy | 2006-06-16 14:57:03 -0700 locking r4645@asus: …
(edit) @4312 [4312] 04/29/06 20:20:22 marcel Replace alias method chaining with Module#alias_method_chain. [Marcel …
(edit) @4310 [4310] 04/29/06 18:10:14 marcel Replace Ruby's deprecated append_features in favor of included. [Marcel …
(edit) @2744 [2744] 10/26/05 13:05:48 david Fix docs (closes #2491)
(edit) @2323 [2323] 09/24/05 19:50:57 david Added AbstractAdapter#select_value and AbstractAdapter#select_values as …
(edit) @1136 [1136] 04/10/05 17:34:29 david Added rollbacks of transactions if they're active as the dispatcher is …
(edit) @773 [773] 02/23/05 23:51:34 david Finished polishing API docs
(edit) @525 [525] 02/07/05 14:15:53 david Fixed documentation snafus #575, #576, #577, #585
(edit) @285 [285] 12/30/04 14:51:04 david Restored thread safety to Active Record [andreas]
(edit) @284 [284] 12/30/04 14:29:44 david Transactions are now actually working on the database level on save, but …
(edit) @242 [242] 12/22/04 00:48:24 david Fixed that nested transactions now work by letting the outer most …
(add) @4 [4] 11/24/04 01:04:44 david Initial
Note: See TracRevisionLog for help on using the revision log.