aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/runtime_registry.rb
Commit message (Collapse)AuthorAgeFilesLines
* add :nodoc: mark to *Registry classes [ci skip]Francesco Rodriguez2013-04-171-2/+2
|
* simplifies the RDoc of AR::RuntimeRegistryXavier Noria2013-04-131-20/+5
| | | | | | | The previous version was kind of duplicating the documentation of AS::PerThreadRegistry. Just say how to use it, the thread locals registry is know part of our vocabulary (though a pointer to Active Support is added for reference).
* complete rewrite of the documentation of AS::PerThreadRegistryXavier Noria2013-04-131-1/+1
| | | | | | | | | | * It focuses on how to use it. * Removes some ambigueties in the original docs about whether the state is stored in the class. * Documents it provides class-level accessors via method_missing. * Documents that if the extended class has an initializer, it must accept no arguments.
* Created a runtime registry for thread local variables in active record.wangjohn2013-04-091-0/+32