1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record
2007-09-18 10:26:56 +00:00
..
associations Stop users from calling .create on a has_many / habtm association when the owner is a new_record? 2007-09-18 10:26:56 +00:00
connection_adapters Don't worry about retrieving the last inserted id. [tarmo_t] 2007-09-17 20:43:02 +00:00
locking
vendor
aggregations.rb
associations.rb Associations macros accept extension blocks alongside modules. Closes #9346. 2007-09-17 21:19:44 +00:00
attribute_methods.rb Ensure that custom mutators aren't redefined by define_attribute_methods. [Koz] 2007-09-17 09:29:02 +00:00
base.rb Define dynamic finders as real methods after first usage. Close #9317 2007-09-18 10:04:11 +00:00
calculations.rb
callbacks.rb Performance: absorb instantiate and initialize_with_callbacks into the Base methods. 2007-08-31 01:56:39 +00:00
fixtures.rb
migration.rb
observer.rb Deprecation: removed Reloadable. 2007-09-14 00:25:59 +00:00
query_cache.rb Speed up and simplify query caching. 2007-09-17 06:15:58 +00:00
reflection.rb
schema.rb
schema_dumper.rb minor speedups + forward-compat syntax 2007-09-13 23:13:34 +00:00
timestamp.rb
transactions.rb
validations.rb minor speedups + forward-compat syntax 2007-09-13 23:13:34 +00:00
version.rb
xml_serialization.rb