rails--rails/activerecord/lib/active_record
David Heinemeier Hansson 28fe0c330a Silenced "SHOW FIELDS" and "SET SQL_AUTO_IS_NULL=0" statements from the MySQL driver to improve log signal to noise ration in development [DHH] 2010-02-06 13:20:47 -08:00
..
associations Get rid of construct_count_options_from_args 2010-01-19 20:43:03 +05:30
attribute_methods Revert "Refactoring attributes/types" [#3348 state:open] 2010-01-22 02:37:07 +05:30
connection_adapters Silenced "SHOW FIELDS" and "SET SQL_AUTO_IS_NULL=0" statements from the MySQL driver to improve log signal to noise ration in development [DHH] 2010-02-06 13:20:47 -08:00
locale Drop AR I18n deprecation and simple use errors.messages as fallback. 2010-01-30 13:12:12 +01:00
locking Dont delegate Relation#update to arel 2010-01-20 19:01:26 +05:30
railties Adding guard to make sure test database declarations exist before trying to auto create 2010-02-04 11:57:13 +11:00
relation Rely on arel to generate the correct sql when an empty array is supplied to IN predicate 2010-01-30 19:34:05 +00:00
serializers Break up concerns for choosing what attributes should be serialized and the actual serializer 2009-08-13 22:27:36 -05:00
validations Rename Model.active_relation to Model.unscoped 2010-01-17 03:00:56 +05:30
aggregations.rb Break up DependencyModule's dual function of providing a "depend_on" DSL and "included" block DSL into separate modules. But, unify both approaches under AS::Concern. 2009-05-28 11:35:36 -05:00
association_preload.rb Use unscoped instead of with_exclusive_scope for preloading 2010-01-20 16:11:14 +05:30
associations.rb Remove find_with_associations and related code from associations now that Relation handles that stuff 2010-01-20 01:20:20 +05:30
attribute_methods.rb No need to check for generated method, just redispatch 2009-11-14 01:51:52 -08:00
autosave_association.rb save(false) is gone, use save(:validate => false) instead. 2010-01-17 14:22:34 +01:00
base.rb removing , from ,= statement in WrappedDatabaseException constructor 2010-02-03 17:02:40 -08:00
batches.rb Break up DependencyModule's dual function of providing a "depend_on" DSL and "included" block DSL into separate modules. But, unify both approaches under AS::Concern. 2009-05-28 11:35:36 -05:00
callbacks.rb Ensure deprecated validate methods are invoked when they are private [#3214 status:resolved] 2010-01-18 09:56:36 +01:00
dynamic_finder_match.rb Dynamic finders should use the ActiveRecord::Base::find method instead of ::find_initial, :find_last, and ::find_all. 2008-10-03 21:28:11 +02:00
dynamic_scope_match.rb Introduce dynamic scopes for ActiveRecord: you can now use class methods like scoped_by_user_name(user_name) and scoped_by_user_name_and_password(user_name, password) that will use the scoped method with attributes you supply. [#1648 state:committed] 2008-12-28 20:52:46 +01:00
fixtures.rb Merge docrails 2010-01-17 03:26:20 +05:30
migration.rb fix usage examples and more to use new invocations 2010-02-06 09:51:53 -08:00
named_scope.rb Fix AP's AR integration tests warning 2010-01-20 20:40:20 +05:30
nested_attributes.rb Merge docrails 2010-01-17 03:26:20 +05:30
observer.rb Convert to class_attribute 2010-02-01 02:02:42 -08:00
query_cache.rb ActiveRecord::QueryCache middleware 2008-12-22 11:31:18 -06:00
railtie.rb Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always uses AS. 2010-02-04 10:08:06 -08:00
reflection.rb Renamed AssociationReflection #collection_association? to #collection?. 2010-01-08 21:47:17 +01:00
relation.rb Relation should respond to class methods 2010-01-22 20:14:37 +05:30
schema.rb Allow AR::Schema's migrations_path to be overwritten by subclasses. Defaults to 'db/migrate' 2010-01-08 13:08:23 -08:00
schema_dumper.rb Don't define a default primary key in the schema dumper. 2009-08-08 19:31:35 -07:00
serialization.rb Break up concerns for choosing what attributes should be serialized and the actual serializer 2009-08-13 22:27:36 -05:00
session_store.rb Fix reset_session with ActiveRecord store [#2200 state:resolved] 2009-05-17 14:42:36 -05:00
test_case.rb Autoload AS test case 2010-01-04 16:22:46 -06:00
timestamp.rb Break up DependencyModule's dual function of providing a "depend_on" DSL and "included" block DSL into separate modules. But, unify both approaches under AS::Concern. 2009-05-28 11:35:36 -05:00
transactions.rb save(false) is gone, use save(:validate => false) instead. 2010-01-17 14:22:34 +01:00
validations.rb Drop AR I18n deprecation and simple use errors.messages as fallback. 2010-01-30 13:12:12 +01:00
version.rb Fix tiny version number from '3.0.0beta' to '3.0.0.beta1', so 'rake install' will be run correctly [#3879 status:resolved] 2010-02-06 15:51:44 +01:00