rails--rails/activerecord/lib/active_record
Santiago Pastorino 8f7b3e166a Merge pull request #12000 from wangjohn/deprecating_class_name_string_in_fixtures
Deprecating passing strings as class name in fixtures.
2013-08-23 16:56:58 -07:00
..
associations Stray nodoc causes rest of file not parsed [ci skip] 2013-08-22 17:56:07 +09:00
attribute_methods
coders
connection_adapters Use infinity const 2013-08-22 14:56:22 +07:00
fixture_set
locale Revert "Merge pull request #11416 from tigrish/master" 2013-07-22 09:57:51 +03:00
locking Tidy up the "Specified column type for quote_value" changes 2013-07-22 04:39:38 -07:00
migration Make 'enable_extension' revertible 2013-08-10 03:25:04 -04:00
railties only reconnect if there was already an active connection 2013-08-11 15:58:38 +09:00
relation let AR::FinderMethods#exists? return singletons in all cases [closes #11592] 2013-08-19 14:38:20 +02:00
scoping Remove deprecated branch on the scope method. 2013-08-05 18:27:46 -03:00
serializers
tasks
validations
aggregations.rb factory methods should not have side effects. 2013-07-23 13:12:25 -07:00
association_relation.rb
associations.rb factory methods should not have side effects. 2013-07-23 13:12:25 -07:00
attribute_assignment.rb
attribute_methods.rb Remove deprecation warning from attribute_missing 2013-07-15 19:18:36 +02:00
autosave_association.rb extend by adding relationships rather than monkey patching 2013-07-22 18:11:36 -07:00
base.rb
callbacks.rb
connection_handling.rb
core.rb Use map! to avoid an extra object creation 2013-08-02 09:12:25 -03:00
counter_cache.rb
dynamic_matchers.rb Avoid compiling regexs in AR::Base.respond_to? 2013-08-21 18:18:26 -07:00
errors.rb
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb Deprecating passing strings as class name in fixtures. 2013-08-23 12:32:48 -04:00
inheritance.rb
integration.rb
log_subscriber.rb
migration.rb Making proper_table_name take in options. 2013-08-22 18:06:56 -04:00
model_schema.rb add a specific factory method rather than using new 2013-07-23 14:43:32 -07:00
nested_attributes.rb Restore the use of `#add_to_target` for nested attribute updates on existing records, and don't bother updating the association if the update is going to be rejected anyway. 2013-08-12 02:37:39 -07:00
null_relation.rb
persistence.rb
query_cache.rb
querying.rb
railtie.rb
readonly_attributes.rb
reflection.rb Fixing multi-word automatic inverse detection. 2013-08-15 02:44:02 -04:00
relation.rb refactor to_sql so it does not depend on the to_sql implementation of 2013-07-08 14:31:10 -07:00
result.rb Added some usage about ActiveRecord::Result [ci skip] 2013-07-23 02:20:28 +09:00
runtime_registry.rb
sanitization.rb Don't allow `quote_value` to be called without a column 2013-07-22 04:49:18 -07:00
schema.rb
schema_dumper.rb
schema_migration.rb
scoping.rb
serialization.rb
statement_cache.rb
store.rb
timestamp.rb
transactions.rb #4566: Remove extra decrement of transaction level 2013-07-14 20:35:31 +03:00
translation.rb
validations.rb
version.rb