aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/runtime_registry.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-1/+1
* Remove unused `ActiveRecord::Base.connection_id`Sean Griffin2016-06-291-2/+2
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-1/+1
* Stop using method missing for singleton delegation.Aaron Patterson2013-11-061-0/+5
* 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
* complete rewrite of the documentation of AS::PerThreadRegistryXavier Noria2013-04-131-1/+1
* Created a runtime registry for thread local variables in active record.wangjohn2013-04-091-0/+32