rails--rails/activerecord/lib/active_record
Rick Olson 2c6b6e2866 automatically add primary key to #select_limited_ids_list order by clause for databases that require order columns in the distinct statements (postgresql) [Rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5292 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-10-13 08:52:33 +00:00
..
acts Deprecation tests. Remove warnings for dynamic finders and for the foo_count ethod if it's also an attribute. 2006-09-15 07:02:05 +00:00
associations Add #delete support to has_many :through associations. Closes #6049 [Martin Landers] 2006-10-09 03:21:52 +00:00
connection_adapters automatically add primary key to #select_limited_ids_list order by clause for databases that require order columns in the distinct statements (postgresql) [Rick] 2006-10-13 08:52:33 +00:00
locking Backed out of new_record? to new? transformation as it would screw up existing models that did boolean calls on "new" attributes [DHH] 2006-09-05 18:54:24 +00:00
vendor
wrappers
aggregations.rb Backed out of new_record? to new? transformation as it would screw up existing models that did boolean calls on "new" attributes [DHH] 2006-09-05 18:54:24 +00:00
associations.rb automatically add primary key to #select_limited_ids_list order by clause for databases that require order columns in the distinct statements (postgresql) [Rick] 2006-10-13 08:52:33 +00:00
attribute_methods.rb
base.rb Added update_attributes! which uses save! to raise an exception if a validation error prevents saving (closes #6192) [jonathan] 2006-10-09 01:52:24 +00:00
calculations.rb Include caller of deprecated count method. 2006-09-29 07:48:16 +00:00
callbacks.rb Backed out of new_record? to new? transformation as it would screw up existing models that did boolean calls on "new" attributes [DHH] 2006-09-05 18:54:24 +00:00
deprecated_associations.rb Deprecation tests. Remove warnings for dynamic finders and for the foo_count ethod if it's also an attribute. 2006-09-15 07:02:05 +00:00
deprecated_finders.rb
fixtures.rb Compare to 0 rather than call zero? to handle nil. 2006-10-11 00:29:59 +00:00
migration.rb improve example in migrations docs, closes #6370 2006-10-09 22:05:50 +00:00
observer.rb Add an attribute reader method for ActiveRecord::Base.observers [Rick Olson] 2006-09-30 01:37:07 +00:00
query_cache.rb
reflection.rb
schema.rb
schema_dumper.rb
timestamp.rb
transactions.rb Wrap save! in a transaction. Closes #6324. 2006-10-10 19:34:25 +00:00
validations.rb Deprecated add_on_boundary_breaking (use validates_length_of instead) (closes #6292) [BobSilva] 2006-10-09 01:42:09 +00:00
version.rb Version updates and missing licenses 2006-09-15 10:13:27 +00:00
wrappings.rb
xml_serialization.rb Use class name as XML_TYPE_NAMES key. 2006-09-29 22:45:58 +00:00