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
2012-12-21 17:41:39 -05:00
..
associations Fix for has_many_through counter_cache bug 2012-12-14 10:03:05 -08:00
attribute_methods Serialized attribute can be serialized in an integer column 2012-12-21 14:41:13 -03:00
coders
connection_adapters Fix calling quote column name in interpolated string 2012-12-21 19:54:44 -02:00
fixture_set
locale
locking 1.9 Syntax related changes 2012-11-10 17:16:21 +02:00
migration Remove duplicated methods in command recorder and duplicated test name 2012-12-21 19:55:24 -02:00
railties Shush deprecation warning due to initializing a Migrator with migration paths rather than migrations. Use Migrator.open(paths) instead. Thanks @rubys! 2012-12-12 15:38:46 -07:00
relation Replace some global Hash usages with the new thread safe cache. 2012-12-14 12:18:47 +01:00
scoping Replace comments' non-breaking spaces with spaces 2012-12-04 22:11:54 -08:00
serializers 1.9 Syntax related changes 2012-11-10 17:16:21 +02:00
tasks
validations Extract some methods 2012-12-18 09:04:23 -02:00
aggregations.rb 1.9 hash syntax changes 2012-11-08 23:16:54 +02:00
associations.rb Deprecate Relation#sum with a block. 2012-11-21 22:21:01 -02:00
attribute_assignment.rb Deprecate obsolete Time to DateTime fallback methods 2012-12-11 13:57:05 +00:00
attribute_methods.rb Keep the code related to serialization in Serialization module. 2012-11-10 01:45:43 +04:00
autosave_association.rb Cleans and removes 'Examples' tag [ci skip] 2012-12-01 15:35:04 -05:00
base.rb Added STI support to init and building associations 2012-11-29 05:50:34 +00:00
callbacks.rb 1.9 hash syntax changes 2012-11-08 23:16:54 +02:00
connection_handling.rb 1.9 hash syntax changes 2012-11-08 23:16:54 +02:00
core.rb Don't allocate new strings in compiled attribute methods 2012-11-21 21:59:09 +00:00
counter_cache.rb grammar improvements for increment_counter and decrement_counter docs 2012-12-02 19:40:31 -08:00
dynamic_matchers.rb
errors.rb Revert "Add documentation to TransactionIsolationError [ci skip]" 2012-12-04 21:56:21 +05:30
explain.rb Don't run explain on slow queries for database adapters that don't support it 2012-11-26 09:36:04 -06:00
explain_subscriber.rb
fixtures.rb Fix argument name in fixtures method 2012-12-18 18:27:52 -02:00
inheritance.rb Move instantiation responsibilities from Inheritance to Persistence. Have Inheritance#discriminate_class_for_record handle STI lookup duties. 2012-11-29 08:56:09 -07:00
integration.rb Allow users to choose the timestamp format in the cache key 2012-12-10 17:48:26 -03:00
log_subscriber.rb Skip binary data with binds test for mysql2, fix build 2012-12-14 21:21:37 -02:00
migration.rb Correctly shows RAILS_ENV=development even when ENV['RAILS_ENV'] is not set (e.g., in Pow) 2012-12-21 17:41:39 -05:00
model_schema.rb Fix decorating columns for serialized attributes 2012-12-10 14:44:24 +09:00
nested_attributes.rb 1.9 Syntax related changes 2012-11-10 17:16:21 +02:00
null_relation.rb Delegate all calculations to the scope. 2012-11-09 12:09:37 +00:00
persistence.rb Unscope update_column(s) query to ignore default scope 2012-12-06 23:17:56 -02:00
query_cache.rb Fix typo. 2012-12-03 12:37:45 +08:00
querying.rb Cleans and removes 'Examples' tag [ci skip] 2012-12-01 15:35:04 -05:00
railtie.rb Fix typo in the Observers deprecation message. [ci skip] 2012-11-28 23:08:41 -02:00
readonly_attributes.rb
reflection.rb Added STI support to init and building associations 2012-11-29 05:50:34 +00:00
relation.rb Remove observers and sweepers 2012-11-28 22:46:49 -02:00
result.rb
sanitization.rb 1.9 Syntax related changes 2012-11-10 17:16:21 +02:00
schema.rb Move to the schema-migrations-metadata branch. 2012-12-09 15:57:34 -07:00
schema_dumper.rb Move to the schema-migrations-metadata branch. 2012-12-09 15:57:34 -07:00
schema_migration.rb Move to the schema-migrations-metadata branch. 2012-12-09 15:57:34 -07:00
scoping.rb
serialization.rb
store.rb
test_case.rb
timestamp.rb Remove not used load hooks for active_record_config 2012-11-09 12:45:50 -02:00
transactions.rb 1.9 Syntax related changes 2012-11-10 17:16:21 +02:00
translation.rb
validations.rb
version.rb