.. |
associations
|
Revert "Fixed bug with polymorphic has_one :as pointing to an STI record"
|
2009-05-11 12:20:54 -07:00 |
connection_adapters
|
Ensure ActiveRecord::Base.connection_pool.with_connection creates a new connection only when needed [#1752 state:resolved]
|
2009-05-01 14:58:10 +01:00 |
locale
|
Merge docrails
|
2009-01-18 18:10:58 +00:00 |
locking
|
Ensure Model#destroy respects optimistic locking [#1966 state:resolved]
|
2009-03-09 14:56:09 +00:00 |
serializers
|
Fix differing rails_to_json arity
|
2009-04-26 20:26:44 -07:00 |
aggregations.rb
|
Merge docrails
|
2008-10-05 22:16:26 +01:00 |
association_preload.rb
|
honour inverse_of when preloading associations
|
2009-05-10 12:50:02 +12:00 |
associations.rb
|
Fixed eager load error on find with include => [:table_name] and hash conditions like {:table_name => {:column => 'value'}}
|
2009-05-10 13:36:51 +12:00 |
attribute_methods.rb
|
Support true/false in query_attribute for calculated columns
|
2009-02-06 13:39:08 +13:00 |
autosave_association.rb
|
Ensure the parent record is always saved when the child is invalid. [#2249 state:resolved]
|
2009-04-27 19:25:27 +01:00 |
base.rb
|
Opt in to Dependencies
|
2009-04-22 16:42:14 -07:00 |
batches.rb
|
Merge docrails
|
2009-03-16 11:28:36 +00:00 |
calculations.rb
|
Ensure calculations respect scoped :select [#1334 state:resolved]
|
2009-03-07 15:26:56 +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
|
Default scope :order should be overridden by named scopes.
|
2009-05-01 14:44:24 -07:00 |
nested_attributes.rb
|
Allow you to pass :all_blank to :reject_if option to automatically create a Proc that will reject any record with blank attributes.
|
2009-05-10 15:02:00 +12: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
|
Providing support for :inverse_of as an option to associations.
|
2009-05-04 15:27:39 -07: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
|
Use Array.wrap
|
2009-04-26 20:24:45 -07:00 |
session_store.rb
|
Bring abstract_controller up to date with rails/master
|
2009-04-13 15:18:45 -07:00 |
test_case.rb
|
Show executed queries when assert_sql assertion fails [#2573 state:resolved]
|
2009-04-28 22:11:47 +01:00 |
timestamp.rb
|
Added :touch option to belongs_to associations that will touch the parent record when the current record is saved or destroyed [DHH]
|
2009-04-16 17:25:55 -05:00 |
transactions.rb
|
Merge docrails
|
2009-04-05 12:36:36 +01:00 |
validations.rb
|
Explicitly require builder for to_xml
|
2009-04-30 20:34:11 -07:00 |
version.rb
|
Prepare for final 2.3 release
|
2009-03-15 22:06:50 -05:00 |