.. |
associations
|
Make sure that << works on has_many associations on unsaved records. Closes #9989 [hasmanyjosh]
|
2007-10-28 03:39:18 +00:00 |
connection_adapters
|
Standardize on using hyphens rather than colons to separate option names from their explanation in documentation. Replace + with tt tags. Closes #8732. [ryanb]
|
2007-11-06 23:33:40 +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
|
Add missing file for revision #8090
|
2007-11-06 18:47:27 +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
|
Update association/method mapping table to refected latest collection methods for has_many :through. Closes #8772 [lifofifo]
|
2007-11-06 23:20:22 +00:00 |
attribute_methods.rb
|
eval with __FILE__ and __LINE__
|
2007-10-10 23:01:18 +00:00 |
base.rb
|
Enhance explanation with more examples for attr_accessible macro. Closes #8095 [fearoffish, Marcel Molina]
|
2007-11-06 23:50:23 +00:00 |
calculations.rb
|
Standardize on using hyphens rather than colons to separate option names from their explanation in documentation. Replace + with tt tags. Closes #8732. [ryanb]
|
2007-11-06 23:33:40 +00:00 |
callbacks.rb
|
Performance: absorb instantiate and initialize_with_callbacks into the Base methods.
|
2007-08-31 01:56:39 +00:00 |
fixtures.rb
|
Make fixtures work with the new test subclasses. [tarmo, Koz]
|
2007-10-31 05:43:52 +00:00 |
migration.rb
|
Update add_index documentation to use new options api. Closes #9787 [kamal]
|
2007-10-26 03:55:22 +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
|
Change belongs_to so that the foreign_key assumption is taken from the association name, not the class name. Closes #8992 [hasmanyjosh]
|
2007-07-16 20:21:36 +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
|
minor speedups + forward-compat syntax
|
2007-09-13 23:13:34 +00:00 |
serialization.rb
|
Added :include option to to_json (closes #9677) [chuyeow]
|
2007-09-28 14:07:23 +00:00 |
timestamp.rb
|
Revert [4706] which added incorrect docs. References #5684.
|
2007-05-19 22:15:28 +00:00 |
transactions.rb
|
Make transaction documentation example more realistic
|
2007-11-06 19:11:42 +00:00 |
validations.rb
|
validates_uniqueness_of behaves well with abstract superclasses. References #3833, closes #9886.
|
2007-10-23 06:18:42 +00:00 |
version.rb
|
Update versions here too
|
2007-10-12 16:03:54 +00:00 |