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
2004-11-30 19:13:34 +00:00
..
associations Silence errors occurring when reloading classes 2004-11-30 16:25:08 +00:00
connection_adapters symbolize_strings_in_hash shouldnt change receiver -- this should fix the bug with dump_schema in the rakefile 2004-11-26 00:50:49 +00:00
support Silence errors occurring when reloading classes 2004-11-30 16:25:08 +00:00
vendor Initial 2004-11-24 01:04:44 +00:00
wrappers Initial 2004-11-24 01:04:44 +00:00
aggregations.rb Initial 2004-11-24 01:04:44 +00:00
associations.rb Abolished ActionController::Base.require_or_load in favor of require_dependency and ActiveRecord::Base.require_or_load in favor of require_association. Both methods are now also available in the global namespace when you need to require dependencies or associations outside of whats done automatically. 2004-11-30 18:52:20 +00:00
base.rb Moved the global require_* out of the classes so they actually work without stack overflows 2004-11-30 19:13:34 +00:00
callbacks.rb Initial 2004-11-24 01:04:44 +00:00
deprecated_associations.rb Initial 2004-11-24 01:04:44 +00:00
fixtures.rb Initial 2004-11-24 01:04:44 +00:00
observer.rb Initial 2004-11-24 01:04:44 +00:00
reflection.rb Initial 2004-11-24 01:04:44 +00:00
transactions.rb Initial 2004-11-24 01:04:44 +00:00
validations.rb Initial 2004-11-24 01:04:44 +00:00
wrappings.rb Initial 2004-11-24 01:04:44 +00:00