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-06-17 13:43:24 +02:00
..
associations Merge branch 'master' of github.com:lifo/docrails 2012-05-30 22:53:52 +05:30
attribute_methods Fix #5797. Error calling dup method on AR model with serialized field 2012-05-30 23:24:23 +09:00
coders
connection_adapters Work around undiagnosed bug that's draining a relation's bind_values 2012-05-31 00:47:50 -07:00
fixtures
locale
locking Fix #5797. Error calling dup method on AR model with serialized field 2012-05-30 23:24:23 +09:00
migration
railties db:create for MySQL now much cleaner. 2012-06-17 13:43:24 +02:00
relation Merge branch 'master' of github.com:lifo/docrails 2012-05-30 22:53:52 +05:30
scoping
serializers changed xml type datetime to dateTime, fixes #6328 2012-05-23 14:45:56 +02:00
tasks db:create for MySQL now much cleaner. 2012-06-17 13:43:24 +02:00
validations Revert "Remove blank trailing comments" 2012-05-23 22:43:08 +05:30
aggregations.rb Merge branch 'master' of github.com:lifo/docrails 2012-05-23 23:26:39 +05:30
associations.rb Update AR has_one association example 2012-05-16 09:00:26 +04:00
attribute_assignment.rb
attribute_methods.rb
autosave_association.rb
base.rb
callbacks.rb Revert "Remove blank trailing comments" 2012-05-23 22:43:08 +05:30
connection_handling.rb
core.rb Fix #5797. Error calling dup method on AR model with serialized field 2012-05-30 23:24:23 +09:00
counter_cache.rb
dynamic_matchers.rb
errors.rb
explain.rb
explain_subscriber.rb
fixtures.rb Fix an error in example in methods of instanciated fixtures. 2012-05-15 09:40:03 +02:00
inheritance.rb
integration.rb Increase AR#cache_key precision to nanoseconds 2012-05-19 08:20:08 +08:00
log_subscriber.rb
migration.rb SchemaMigration should be loaded lazily. 2012-05-29 22:32:15 +09:00
model.rb Revert "Remove blank trailing comments" 2012-05-23 22:43:08 +05:30
model_schema.rb
nested_attributes.rb
null_relation.rb
observer.rb Revert "Remove blank trailing comments" 2012-05-23 22:43:08 +05:30
persistence.rb Revert "Remove blank trailing comments" 2012-05-23 22:43:08 +05:30
query_cache.rb
querying.rb
railtie.rb Fix #5847 and #4045 on master. 2012-05-30 00:27:43 +09:00
readonly_attributes.rb
reflection.rb Revert "Remove blank trailing comments" 2012-05-23 22:43:08 +05:30
relation.rb add explanation of raising errors when a limit scope is supplied in Relation#delete_all 2012-05-18 15:06:47 -05:00
result.rb
sanitization.rb
schema.rb Call methods on the correct instance in AR::Schema.define 2012-05-16 15:19:59 -07:00
schema_dumper.rb
schema_migration.rb
scoping.rb
serialization.rb
session_store.rb Rename test file so that the test suite matches it, implement persisted? for SqlBypass as expected by tests and convert session_id to string before using on queries to get correct quotes on postgresql (avoid casting error). 2012-05-16 00:28:03 -03:00
store.rb Fix backward compatibility with stored Hash values. Wrap coders to convert serialized values to indifferent access. 2012-05-30 23:21:57 -07:00
test_case.rb
timestamp.rb
transactions.rb Restore the frozen state on rollback. Fixes #6417. 2012-05-21 14:57:04 -07:00
translation.rb
validations.rb
version.rb