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-01 17:05:52 +09:00
..
associations Merge branch 'master-sec' 2012-05-31 11:25:19 -07:00
attribute_methods Fix #5797. Error calling dup method on AR model with serialized field 2012-05-30 23:24:23 +09:00
coders Psych is always available on 1.9 2012-05-31 10:01:59 -07:00
connection_adapters Work around undiagnosed bug that's draining a relation's bind_values 2012-05-31 00:47:50 -07:00
fixtures Psych is always available on 1.9 2012-05-31 10:01:59 -07:00
locale
locking Fix #5797. Error calling dup method on AR model with serialized field 2012-05-30 23:24:23 +09:00
migration
railties Merge pull request #4132 from Juanmcuello/clone_structure 2012-05-25 17:03:21 -07:00
relation modulize AR::NullRelation 2012-06-01 14:46:13 +09:00
scoping extract deprecated code 2012-04-25 15:45:06 +01:00
serializers changed xml type datetime to dateTime, fixes #6328 2012-05-23 14:45:56 +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 CollectionProxy < Relation 2012-05-11 20:11:04 +01:00
base.rb more edits [ci skip] 2012-05-01 19:18:47 +05:30
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 remove deprecate #update_all usage 2012-04-26 13:29:48 +01:00
dynamic_matchers.rb extract deprecated dynamic methods 2012-05-04 14:31:19 +01:00
errors.rb
explain.rb improve readability of AR explain result 2012-06-01 17:05:52 +09:00
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 Fix wrong return value from reset_sequence_name method. 2012-04-14 00:33:25 +09:00
nested_attributes.rb better wording 2012-05-11 16:27:21 +02:00
null_relation.rb unused method arguments 2012-06-01 14:46:21 +09:00
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 Introducing take as a replacement to the old behavior of first 2012-05-02 21:25:40 -03:00
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 Doc for ActiveRecord::Result empty? method 2012-05-07 21:43:05 +10:00
sanitization.rb de-globalise method 2012-05-04 12:50:07 +01:00
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 extract #with_scope and #with_exclusive_scope to active_record_deprecated_finders 2012-04-25 15:45:06 +01:00
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