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-09-05 14:55:11 -07:00
..
associations support anonymous classes on has_many associations 2013-09-03 14:16:29 -07:00
attribute_methods Perf: avoid array allocation where not needed 2013-08-27 09:20:59 +10:00
coders
connection_adapters Revert "Do not dup the binds when visiting the AST" 2013-08-31 14:56:00 -03:00
fixture_set
locale
locking
migration Make 'enable_extension' revertible 2013-08-10 03:25:04 -04:00
railties Revert "Merge pull request #12085 from valk/master" 2013-09-03 12:18:41 -03:00
relation Merge pull request #11958 from jetthoughts/extract_pre_process_orders_args 2013-09-04 02:00:09 -07:00
scoping Don't need to check if the scope respond to call 2013-08-31 14:53:28 -03:00
serializers
tasks
validations
aggregations.rb
association_relation.rb
associations.rb use consistent keys between cache get / set 2013-08-27 15:35:57 -07:00
attribute_assignment.rb
attribute_methods.rb
autosave_association.rb
base.rb move the cache to the AR models and populate it on inherited 2013-08-30 16:48:20 -07:00
callbacks.rb
connection_handling.rb
core.rb
counter_cache.rb
dynamic_matchers.rb Avoid compiling regexs in AR::Base.respond_to? 2013-08-21 18:18:26 -07:00
errors.rb
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb no need to dup 2013-09-05 14:55:11 -07:00
inheritance.rb
integration.rb
log_subscriber.rb
migration.rb Changing deprecation_horizon to be Rails 4.2 2013-08-24 23:34:43 -04:00
model_schema.rb Perf: memoize serialized column list and time zone column list 2013-08-27 10:44:13 +10:00
nested_attributes.rb Restore the use of #add_to_target for nested attribute updates on existing records, and don't bother updating the association if the update is going to be rejected anyway. 2013-08-12 02:37:39 -07:00
null_relation.rb
persistence.rb
query_cache.rb
querying.rb
railtie.rb
readonly_attributes.rb
reflection.rb support anonymous classes on has_many associations 2013-09-03 14:16:29 -07:00
relation.rb
result.rb Perf: micro optimised Result column hash_row creation 2013-08-29 14:06:24 +10:00
runtime_registry.rb
sanitization.rb
schema.rb
schema_dumper.rb
schema_migration.rb
scoping.rb
serialization.rb
statement_cache.rb
store.rb
timestamp.rb
transactions.rb
translation.rb
validations.rb
version.rb