aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/dynamic_matchers.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Fix rubocop offencesRyuta Kamizono2019-04-301-2/+2
* Rename local variable `n` to `name`Ryuta Kamizono2019-04-241-1/+1
* 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
* `respond_to_missing?` should be privateRyuta Kamizono2017-04-221-9/+8
* :scissors:Ryuta Kamizono2017-04-131-1/+0
* let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-4/+4
* Fix broken heredoc indentation caused by rubocop auto-correctRyuta Kamizono2016-09-031-4/+4
* Override `respond_to_missing?` instead of `respond_to?` when possibleSean Griffin2016-08-311-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-74/+74
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-5/+5
* adds missing requiresXavier Noria2016-07-241-0/+2
* systematic revision of =~ usage in ARXavier Noria2016-07-231-1/+1
* Revert "Merge pull request #20080 from robertjlooby/fix_overwriting_by_dynami...Rafael Mendonça França2015-09-091-3/+3
* put dynamic matchers on the GeneratedAssociationMethods instead of modelRob Looby2015-05-081-3/+3
* Remove support to activerecord-deprecated_findersRafael Mendonça França2015-01-021-20/+1
* Fixed a bug in AR::Base#respond_to?Godfrey Chan2014-01-291-2/+6
* Prevent invalid code when using dynamic finders with Ruby's reserved words.Lauro Caetano2013-12-111-2/+7
* Avoid compiling regexs in AR::Base.respond_to?John Hawthorn2013-08-211-1/+1
* removes redundant requireXavier Noria2013-02-251-2/+0
* AR loads activerecord-deprecated_finders, no need to add it to the GemfileXavier Noria2013-02-251-0/+2
* Renaming active_record_deprecated_finders to activerecord-deprecated_findersJon Leighton2012-08-171-5/+5
* Revert "Removing composed_of from ActiveRecord."Rafael Mendonça França2012-07-271-1/+1
* made dynamic finders alias_attribute awareMaximilian Schneider2012-06-221-0/+1
* Removing composed_of from ActiveRecord.Steve Klabnik2012-06-181-1/+1
* extract deprecated dynamic methodsJon Leighton2012-05-041-140/+38
* actually don't need to expand the aggregates at allJon Leighton2012-05-041-11/+1
* #to_sym is unnecessaryJon Leighton2012-05-041-3/+3
* de-globalise methodJon Leighton2012-05-041-8/+1
* extract code from AR::BaseJon Leighton2012-05-041-32/+28
* clean up implementation of dynamic methods. use method compilation etc.Jon Leighton2012-05-041-29/+199
* Refactor and cleanup in some ActiveRecord modulesCarlos Antonio da Silva2012-03-031-19/+23
* Move argument validation into matchPaul McMahon2012-01-281-1/+1
* Fix regression from Rails 3.1Paul McMahon2012-01-271-1/+1
* Split out most of the AR::Base code into separate modules :cake:Jon Leighton2011-12-151-0/+79