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
2013-07-23 02:20:28 +09:00
..
associations Revert "Merge pull request #11416 from tigrish/master" 2013-07-22 09:57:51 +03:00
attribute_methods method transplanting between modules isn't supported on 1.9 2013-07-03 14:18:54 -07:00
coders
connection_adapters Defines the return type of select / select_all method. 2013-07-23 02:05:49 +09:00
fixture_set
locale Revert "Merge pull request #11416 from tigrish/master" 2013-07-22 09:57:51 +03:00
locking Tidy up the "Specified column type for quote_value" changes 2013-07-22 04:39:38 -07:00
migration
railties
relation Improve ActiveRecord::QueryMethods#includes docs 2013-07-17 11:37:39 -07:00
scoping Remove deprecated scope use without passing a callable object. 2013-07-03 23:23:11 +02:00
serializers
tasks
validations replace artificial space with RDoc markup (follow up #11285). [ci skip] 2013-07-04 10:21:20 +02:00
aggregations.rb
association_relation.rb
associations.rb
attribute_assignment.rb
attribute_methods.rb Remove deprecation warning from attribute_missing 2013-07-15 19:18:36 +02:00
autosave_association.rb Do not re-save destroyed association on saving parent object 2013-07-15 20:39:30 +03:00
base.rb
callbacks.rb
connection_handling.rb
core.rb Revert "Merge pull request #11299 from arunagw/disable_implicit_join_references_removed" 2013-07-05 16:44:32 +02:00
counter_cache.rb
dynamic_matchers.rb
errors.rb
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb Remove deprecated ActiveRecord::Fixtures.find_table_name in favour of ActiveRecord::Fixtures.default_fixture_model_name. 2013-07-03 15:28:05 +05:30
inheritance.rb
integration.rb
log_subscriber.rb
migration.rb remove leftover if after deprecation removal (68563128). 2013-07-04 15:04:31 +02:00
model_schema.rb removes the obsolete private method column_methods_hash [Closes #11406] 2013-07-16 17:27:58 +02:00
nested_attributes.rb
null_relation.rb
persistence.rb
query_cache.rb
querying.rb
railtie.rb
readonly_attributes.rb
reflection.rb use the superclass implementation 2013-07-18 15:05:49 -07:00
relation.rb refactor to_sql so it does not depend on the to_sql implementation of 2013-07-08 14:31:10 -07:00
result.rb Added some usage about ActiveRecord::Result [ci skip] 2013-07-23 02:20:28 +09:00
runtime_registry.rb
sanitization.rb Don't allow quote_value to be called without a column 2013-07-22 04:49:18 -07:00
schema.rb
schema_dumper.rb
schema_migration.rb
scoping.rb
serialization.rb
statement_cache.rb
store.rb
timestamp.rb
transactions.rb #4566: Remove extra decrement of transaction level 2013-07-14 20:35:31 +03:00
translation.rb
validations.rb
version.rb