aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-071-1/+1
|\| |
| * | Merge pull request #11650 from prathamesh-sonpatki/renameRafael Mendonça França2014-04-041-1/+1
| |\ \
| | * | [Active Record] Renamed private methods create_record and update_recordPrathamesh Sonpatki2014-02-201-1/+1
* | | | Merge branch 'master' into adequaterecordAaron Patterson2014-03-131-1/+10
|\| | |
| * | | `includes` uses SQL parsing when String joins are involved.Yves Senn2014-02-281-1/+10
| |/ /
* | | Merge branch 'master' into adequaterecordAaron Patterson2014-02-171-2/+3
|\| |
| * | Remove duplicate mergekei2014-01-221-1/+0
| * | Remove missed usage of @first variableCarlos Antonio da Silva2014-01-211-1/+1
| * | Remove unneded argumentRafael Mendonça França2014-01-201-2/+2
| * | Ensure #second acts like #first AR finderJason Meller2014-01-201-1/+3
* | | Revert "adding set_binds"Aaron Patterson2014-01-171-8/+0
* | | replace bind values on calls to to_sqlAaron Patterson2014-01-131-4/+4
* | | adding bind values to the manager objectAaron Patterson2014-01-131-1/+1
* | | Merge branch 'master' into set_bindsAaron Patterson2014-01-111-99/+84
|\| |
| * | Fix ActiveRecord::Relation#unscopeJon Leighton2013-11-201-1/+1
| |/
| * pass the pk to compile_updateAaron Patterson2013-11-161-1/+1
| * Fix test name [ci skip]Carlos Antonio da Silva2013-11-141-2/+0
| * Fix that eager loading of polymorphic associations did not work with associat...David Heinemeier Hansson2013-11-141-1/+9
| * Merge branch 'master' into joindepAaron Patterson2013-10-211-2/+1
| |\
| | * In Relation#empty? use #exists? instead of #count.Szymon Nowak2013-10-191-2/+1
| * | eliminate duplicate code from to_sqlAaron Patterson2013-10-131-3/+1
| * | push up `select` exclusionAaron Patterson2013-10-131-1/+2
| |/
| * reuse the same preloader object for each associationAaron Patterson2013-09-231-2/+2
| * remove state from the preloaderAaron Patterson2013-09-231-1/+2
| * refactor to_sql so it does not depend on the to_sql implementation ofAaron Patterson2013-07-081-4/+11
| * fix to_sql output on eager loaded relationsAaron Patterson2013-07-021-1/+9
| * remove deprecated implicit join references.Yves Senn2013-06-291-37/+2
| * Simplify/fix implementation of default scopesJon Leighton2013-06-281-35/+15
| * cleanup whitespace in relation.rbYves Senn2013-06-091-1/+1
| * Revert "Merge pull request #10539 from davidcelis/ar-sql-improvements"Jon Leighton2013-06-071-1/+5
| * ActiveRecord::Relation#blank? should `LIMIT 1`David Celis2013-06-071-5/+1
| * revises the documentation of ActiveRecord::Relation#find_or_create_by [ci skip]Xavier Noria2013-06-011-14/+38
| * `implicit_readonly` is being removed in favor of calling `readonly` explicitlyYves Senn2013-05-271-5/+1
| * cleanup whitespace in `active_record/relation.rb`.Yves Senn2013-05-271-4/+4
* | adding set_bindsAaron Patterson2013-05-211-0/+8
* | Merge branch 'master' into stmtAaron Patterson2013-05-171-2/+4
|\|
| * include bind values from the default scopeAaron Patterson2013-05-171-2/+4
* | more testingAaron Patterson2013-05-171-14/+1
* | Merge branch 'master' into stmtAaron Patterson2013-05-171-13/+27
|\|
| * Move #proxy_association method to AssociationRelationJon Leighton2013-05-101-1/+1
| * Added :nodoc: for private methodsNoemj2013-04-301-3/+3
| * Moved update_record logic to relation.rbNoemj2013-04-301-11/+25
* | Initial commit for select statements bindparam implementationNoemj2013-05-151-1/+15
|/
* Refactor CollectionProxy#scope to avoid calling #extend.James Golick2013-04-021-1/+1
* :uniq is still a valid relation option since it was only silentlyRafael Mendonça França2013-04-011-1/+1
* entirelyby => 'entirely by'Neeraj Singh2013-03-271-1/+1
* Fixed typos in activerecordPrathamesh Sonpatki2013-03-271-1/+1
* make it possible to disable implicit join references.Yves Senn2013-03-151-2/+6
* rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.Yves Senn2013-03-151-1/+7
* Remove unused return value, because collecting_queries_for_explain isn't publ...kennyj2013-03-061-2/+1