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-18 01:16:44 -05: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 Avoid unnecessary catching of Exception instead of StandardError. 2012-06-17 03:50:14 -04: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 #6761 from freelancing-god/db-rake 2012-06-17 13:38:25 -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
tasks add :nodoc: to AR::Tasks and update to follow the coding conventions 2012-06-18 01:16:44 -05:00
validations
aggregations.rb
associations.rb
attribute_assignment.rb Fix deprecation warnings when using config.active_record.mass_assignment_sanitizer= 2012-06-15 19:15:37 +01:00
attribute_methods.rb no need to define methods in included hook 2012-06-15 19:15:37 +01: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
log_subscriber.rb
migration.rb Remove update_attribute. 2012-06-14 18:54:24 +02:00
model.rb Fix observers with AR::Model 2012-06-15 19:15:37 +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
persistence.rb Remove update_attribute. 2012-06-14 18:54:24 +02:00
query_cache.rb
querying.rb
railtie.rb Fix observers with AR::Model 2012-06-15 19:15:37 +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
translation.rb
validations.rb
version.rb