aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/dynamic_matchers.rb
Commit message (Expand)AuthorAgeFilesLines
* 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