.. |
associations
|
Fix HasManyThrough Association so it uses :conditions on the HasMany Association. Closes #9729 [danger]
|
2007-11-11 01:03:43 +00:00 |
connection_adapters
|
Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]
|
2007-11-08 03:37:16 +00:00 |
locking
|
Optimistic locking: revert the lock version when an update fails. Closes #7840. Also return the number of affected rows instead of true.
|
2007-05-25 21:31:44 +00:00 |
serializers
|
Base#to_xml supports the nil="true" attribute like Hash#to_xml. Closes #8268.
|
2007-11-14 10:33:25 +00:00 |
vendor
|
Remove deprecated object transactions. People relying on this functionality should install the object_transactions plugin at http://code.bitsweat.net/svn/object_transactions. Closes #5637 [Koz, Jeremy Kemper]
|
2007-03-16 22:39:01 +00:00 |
aggregations.rb
|
Assigning an instance of a foreign class to a composed_of aggregate calls an optional conversion block. Refactor and simplify composed_of implementation. Closes #6322.
|
2007-10-23 17:39:35 +00:00 |
associations.rb
|
Ensure that column names are quoted. Closes #10134 [wesley.moxam]
|
2007-11-10 21:33:13 +00:00 |
attribute_methods.rb
|
eval with __FILE__ and __LINE__
|
2007-10-10 23:01:18 +00:00 |
base.rb
|
Kill the whiny_protected_attributes setting and kill the exception raised. Instead, just log the mass-assignment misalignment as a debug warning (closes #9966)
|
2007-11-09 19:57:24 +00:00 |
calculations.rb
|
Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]
|
2007-11-08 03:37:16 +00:00 |
callbacks.rb
|
Change plings to the more conventional quotes in the documentation. Closes #10104 [danger]
|
2007-11-12 18:36:42 +00:00 |
fixtures.rb
|
Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]
|
2007-11-08 03:37:16 +00:00 |
migration.rb
|
Improve documentation for IrreversibleMigrations. Closes #9636 [toolmantim]
|
2007-11-11 21:31:59 +00:00 |
observer.rb
|
Observers can observe model names as symbols properly now. Closes #9869 [queso]
|
2007-10-14 05:20:24 +00:00 |
query_cache.rb
|
Speed up and simplify query caching.
|
2007-09-17 06:15:58 +00:00 |
reflection.rb
|
Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]
|
2007-11-08 03:37:16 +00:00 |
schema.rb
|
Update Schema documentation to use updated sexy migration notation. Closes #10086 [sjgman9]
|
2007-11-06 18:26:54 +00:00 |
schema_dumper.rb
|
Set the record straight on the purpose and utility of db/schema.rb
|
2007-11-09 22:08:52 +00:00 |
serialization.rb
|
Added :include option to to_json (closes #9677) [chuyeow]
|
2007-09-28 14:07:23 +00:00 |
timestamp.rb
|
Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]
|
2007-11-08 03:37:16 +00:00 |
transactions.rb
|
Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]
|
2007-11-08 03:37:16 +00:00 |
validations.rb
|
Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]
|
2007-11-08 03:37:16 +00:00 |
version.rb
|
Prepare versions for RC1
|
2007-11-09 20:02:29 +00:00 |