rails--rails/activerecord/lib/active_record
David Heinemeier Hansson c92ecb82b8 Fixed that multiparameter posts ignored attr_protected #1532 [alec+rails@veryclever.net]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1550 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-06-28 17:15:01 +00:00
..
acts Updated all references to the old find_first and find_all to use the new style #1511 [Marcel Molina] 2005-06-26 11:25:32 +00:00
associations Pass association finder arguments through to the association class exactly as we received them. Fixes case where parent.children.find() is interpreted as Child.find([]) instead of Child.find(). 2005-06-24 20:23:38 +00:00
connection_adapters Make migrations work with the latest SQLite 2005-06-21 06:00:17 +00:00
vendor
wrappers
aggregations.rb Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00
associations.rb Updated all references to the old find_first and find_all to use the new style #1511 [Marcel Molina] 2005-06-26 11:25:32 +00:00
base.rb Fixed that multiparameter posts ignored attr_protected #1532 [alec+rails@veryclever.net] 2005-06-28 17:15:01 +00:00
callbacks.rb Updated all references to the old find_first and find_all to use the new style #1511 [Marcel Molina] 2005-06-26 11:25:32 +00:00
deprecated_associations.rb Moved build_association and create_association for has_one and belongs_to out of deprecation as they work when the association is nil unlike association.build and association.create, which require the association to be already in place #864 2005-04-12 05:34:10 +00:00
deprecated_finders.rb Move nodoc to the individual methods 2005-04-18 07:40:27 +00:00
fixtures.rb Updated all references to the old find_first and find_all to use the new style #1511 [Marcel Molina] 2005-06-26 11:25:32 +00:00
locking.rb
migration.rb Sort the migration files explicitly so that they are always ordered correctly. 2005-06-07 17:00:43 +00:00
observer.rb Doc changes 2005-04-10 17:47:04 +00:00
query_cache.rb Started work on a per-request query cache 2005-05-02 07:04:20 +00:00
reflection.rb Speeded up eager loading a whole bunch 2005-04-18 18:49:34 +00:00
timestamp.rb Speed up timestamping a tad #1227 [skaen] 2005-05-19 19:05:12 +00:00
transactions.rb Added rollbacks of transactions if they're active as the dispatcher is killed gracefully (TERM signal) #1054 [Leon Bredt] 2005-04-10 17:34:29 +00:00
validations.rb Updated all references to the old find_first and find_all to use the new style #1511 [Marcel Molina] 2005-06-26 11:25:32 +00:00
wrappings.rb Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00