.. |
associations
|
Cache columns for has_and_belongs_to_many associations
|
2009-01-17 18:09:13 +13:00 |
connection_adapters
|
Support true/false in query_attribute for calculated columns
|
2009-02-06 13:39:08 +13:00 |
locale
|
Merge docrails
|
2009-01-18 18:10:58 +00:00 |
locking
|
Partial updates don't update lock_version if nothing changed. [#426 state:resolved]
|
2008-06-22 20:33:43 -07:00 |
serializers
|
describe action of include_root_in_json in to_json docs
|
2009-02-27 17:03:05 -05:00 |
aggregations.rb
|
Merge docrails
|
2008-10-05 22:16:26 +01:00 |
association_preload.rb
|
Fix :include of has_one with :primary_key option
|
2008-12-26 23:26:37 +00:00 |
associations.rb
|
Merge with docrails
|
2009-02-24 12:29:25 +00:00 |
attribute_methods.rb
|
Support true/false in query_attribute for calculated columns
|
2009-02-06 13:39:08 +13:00 |
autosave_association.rb
|
Also save :autosave enabled associations when #save! is used.
|
2009-02-06 13:38:15 +13:00 |
base.rb
|
Merge with docrails
|
2009-02-24 12:29:25 +00:00 |
batches.rb
|
Fix docs
|
2009-02-23 12:20:37 +01:00 |
calculations.rb
|
Merge docrails
|
2009-01-18 18:10:58 +00:00 |
callbacks.rb
|
Merge with docrails
|
2009-02-24 12:29:25 +00:00 |
dirty.rb
|
Fixing bug on ActiveRecord::Dirty#field_changed? for nullable numeric columns, NULL gets stored in database for blank (i.e. '') values. Only integer columns were considered.
|
2009-01-16 10:00:39 +13:00 |
dynamic_finder_match.rb
|
Dynamic finders should use the ActiveRecord::Base::find method instead of ::find_initial, :find_last, and ::find_all.
|
2008-10-03 21:28:11 +02:00 |
dynamic_scope_match.rb
|
Introduce dynamic scopes for ActiveRecord: you can now use class methods like scoped_by_user_name(user_name) and scoped_by_user_name_and_password(user_name, password) that will use the scoped method with attributes you supply. [#1648 state:committed]
|
2008-12-28 20:52:46 +01:00 |
fixtures.rb
|
Merge with docrails
|
2009-02-24 12:29:25 +00:00 |
i18n_interpolation_deprecation.rb
|
I18n: move old-style interpolation syntax deprecation to Active Record. [#1044 state:resolved]
|
2008-09-20 19:13:50 +01:00 |
migration.rb
|
Migrations: make default database connection overridable
|
2009-02-04 12:21:22 -08:00 |
named_scope.rb
|
Merge docrails
|
2009-01-18 18:10:58 +00:00 |
nested_attributes.rb
|
Changed API of NestedAttributes to take an array, or hash with index keys, of hashes that have the id on the inside of the attributes hash and updated the FormBuilder to produce such hashes. Also fixed NestedAttributes with composite ids.
|
2009-02-13 21:47:56 +13:00 |
observer.rb
|
Make observers define #after_find in the model only if needed.
|
2008-07-26 16:26:08 +02:00 |
query_cache.rb
|
ActiveRecord::QueryCache middleware
|
2008-12-22 11:31:18 -06:00 |
reflection.rb
|
Add support for nested object forms to ActiveRecord and the helpers in ActionPack
|
2009-02-01 14:44:30 +13:00 |
schema.rb
|
Merge docrails.
|
2008-05-25 12:29:00 +01:00 |
schema_dumper.rb
|
Merge with docrails
|
2008-12-07 03:27:53 +01:00 |
serialization.rb
|
require json lib when serialization is loaded
|
2008-11-24 11:52:29 -06:00 |
session_store.rb
|
Don't use weird attribute_condition methods in AR Session Store
|
2009-02-06 14:32:03 +13:00 |
test_case.rb
|
Add support for nested object forms to ActiveRecord and the helpers in ActionPack
|
2009-02-01 14:44:30 +13:00 |
timestamp.rb
|
Ensure of Model#create support custom updated_at and updated_on attributes [#1612 state:resolved]
|
2008-12-22 15:19:33 +00:00 |
transactions.rb
|
Revert "Wrap calls to update_attributes in a transaction."
|
2009-02-22 16:41:04 +13:00 |
validations.rb
|
removes questionable :message examples (reported in Rails LH #2107)
|
2009-03-04 23:38:17 +01:00 |
version.rb
|
Assume that the next version is going to be 2.3 for now
|
2008-11-19 14:12:38 +01:00 |