aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/finder_methods.rb
Commit message (Expand)AuthorAgeFilesLines
* exclude ORDER BY clause when querying Relation#exists?Akira Matsuda2011-11-091-1/+1
* Merge pull request #2485 from akaspick/exists_fixJon Leighton2011-09-071-1/+3
|\
| * fix exists? to return false if passed nil (which may come from a missing URL ...Andrew Kaspick2011-08-101-1/+3
* | Use LIMIT sql word in last when it's possibleDamien Mathieu2011-09-051-1/+5
* | use LIMIT SQL word in first - Closes #2783Damien Mathieu2011-09-051-1/+1
|/
* Make it the responsibility of the connection to hold onto an ARel visitor for...Jon Leighton2011-08-081-3/+3
* avoid Symbol#to_procVijay Dev2011-07-201-1/+1
* ActiveRecord: Fix eager loading so that giving a blank order clause generates...Elliot Winkler2011-07-181-1/+1
* Merge pull request #1823 from gnarg/masterSantiago Pastorino2011-07-101-2/+2
|\
| * Log instrumentation name for exists? queriesJon Guymon2011-06-221-2/+2
* | Merge pull request #1273 from jeremyf/feature-association-proxy-sendSantiago Pastorino2011-07-061-0/+1
|\ \ | |/ |/|
| * Addresses an inconsistency in the ActiveRecord::Base.method_missing handling ...Jeremy Friesen2011-05-241-0/+1
* | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-251-1/+1
|\ \ | |/ |/|
| * Remove extra white spaces on ActiveRecord docs.Sebastian Martinez2011-05-231-1/+1
* | Add support for passing mass assignment roles to dynamic finders. Closes #1170.Andrew White2011-05-211-2/+2
* | Syntax cleanup: for in => eachGuillermo Iguaran2011-05-191-1/+1
|/
* Fix for #371Nick Howard2011-05-081-1/+6
* deprecated the use of the guard_protected_attributes argument with attributes...Josh Kalderimis2011-04-251-2/+2
* stop using distinct on for the unique id queries. [#6450 state:resolved]Aaron Patterson2011-04-211-0/+2
* use index based substitution for bind parametersAaron Patterson2011-04-131-1/+1
* stop using deprecated methods in arelAaron Patterson2011-04-111-2/+2
* Use IM when trying to load records using ID.Emilio Tagua2011-04-041-0/+9
* Change exists? so that it doesn't instantiate records [#6127 state:resolved]Andrew White2011-03-291-4/+10
* removes unnecessary selfs, and mentions that first! and last! take no argumen...Xavier Noria2011-03-261-4/+6
* No arguments for first! and last!Pratik Naik2011-03-251-4/+4
* comment typo fixJosh Susser2011-03-251-2/+2
* add #first! and #last! to models & relationsJosh Susser2011-03-241-0/+10
* Move JoinDependency and friends from ActiveRecord::Associations::ClassMethods...Jon Leighton2011-02-281-2/+2
* keep options titles consistent to "Options"Gabriel Horner2011-02-031-1/+1
* use select_all because not all database adapters support bind valuesAaron Patterson2011-01-081-1/+1
* stop creating intermediate AR objects, just construct AR objects from a list ...Aaron Patterson2011-01-071-1/+2
* Explicitly select * from has_and_belongs_to_many association tables, simplify...Raimonds Simanovskis2011-01-041-1/+1
* ActiveRecord::Relation#primary_key should return a string, just like ActiveRe...Jon Leighton2011-01-031-9/+9
* taking advantage of the JoinSource node in the SQL ASTAaron Patterson2010-12-161-1/+1
* passing the ast to JoinDependencyAaron Patterson2010-12-071-1/+1
* use the columns hash for primary key lookupAaron Patterson2010-12-031-1/+1
* reduce method calls on arelAaron Patterson2010-11-301-1/+1
* use ARel rather than generate SQL stringsAaron Patterson2010-11-241-1/+1
* moving column_aliases to JoinDependencyAaron Patterson2010-11-241-10/+1
* Finder gives a little bit more info on the lookup column (primary key)Franck Verrot2010-11-131-1/+1
* stop recursively calling exists?Aaron Patterson2010-11-051-3/+5
* Fixes queries using limits and punctuation in order, removes order("col1, col...Santiago Pastorino2010-11-051-1/+1
* find_one uses prepared statement cacheAaron Patterson2010-10-261-1/+6
* Renaming and formatting changes in JoinDependencyJon Leighton2010-10-131-2/+5
* stop using deprecated arel APIAaron Patterson2010-10-121-2/+2
* converting an inject to a map + Hash[]Aaron Patterson2010-09-101-1/+1
* Use new finders syntax in docs.Emilio Tagua2010-09-011-16/+16
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-7/+7
* Removing most of the symbol to proc usage in Active RecordPrem Sichanugrist2010-08-131-1/+1
* stop using private methodsAaron Patterson2010-08-111-2/+2