rails--rails/activerecord/lib/active_record
Jon Leighton e588c98035 Refactor to remove some duplication 2012-09-12 23:51:30 +01:00
..
associations Update documentation for CollectionProxy 2012-09-12 14:54:44 -04:00
attribute_methods Raise MissingAttributeError on query methods 2012-09-08 17:40:01 -04:00
coders
connection_adapters Merge pull request #7521 from graceliu/fix_database_url_support 2012-09-12 06:46:09 -07:00
fixtures
locale
locking The default value can be set once in #column_defaults 2012-08-17 18:22:29 +01:00
migration Create default join table name using a Symbol 2012-07-19 09:05:58 -03:00
railties fixed support for DATABASE_URL for rake db tasks 2012-09-11 20:40:13 -07:00
relation Refactor to remove some duplication 2012-09-12 23:51:30 +01:00
scoping load active_support/deprecation in active_support/rails 2012-08-02 21:59:23 +02:00
serializers
tasks fixed support for DATABASE_URL for rake db tasks 2012-09-11 20:40:13 -07:00
validations Merge branch 'master' of github.com:lifo/docrails 2012-08-04 15:18:35 +05:30
aggregations.rb Revert "Removing composed_of from ActiveRecord." 2012-07-27 19:25:14 -03:00
associations.rb Improve exception message for HasManyThroughAssociationPolymorphicSourceError 2012-09-10 08:50:46 +10:00
attribute_assignment.rb Get rid of some arguments by using the accessors 2012-08-18 09:55:38 -03:00
attribute_methods.rb load active_support/deprecation in active_support/rails 2012-08-02 21:59:23 +02:00
autosave_association.rb stop using class_attribute where methods/inheritance will suffice. 2012-07-13 18:55:46 +01:00
base.rb Make ActiveRecord::Model::DeprecationProxy work better 2012-08-03 19:36:37 +01:00
callbacks.rb
connection_handling.rb Make connection pool retrieval faster 2012-08-31 15:56:27 +01:00
core.rb Minor refactor in ActiveRecord#initialize_dup 2012-09-07 14:31:49 -03:00
counter_cache.rb reset_counters() was crashing when there were multiple belongs_to associations with the same foreign key. 2012-08-21 14:10:11 -03:00
dynamic_matchers.rb Renaming active_record_deprecated_finders to activerecord-deprecated_finders 2012-08-17 10:21:52 +01:00
errors.rb
explain.rb load active_support/core_ext/class/attribute in active_support/rails 2012-08-02 21:59:23 +02:00
explain_subscriber.rb
fixtures.rb One hash is enough 2012-08-31 15:56:27 +01:00
inheritance.rb removes usage of Object#in? from the code base (the method remains defined by Active Support) 2012-08-06 00:30:02 +02:00
integration.rb
log_subscriber.rb
migration.rb Revert "Remove update_attribute." 2012-08-25 23:02:30 -03:00
model.rb Merge pull request #7605 from revans/master 2012-09-12 09:29:10 -07:00
model_schema.rb Minor refactoring in Active Record model schema methods 2012-08-21 00:50:43 -03:00
nested_attributes.rb Refactor nested attributes limit logic to lookup :limit option only once 2012-09-08 09:02:41 -03:00
null_relation.rb improve NullRelation docs [ci skip] 2012-07-21 21:45:32 +05:30
observer.rb load active_support/core_ext/class/attribute in active_support/rails 2012-08-02 21:59:23 +02:00
persistence.rb set the configured #inheritance_column on #become (#7503) 2012-09-03 16:08:16 +02:00
query_cache.rb load active_support/core_ext/object/blank in active_support/rails 2012-08-02 21:59:22 +02:00
querying.rb Remove ActiveRecord::Base.to_a 2012-08-03 11:51:52 +01:00
railtie.rb removed warning: shadowing outer local variable 2012-09-09 12:13:13 +05:30
readonly_attributes.rb Use instance_accessor: false instead of instance_writer. 2012-08-21 23:40:28 +09:00
reflection.rb Refactor to remove some duplication 2012-09-12 23:51:30 +01:00
relation.rb Merge pull request #6606 from amatsuda/ar_relation_model_method 2012-08-21 14:43:19 -07:00
result.rb Refactor AR::Result or inherits. Because we have redundant codes about 2012-08-22 01:23:40 +09:00
sanitization.rb Minor refactor in ActiveRecord#initialize_dup 2012-09-07 14:31:49 -03:00
schema.rb Dump schema using new style hash 2012-09-08 11:09:49 +04:00
schema_dumper.rb Dump schema using new style hash 2012-09-08 11:09:49 +04:00
schema_migration.rb Remove duplicated unique index name. 2012-07-14 03:48:11 +09:00
scoping.rb load active_support/concern in active_support/rails 2012-08-02 21:59:23 +02:00
serialization.rb
store.rb Merge branch 'master' of github.com:lifo/docrails 2012-09-09 17:38:47 +05:30
test_case.rb load active_support/deprecation in active_support/rails 2012-08-02 21:59:23 +02:00
timestamp.rb load active_support/core_ext/class/attribute in active_support/rails 2012-08-02 21:59:23 +02:00
transactions.rb create a transaction object and point AR objects at that object during a 2012-09-07 10:22:38 -07:00
translation.rb
validations.rb AR has a subclass of AM:PresenceValidator. 2012-07-20 17:37:57 -04:00
version.rb