.. |
associations
|
Fix calling .clear on a has_many :dependent=>:delete_all association. [tarmo] Closes #6904
|
2007-10-07 05:05:12 +00:00 |
connection_adapters
|
Factor out checks for duplicable objects. Closes #9333.
|
2007-10-15 07:13: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
|
Fix Json related documentation for render and the AR serializer. Closes #9814. Closes #9833. [chuyeow]
|
2007-10-15 07:04:10 +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
|
eval with __FILE__ and __LINE__
|
2007-10-10 23:01:18 +00:00 |
associations.rb
|
Add notes to documentation regarding attr_readonly behavior with counter caches and polymorphic associations. Closes #9835 [saimonmoore, rick]
|
2007-10-14 05:32:57 +00:00 |
attribute_methods.rb
|
eval with __FILE__ and __LINE__
|
2007-10-10 23:01:18 +00:00 |
base.rb
|
Factor out checks for duplicable objects. Closes #9333.
|
2007-10-15 07:13:40 +00:00 |
calculations.rb
|
Fix and properly document/test count(column_name) usage. Closes #8999 [lifofifo]
|
2007-07-17 20:16:35 +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
|
Fixtures test fixes and general cleanup. Closes #9682 [norbert]
|
2007-09-28 14:56:07 +00:00 |
migration.rb
|
Change Migration documentation to use the new syntax. Closes #9813 [sjgman9]
|
2007-10-08 03:18:18 +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
|
Makes ActiveRecord::Schema respect AR::Base.table_name_prefix (closes #3848) [rubyonrails@atyp.de]
|
2006-02-25 23:22:04 +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
|
Change the implementation of ActiveRecord's attribute reader and writer methods:
|
2007-08-14 08:53:02 +00:00 |
validations.rb
|
validates_uniqueness_of behaves well with single-table inheritance. Closes #3833.
|
2007-10-08 01:44:55 +00:00 |
version.rb
|
Update versions here too
|
2007-10-12 16:03:54 +00:00 |