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
Jon Leighton e030f26ad3 Simplify AR configuration code.
Get rid of ActiveModel::Configuration, make better use of
ActiveSupport::Concern + class_attribute, etc.
2012-06-15 19:15:36 +01:00
..
associations Remove update_attribute. 2012-06-14 18:54:24 +02:00
attribute_methods Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
coders Psych is always available on 1.9 2012-05-31 10:01:59 -07:00
connection_adapters Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
fixtures Psych is always available on 1.9 2012-05-31 10:01:59 -07:00
locale
locking Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
migration
railties Merge pull request #4132 from Juanmcuello/clone_structure 2012-05-25 17:03:21 -07:00
relation Address ORA-00911 errors because of the heading underscore. 2012-06-11 11:41:07 +09:00
scoping Simplify AR configuration code. 2012-06-15 19:15:36 +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
attribute_assignment.rb Merge pull request #6676 from aurelian/master 2012-06-12 10:45:19 -07:00
attribute_methods.rb Use each_with_object instead of each here 2012-06-09 09:40:55 -03:00
autosave_association.rb
base.rb
callbacks.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
connection_handling.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
core.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
counter_cache.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
dynamic_matchers.rb
errors.rb + ActiveRecord::Base#destroy! 2012-06-06 13:27:51 -04:00
explain.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
explain_subscriber.rb
fixtures.rb
inheritance.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
integration.rb Increase AR#cache_key precision to nanoseconds 2012-05-19 08:20:08 +08:00
log_subscriber.rb
migration.rb Remove update_attribute. 2012-06-14 18:54:24 +02:00
model.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
model_schema.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
nested_attributes.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01: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 Remove update_attribute. 2012-06-14 18:54:24 +02:00
query_cache.rb
querying.rb
railtie.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
readonly_attributes.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
reflection.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
relation.rb
result.rb
sanitization.rb
schema.rb
schema_dumper.rb reduce number of Strings 2012-06-06 23:33:31 +09:00
schema_migration.rb
scoping.rb
serialization.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
session_store.rb
store.rb Fixed typo. 2012-06-11 09:54:54 -03:00
test_case.rb Fix fragile #assert_queries implementation and usages. 2012-06-09 14:16:13 -07:00
timestamp.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
transactions.rb Restore the frozen state on rollback. Fixes #6417. 2012-05-21 14:57:04 -07:00
translation.rb
validations.rb
version.rb