aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/scoping.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Revert "Merge pull request #35186 from kamipo/fix_leaking_scope_on_relation_c...Ryuta Kamizono2019-02-151-8/+0
* Refactor extracting `current_scope_restoring_block` into the scoping classRyuta Kamizono2019-02-081-0/+8
* Refactor around scopingRyuta Kamizono2019-02-071-5/+4
* Chaining named scope is no longer leaking to class level querying methodsRyuta Kamizono2019-02-061-5/+5
* Don't expose `current_scope` for internal useRyuta Kamizono2018-09-111-8/+9
* Add :nodoc: to activerecord [ci skip]Yoshiyuki Hirano2017-09-031-5/+5
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Fix `create_with` with multiparameter attributesRyuta Kamizono2017-07-161-3/+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
* Fix to scoping is correctly restoredRyuta Kamizono2017-06-291-3/+4
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-4/+4
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-1/+1
* Active scopes apply to child classes, though not parents/siblingsMatthew Draper2016-01-121-11/+17
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-2/+2
* add missing :nodoc: to `ActiveRecord::Scoping`. [ci skip]Yves Senn2015-10-141-2/+2
* Isolate access to .default_scopes in ActiveRecord::Scoping::DefaultBen Woosley2015-03-121-0/+11
* `current_scope` shouldn't pollute sibling STI classesSean Griffin2015-02-111-2/+2
* Revert "Merge pull request #14544 from jefflai2/named_scope_sti"Rafael Mendonça França2014-05-211-2/+2
* Fixes Issue #13466.Jefferson Lai2014-04-231-2/+2
* Move changed_attributes into dirty.rbKeenan Brock2014-01-221-0/+5
* hides the per thread registry instance, and caches singleton methodsXavier Noria2013-04-131-5/+1
* Changed the ScopeRegistry and the InstrumentationRegistry to use thewangjohn2013-04-091-6/+6
* Delegating the value getter and setters in the ScopeRegistry to thewangjohn2013-04-081-7/+14
* Grouping thread locals in the ActiveRecord scopes so that thewangjohn2013-04-081-2/+53
* Fix scope chaining + STIJon Leighton2013-04-051-2/+2
* Refactor to use each_key, remove extra spacesCarlos Antonio da Silva2013-01-281-2/+0
* load active_support/concern in active_support/railsXavier Noria2012-08-021-1/+0
* extract #with_scope and #with_exclusive_scope to active_record_deprecated_fin...Jon Leighton2012-04-251-121/+0
* Move DefaultScope and NamedScope under ScopingJon Leighton2011-12-151-0/+5
* Split out most of the AR::Base code into separate modules :cake:Jon Leighton2011-12-151-0/+147