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-10-30 18:12:26 +01:00
..
associations Skip include_values from through associations chains for building target scope 2013-10-27 21:15:41 +02:00
attribute_methods ActiveRecord::Store works together with PG hstore columns. 2013-10-25 08:35:35 +02:00
coders
connection_adapters fix code typo in MysqlAdapter .Closes #12647. 2013-10-30 18:12:26 +01:00
fixture_set
locale
locking [ci skip] avoid deprecation warning in sample code 2013-10-18 22:01:50 +09:00
migration
railties
relation Merge branch 'master' into joindep 2013-10-21 14:59:14 -07:00
scoping
serializers
tasks Fix loading a sql structure file on postgres when the file's path has whitespace in it 2013-10-21 13:30:05 -04:00
validations
aggregations.rb
association_relation.rb
associations.rb
attribute_assignment.rb
attribute_methods.rb short arrays in inspect 2013-10-30 08:47:54 +04:00
autosave_association.rb Save association when primary key is manually set 2013-10-24 22:30:30 -02:00
base.rb
callbacks.rb
connection_handling.rb
core.rb
counter_cache.rb
dynamic_matchers.rb
errors.rb
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb
inheritance.rb
integration.rb
log_subscriber.rb
migration.rb Fix migration docs to use new remove_column semantics 2013-10-25 12:16:00 +03:00
model_schema.rb added schema_migrations_table_name to ActiveRecord::Base in order that the name of the schema migrations table can be configured. 2013-10-27 08:50:35 -05:00
nested_attributes.rb
null_relation.rb Pluck on NullRelation accepts a list of columns 2013-10-15 13:11:43 -04:00
persistence.rb
query_cache.rb
querying.rb
railtie.rb
readonly_attributes.rb
reflection.rb scope_chain should not be mutated for other reflections 2013-10-14 11:59:59 -04:00
relation.rb Merge branch 'master' into joindep 2013-10-21 14:59:14 -07:00
result.rb
runtime_registry.rb
sanitization.rb
schema.rb
schema_dumper.rb
schema_migration.rb added schema_migrations_table_name to ActiveRecord::Base in order that the name of the schema migrations table can be configured. 2013-10-27 08:50:35 -05:00
scoping.rb
serialization.rb
statement_cache.rb
store.rb ActiveRecord::Store works together with PG hstore columns. 2013-10-25 08:35:35 +02:00
timestamp.rb
transactions.rb Fixed typo with after_commit docs 2013-10-25 16:59:48 -04:00
translation.rb
validations.rb
version.rb