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-07 12:58:46 +02:00
..
associations Don't remove scheduled destroys when loading an association. [#4642 state:resolved] 2010-07-01 01:06:58 +02:00
attribute_methods
connection_adapters Fixed error when removing an index from a table name values, which is a reserved word, with test. 2010-06-29 21:17:07 +02:00
locale
locking
railties Avoid calls to Rails::Application since this is not the official API. 2010-07-01 18:43:44 +02:00
relation No need to check if the attribute exists (this is the same behavior as in 2.3) [#4994 state:resolved] and [#5003 state:resolved] 2010-06-29 20:15:32 +02: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
associations.rb Merge remote branch 'docrails/master' 2010-07-07 12:58:46 +02:00
attribute_methods.rb
autosave_association.rb Add module_eval missing file_name and line_number args [#4712 state:resolved] 2010-06-26 22:38:54 +02:00
base.rb Merge remote branch 'docrails/master' 2010-07-07 12:58:46 +02:00
callbacks.rb Merge remote branch 'rails/master' 2010-06-20 23:13:19 +02:00
counter_cache.rb
dynamic_finder_match.rb
dynamic_scope_match.rb
errors.rb
fixtures.rb
log_subscriber.rb Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] 2010-06-24 13:23:43 +02:00
migration.rb migrations.rb requires active_support/core_ext/module/aliasing [#5008 state:committed] 2010-06-30 00:53:23 +02:00
named_scope.rb Make relation a private method. 2010-07-01 00:09:55 +02:00
nested_attributes.rb accepts_nested_attributes_for typo 2010-06-29 13:32:53 +10:00
observer.rb Define a convention for descendants and subclasses. 2010-07-05 13:01:27 +02:00
persistence.rb Add scoping and unscoped as the syntax to replace the old with_scope and with_exclusive_scope. A few examples: 2010-06-29 17:18:55 +02:00
query_cache.rb
railtie.rb Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] 2010-06-24 13:23:43 +02:00
reflection.rb
relation.rb Tidy up deprecation message for with_exclusive_scope. 2010-06-29 17:42:20 +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 Sessions should not be created until written to and session data should be destroyed on reset. 2010-06-23 11:56:35 -07:00
test_case.rb Adds title and proper formatting to docs. 2010-06-16 22:22:35 +04:30
timestamp.rb Adds title and proper formatting to docs. 2010-06-16 22:22:35 +04:30
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