.. |
associations
|
Fixed that autosave should validate associations even if master is invalid [#1930 status:committed]
|
2009-02-27 13:50:24 +01:00 |
connection_adapters
|
Ensure ActiveRecord session store's connections are checked in after each request [#1927 state:resolved]
|
2009-02-24 11:34:32 -06: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
|
Merge docrails and update the release notes
|
2009-02-28 19:44:25 +00: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
|
Force all internal calls to Array#to_sentence to use English [#2010 state:resolved]
|
2009-02-27 14:22:39 +01:00 |
attribute_methods.rb
|
Support true/false in query_attribute for calculated columns
|
2009-02-06 13:39:08 +13:00 |
autosave_association.rb
|
Don't validate records of an :autosave association if they're marked for destruction. [#2064 status:resolved]
|
2009-02-27 13:57:27 +01:00 |
base.rb
|
Fix that scoped find with :group and :having [#2006 state:resolved]
|
2009-02-28 17:35:58 +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
|
Update rdoc: all is not a named_scope [#1959 state:committed]
|
2009-02-27 14:43:11 +01: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
|
support end-exclusive ... Ranges in SQL hash condition sanitization properly
|
2009-02-06 13:43:02 +13:00 |
version.rb
|
Prep for RC2 later today
|
2009-02-27 14:46:23 +01:00 |