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
Xavier Noria e5ef3abdd2 hides the per thread registry instance, and caches singleton methods
Existing code was delegating to the instance with delegate
macro calls, or invoking the instance method to reach
the object and call its instance methods.

But the point is to have a clean class-level interface where
the thread local instance is hidden in the implementation.

References #11c6973.
References #10198.
2013-04-13 17:09:13 +02:00
..
associations Merge branch 'master' of github.com:lifo/docrails 2013-04-11 22:58:14 +05:30
attribute_methods update ActiveRecord::AttributeMethods::Serialization documentation [ci skip] 2013-04-04 21:08:29 -05:00
coders Remove all error masking when decoding serialized data fails? 2013-04-02 11:45:14 -04:00
connection_adapters Correctly parse bigint defaults in PostgreSQL 2013-04-05 09:37:08 -04:00
fixture_set drop errors constant 2013-03-27 20:39:36 +05:30
locale
locking Deprecate #connection in favour of accessing it via the class 2013-03-09 15:16:15 -05:00
migration Fixes for PR [#8267] 2012-12-22 20:40:42 -05:00
railties fix AP warning; remove unused variable 2013-04-09 10:43:24 +05:30
relation Merge branch 'master' of github.com:lifo/docrails 2013-04-11 22:58:14 +05:30
scoping Delegating the value getter and setters in the ScopeRegistry to the 2013-04-08 15:18:14 -04:00
serializers
tasks Add deprecation message on Firebird / Sqlserver / Oracle database tasks. 2013-04-03 00:54:32 +09:00
validations Change uniq validation with conditions examples to use where with hashes 2013-03-09 19:21:33 -03:00
aggregations.rb Merge branch 'master' of github.com:lifo/docrails 2013-01-09 01:04:15 +05:30
associations.rb Prefer find_by over dynamic finders in rdoc 2013-04-02 15:09:15 -04:00
attribute_assignment.rb Refactoring validate_missing_parameters to validate_required_parameters. 2013-03-23 01:10:50 -04:00
attribute_methods.rb Fixed typos in activerecord 2013-03-27 21:14:58 +05:30
autosave_association.rb Prefer find_by over dynamic finders in rdoc 2013-04-02 15:09:15 -04:00
base.rb Prefer find_by over dynamic finders in rdoc 2013-04-02 15:09:15 -04:00
callbacks.rb Rename update_attributes method to update, keep update_attributes as an alias 2013-01-03 11:51:21 -05:00
connection_handling.rb removes calls to AR::Runtime.instance 2013-04-13 09:04:44 +02:00
core.rb removes calls to AR::Runtime.instance 2013-04-13 09:04:44 +02:00
counter_cache.rb #reset_counters verifies counter names. 2013-03-15 11:22:01 +01:00
dynamic_matchers.rb removes redundant require 2013-02-25 22:16:30 +01:00
errors.rb Revert "Add documentation to TransactionIsolationError [ci skip]" 2012-12-04 21:56:21 +05:30
explain.rb fix typos in AR. lots of them. 2013-03-19 00:04:39 +05:30
explain_subscriber.rb
fixtures.rb stop depending on callbacks 2013-04-04 13:56:18 -07:00
inheritance.rb Fix #new with an STI object with complex inheritance 2013-04-02 09:50:06 -04:00
integration.rb Prefer find_by over dynamic finders in rdoc 2013-04-02 15:09:15 -04:00
log_subscriber.rb removes calls to AR::Runtime.instance 2013-04-13 09:04:44 +02:00
migration.rb mark ReversibleBlockHelper as :nodoc: [ci skip] 2013-04-04 21:06:07 -05:00
model_schema.rb safely publish columns and columns hash info 2013-03-14 22:45:46 -07:00
nested_attributes.rb Added a bang to the end of +raise_nested_attributes_record_not_found+ 2013-04-06 21:36:58 -04:00
null_relation.rb
persistence.rb Fix updates not working within after_create hooks 2013-03-27 22:27:47 -04:00
query_cache.rb Fix typo. 2012-12-03 12:37:45 +08:00
querying.rb rename Relation#uniq to Relation#distinct. #uniq still works. 2013-03-15 14:15:47 +01:00
railtie.rb MOAR cleanups. 2013-03-14 10:47:13 +05:30
readonly_attributes.rb
reflection.rb Merge branch 'master' of github.com:lifo/docrails 2013-04-11 22:58:14 +05:30
relation.rb Refactor CollectionProxy#scope to avoid calling #extend. 2013-04-02 15:16:04 -07:00
result.rb
runtime_registry.rb simplifies the RDoc of AR::RuntimeRegistry 2013-04-13 08:27:15 +02:00
sanitization.rb Fix cases where delete_records on a has_many association caused errors 2013-01-27 15:36:29 +00:00
schema.rb Move to the schema-migrations-metadata branch. 2012-12-09 15:57:34 -07:00
schema_dumper.rb Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL. 2013-03-27 23:35:54 -04:00
schema_migration.rb sets limit 191 for schema_migrations#version in mysql2 if the encoding is "utf8mb4" 2013-03-17 20:29:58 +01: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 Switched to new naming conventions 2013-04-11 13:19:49 -03:00
store.rb define Active Record Store accessors in a module 2013-02-11 17:00:55 +03:00
test_case.rb Just ignore all PRAGMA queries 2013-01-22 10:26:51 +09:00
timestamp.rb cache_key consults updated_on timestamp if present 2013-02-26 00:04:05 -08:00
transactions.rb Revert "Merge pull request #6226 from gnufied/master" 2013-04-10 15:21:07 -03:00
translation.rb
validations.rb drop variable assignment in validations 2013-03-27 18:03:21 +05:30
version.rb Add version method to top level modules 2013-03-21 19:56:07 +11:00