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
Jon Leighton 7f3b475608 Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql."
This reverts commit 3803fcce26.

Conflicts:
	activerecord/CHANGELOG.md

It will be deprecated only in 4.0, and removed properly in 4.1.
2012-08-01 19:46:31 +01:00
..
associations Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql." 2012-08-01 19:46:31 +01:00
attribute_methods
coders
connection_adapters
fixtures
locale
locking
migration
railties
relation AR::Relation#order: make new order prepend old one 2012-07-31 10:24:18 +03:00
scoping
serializers
tasks
validations
aggregations.rb Revert "Removing composed_of from ActiveRecord." 2012-07-27 19:25:14 -03:00
associations.rb Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql." 2012-08-01 19:46:31 +01:00
attribute_assignment.rb Revert "Removing composed_of from ActiveRecord." 2012-07-27 19:25:14 -03:00
attribute_methods.rb
autosave_association.rb
base.rb
callbacks.rb
connection_handling.rb
core.rb Revert "Removing composed_of from ActiveRecord." 2012-07-27 19:25:14 -03:00
counter_cache.rb
dynamic_matchers.rb Revert "Removing composed_of from ActiveRecord." 2012-07-27 19:25:14 -03:00
errors.rb
explain.rb
explain_subscriber.rb
fixtures.rb
inheritance.rb
integration.rb
log_subscriber.rb
migration.rb
model.rb Revert "Removing composed_of from ActiveRecord." 2012-07-27 19:25:14 -03:00
model_schema.rb Refactor to reset_table_name 2012-07-28 18:55:41 +04:00
nested_attributes.rb
null_relation.rb
observer.rb
persistence.rb Remove the deprecation of update_column. 2012-07-30 10:50:18 -03:00
query_cache.rb
querying.rb
railtie.rb The use_schema_cache_dump configuration moved to ActiveRecord. 2012-08-02 00:47:54 +09:00
readonly_attributes.rb
reflection.rb Revert "Removing composed_of from ActiveRecord." 2012-07-27 19:25:14 -03:00
relation.rb
result.rb
sanitization.rb Revert "Removing composed_of from ActiveRecord." 2012-07-27 19:25:14 -03:00
schema.rb
schema_dumper.rb
schema_migration.rb
scoping.rb
serialization.rb
session_store.rb missing require: the AR session store depends on the AP abstract store 2012-07-28 17:51:56 +02:00
store.rb
test_case.rb
timestamp.rb
transactions.rb
translation.rb
validations.rb
version.rb