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

Ticket #11052 (new defect)

Opened 3 months ago

Last modified 2 months ago

[DOCS][PATCH] Transactions do not effect objects

Reported by: Startrader Assigned to: core
Priority: normal Milestone: 2.0.3
Component: ActiveRecord Version: edge
Severity: normal Keywords: transactions, docs
Cc:

Description

The ability of do transaction on objects has been removed from the core rails release, but some of the documentation has not been updated to reflect this change. This patch fixes the description in the README file for ActiveRecord, and removes the words "by default" from transaction.rb as there is no longer any other behavior.

Attachments

Transaction-documentation-update.diff (1.6 kB) - added by Startrader on 02/08/08 00:33:26.

Change History

02/08/08 00:33:26 changed by Startrader

  • attachment Transaction-documentation-update.diff added.

02/08/08 23:40:28 changed by lotswholetime

+1

03/27/08 03:25:19 changed by jsgarvin

  • keywords changed from transactions, documentation to transactions, docs.

object transactions were removed in [6439]

+1