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
2010-07-19 13:44:11 -07:00
..
associations Removed warnings when a variable is shadowed 2010-07-19 23:44:45 +08:00
attribute_methods
connection_adapters reusing the time instrumentation from the instrumenter rather than Benchmark. [#5098 state:open] 2010-07-19 13:44:11 -07:00
locale
locking Set destroyed=true in opt locking's destroy [#5058 state:resolved] 2010-07-14 08:02:17 +02:00
railties Avoid calls to Rails::Application since this is not the official API. 2010-07-01 18:43:44 +02:00
relation Revert "Style fixes" 2010-07-15 13:17:35 +01:00
serializers
validations Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options hash and make various Validators pass their (filtered) options. 2010-06-21 11:55:21 +02:00
aggregations.rb Remove deprecated block usage in composed_of. 2010-06-24 11:17:05 -03:00
association_preload.rb Removed warnings when a variable is shadowed 2010-07-19 23:44:45 +08:00
associations.rb Added missing require of remove_method 2010-07-19 23:44:50 +08:00
attribute_methods.rb
autosave_association.rb save on parent should not cascade to child unless child changed [#3353 state:resolved] 2010-07-18 11:31:29 +02:00
base.rb Revert "Style fixes" 2010-07-15 13:17:35 +01:00
callbacks.rb Merge remote branch 'rails/master' 2010-06-20 23:13:19 +02:00
counter_cache.rb Refactor previous commits a bit. 2010-07-08 23:45:10 +02:00
dynamic_finder_match.rb Remove unintentional API changes. [#1108] 2010-07-14 18:32:28 +01:00
dynamic_scope_match.rb
errors.rb
fixtures.rb Make use of redefine_method, removed some more redefining warnings 2010-07-19 23:44:50 +08:00
log_subscriber.rb Minor performance improvment in notifications/fanout and active_record/log_subscriber [#5098 state:open] 2010-07-19 11:45:50 -07:00
migration.rb Fixed many references to the old config/environment.rb and Rails::Initializer 2010-07-13 13:00:21 +02:00
named_scope.rb Make use of redefine_method, removed some more redefining warnings 2010-07-19 23:44:50 +08:00
nested_attributes.rb accepts_nested_attributes_for typo 2010-06-29 13:32:53 +10:00
observer.rb Fixed many references to the old config/environment.rb and Rails::Initializer 2010-07-13 13:00:21 +02:00
persistence.rb revises the rdoc of update_attributes and update_attributes! to document they are wrapped in a transaction, and adds code comments explaining why 2010-07-14 17:42:57 +02:00
query_cache.rb
railtie.rb Add console hook to force ActiveRecord::Base to be loaded when console starts avoiding reference loops. 2010-07-18 11:02:07 +02:00
reflection.rb
relation.rb enable AS::JSON.encode to encode AR::Relation by providing as_json method 2010-07-13 08:09:28 +02:00
schema.rb
schema_dumper.rb
serialization.rb Adds title and proper formatting to docs. 2010-06-16 22:22:35 +04:30
session_store.rb Avoid uneeded queries in session stores if sid is not given. 2010-07-18 11:02:08 +02:00
test_case.rb Adds title and proper formatting to docs. 2010-06-16 22:22:35 +04:30
timestamp.rb Tidying up a bit, so update_attribute is not called twice on touch. 2010-07-13 08:05:09 +02:00
transactions.rb Merge remote branch 'rails/master' 2010-06-20 23:13:19 +02:00
validations.rb Merge remote branch 'rails/master' 2010-06-20 23:13:19 +02:00
version.rb