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