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
2013-09-09 15:16:41 -07:00
..
associations hm:t join tables may not have a primary key 2013-09-06 17:14:07 -07:00
attribute_methods Perf: avoid array allocation where not needed 2013-08-27 09:20:59 +10:00
coders Remove all error masking when decoding serialized data fails? 2013-04-02 11:45:14 -04:00
connection_adapters Revert "Do not dup the binds when visiting the AST" 2013-08-31 14:56:00 -03: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 Revert "Merge pull request #12085 from valk/master" 2013-09-03 12:18:41 -03:00
relation Merge pull request #11958 from jetthoughts/extract_pre_process_orders_args 2013-09-04 02:00:09 -07:00
scoping Don't need to check if the scope respond to call 2013-08-31 14:53:28 -03:00
serializers
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 use consistent keys between cache get / set 2013-08-27 15:35:57 -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 move the cache to the AR models and populate it on inherited 2013-08-30 16:48:20 -07: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 let the class cache object clean up user input 2013-09-09 15:16:41 -07: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 Changing deprecation_horizon to be Rails 4.2 2013-08-24 23:34:43 -04:00
model_schema.rb Perf: memoize serialized column list and time zone column list 2013-08-27 10:44:13 +10: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
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 support anonymous classes on has_many associations 2013-09-03 14:16:29 -07: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 Perf: micro optimised Result column hash_row creation 2013-08-29 14:06:24 +10: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
statement_cache.rb minor edit on StatementCache documentation [ci skip] 2013-04-12 00:16:49 -05:00
store.rb
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