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
Aaron Patterson 744ed5c393 Merge pull request #11971 from freerunningtechnologies/dynamic_respond_to
Performance regression in AR::Base.respond_to?
2013-08-22 14:13:10 -07:00
..
associations Stray nodoc causes rest of file not parsed [ci skip] 2013-08-22 17:56:07 +09:00
attribute_methods method transplanting between modules isn't supported on 1.9 2013-07-03 14:18:54 -07:00
coders Remove all error masking when decoding serialized data fails? 2013-04-02 11:45:14 -04:00
connection_adapters Use infinity const 2013-08-22 14:56:22 +07:00
fixture_set drop errors constant 2013-03-27 20:39:36 +05:30
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 1.9 Syntax related changes 2012-11-10 17:16:21 +02:00
tasks Remove FirebirdDatabaseTasks was deprecated, because this was provided by 3rd-party. 2013-06-05 21:16:50 +09:00
validations replace artificial space with RDoc markup (follow up #11285). [ci skip] 2013-07-04 10:21:20 +02:00
aggregations.rb factory methods should not have side effects. 2013-07-23 13:12:25 -07:00
association_relation.rb Move #proxy_association method to AssociationRelation 2013-05-10 16:39:27 +02:00
associations.rb factory methods should not have side effects. 2013-07-23 13:12:25 -07:00
attribute_assignment.rb Remove deprecated attr_protected/accessible 2013-06-27 20:38:30 +02:00
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 Prefer find_by over dynamic finders in rdoc 2013-04-02 15:09:15 -04:00
callbacks.rb fix typos 2013-04-21 13:28:20 +05:30
connection_handling.rb removes calls to AR::Runtime.instance 2013-04-13 09:04:44 +02:00
core.rb Use map! to avoid an extra object creation 2013-08-02 09:12:25 -03:00
counter_cache.rb update_counters accepts a hash, not an array of hashes 2013-05-21 00:32:34 -06:00
dynamic_matchers.rb Avoid compiling regexs in AR::Base.respond_to? 2013-08-21 18:18:26 -07:00
errors.rb Merge pull request #10561 from Empact/nix-throwresult 2013-06-07 03:03:18 -07:00
explain.rb let EXPLAIN use a thread locals registry [John J. Wang & Xavier Noria] 2013-04-16 22:46:55 +02:00
explain_registry.rb add :nodoc: mark to *Registry classes [ci skip] 2013-04-17 13:36:27 -05:00
explain_subscriber.rb Don't try to EXPLAIN select_db calls 2013-05-10 16:21:59 +02:00
fixtures.rb load fixtures from linked folders 2013-08-05 16:35:49 -03:00
inheritance.rb minor comments cleanup 2013-05-27 14:58:43 -04:00
integration.rb Prefer find_by over dynamic finders in rdoc 2013-04-02 15:09:15 -04:00
log_subscriber.rb log the sql that is actually sent to the database 2013-06-19 17:37:27 +05:30
migration.rb Avoid "uninitialized constant ActiveRecord::PendingMigrationError::Rails" 2013-07-29 03:41:36 +09: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 Make NullRelation a bit more like a real relation by returning 0 for #calculate(:count) 2013-05-10 20:45:09 +02:00
persistence.rb rewrites AR's reload documentation 2013-05-31 13:02:40 +02:00
query_cache.rb Fix typo. 2012-12-03 12:37:45 +08:00
querying.rb Moving the pluck and ids methods to their own delegate line. 2013-06-25 21:40:58 -07:00
railtie.rb Remove deprecation messages about protected_attributes and rails-observers 2013-07-01 21:36:15 -03:00
readonly_attributes.rb Remove instance level attr_readonly setting was deprecated. 2013-06-02 10:25:41 +09:00
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 add :nodoc: mark to *Registry classes [ci skip] 2013-04-17 13:36:27 -05:00
sanitization.rb Don't allow quote_value to be called without a column 2013-07-22 04:49:18 -07:00
schema.rb Call assume_migrated_upto_version on connection 2013-05-11 22:39:39 -04:00
schema_dumper.rb Make SchemaDumper emit "id: :uuid" when appropriate. Fixes #10451. 2013-05-03 16:05:55 -07:00
schema_migration.rb Minor refactor of ActiveRecord::SchemaMigration to remove references to Base, override table_exists method, and switch to preferred style for class method definitions. 2013-05-26 15:31:49 -07:00
scoping.rb hides the per thread registry instance, and caches singleton methods 2013-04-13 17:09:13 +02:00
serialization.rb ActiveRecord::Base.include_root_in_json is false by default. 2013-03-04 21:18:40 +01:00
statement_cache.rb minor edit on StatementCache documentation [ci skip] 2013-04-12 00:16:49 -05:00
store.rb define Active Record Store accessors in a module 2013-02-11 17:00:55 +03:00
timestamp.rb correct documentation about active_record behavior 2013-06-15 00:34:10 +08:00
transactions.rb #4566: Remove extra decrement of transaction level 2013-07-14 20:35:31 +03:00
translation.rb
validations.rb drop variable assignment in validations 2013-03-27 18:03:21 +05:30
version.rb rails/master is now 4.1.0.beta 2013-04-29 13:15:24 -03:00