aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* include bind values from the default scopeAaron Patterson2013-05-171-2/+4
* 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
* 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
* fix the sql that is generated from scopingNeeraj Singh2013-03-031-1/+2
* remove AR auto-explain (config.auto_explain_threshold_in_seconds)Yves Senn2013-02-241-11/+1
* Improve relation docs about to_sql and where_values_hashCarlos Antonio da Silva2013-01-191-4/+4
* Fix .update_all and .delete_all when using a condition on a joined tableDerek Kraan2013-01-111-2/+2
* Rename update_attributes method to update, keep update_attributes as an aliasAmparo Luna + Guillermo Iguaran2013-01-031-1/+1
* Remove observers and sweepersRafael Mendonça França2012-11-281-6/+3
* Move initialize_copy method around to let new method / build alias closerCarlos Antonio da Silva2012-11-241-8/+8
* 1.9 Syntax related changesAvnerCohen2012-11-101-1/+1
* Another batch of hash syntax changes to comment, this time around, I tried to...AvnerCohen2012-10-231-5/+5
* nodoc the first_or_create methods and document alternativesJon Leighton2012-10-191-37/+18
* Add Relation#find_or_create_by and friendsJon Leighton2012-10-191-0/+26
* Move two hotspots to use Hash[] rather than Hash#dupAaron Patterson2012-10-151-3/+5
* Remove mass_assignment_options from ActiveRecordGuillermo Iguaran2012-09-161-6/+6
* Merge pull request #6606 from amatsuda/ar_relation_model_methodRafael Mendonça França2012-08-211-0/+1
|\
| * AR::Relation#model would be a better API than AR::Relation#klassAkira Matsuda2012-06-031-0/+1
* | Merge pull request #7133 from roshats/fix_update_all_with_blank_argumentCarlos Antonio da Silva2012-08-151-1/+3
|\ \
| * | raise ArgumentError if list of attributes to change is empty in update_allRoman Shatsov2012-08-141-1/+3
* | | load active_support/deprecation in active_support/railsXavier Noria2012-08-021-1/+0
* | | load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0