aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation
Commit message (Expand)AuthorAgeFilesLines
* Prevent Relation#merge from collapsing wheres on the RHSJon Leighton2013-01-271-17/+19
* `#count` in conjunction with `#uniq` performs distinct count.Yves Senn2013-01-261-1/+2
* reduce the number of queries on IN clauses, fix relation queries in `where`Aaron Patterson2013-01-242-1/+6
* stop converting strings to symbolsAaron Patterson2013-01-241-1/+1
* Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"Guillermo Iguaran2013-01-181-1/+1
* User Rails 4 find_byrobertomiranda2013-01-181-1/+1
* Refactor predicate builder when receiving empty hashCarlos Antonio da Silva2013-01-171-4/+4
* These are already required through AS/railsAkira Matsuda2013-01-072-3/+0
* refatctoring of some code repetition in spawn_methodsAngelo capilleri2012-12-311-8/+10
* warning removed: shadowing outer local variableArun Agrawal2012-12-301-2/+2
* fix time typcasting on group counts in PGAaron Patterson2012-12-281-2/+5
* mysql does not return alias names, so fall backAaron Patterson2012-12-281-4/+10
* fix PG typecasting errorsAaron Patterson2012-12-281-2/+5
* Replace some global Hash usages with the new thread safe cache.thedarkone2012-12-141-22/+16
* Improve where.not docs [ci skip]Carlos Antonio da Silva2012-12-081-14/+8
* Rollback where.like and where.not_likeCarlos Antonio da Silva2012-12-071-26/+0
* Document the types of arguments accepted by AR#notclaudiob2012-12-071-2/+11
* Fix where.not with in clauseCarlos Antonio da Silva2012-12-071-3/+3
* Update #where rdoc to match 6ba0f97 [ci skip]claudiob2012-12-071-4/+4
* Ensure there won't be any regression with where(nil) callsCarlos Antonio da Silva2012-12-071-4/+4
* Merge pull request #8332 from amatsuda/ar_where_chainCarlos Antonio da Silva2012-12-071-7/+98
|\
| * Relation.where with no args can be chained with not, like, and not_likeAkira Matsuda2012-11-301-7/+96
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-042-17/+2
|\ \
| * | Cleans and removes useless 'Examples' tag [ci skip]Alvaro Pereyra2012-12-011-7/+2
| * | remove unneeded Examples tag [ci skip]Carlos Duclos2012-12-011-10/+0
* | | Do not instantiate intermediate AR objects when eager loading.Yves Senn2012-12-041-2/+4
|/ /
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-011-3/+3
|\ \
| * | copy edits [ci skip]Vijay Dev2012-12-011-1/+1
| * | Fix Calculations#pluck doc to mention several attributes can be selected [ci ...Florent Guilleux2012-12-011-3/+3
| |/
* | Use separate Relation subclasses for each AR classJon Leighton2012-11-301-32/+100
* | Mark Relation mutators as :nodoc:Jon Leighton2012-11-302-48/+23
|/
* Deprecate Relation#sum with a block.Carlos Antonio da Silva2012-11-211-0/+6
* Revert "Yield only one argument instead of splatting."Carlos Antonio da Silva2012-11-211-14/+3
* Remove not used require and some useless test commentsCarlos Antonio da Silva2012-11-171-2/+0
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-175-15/+15
|\
| * 1.9 Syntax related changesAvnerCohen2012-11-105-15/+15
* | arel columns can be used for grouping so that "weird" column names are usableAaron Patterson2012-11-151-0/+4
* | stop hardcoding FrontBase adapter conditionalsAaron Patterson2012-11-151-1/+1
* | stop passing *args to generate aliasesAaron Patterson2012-11-151-4/+2
* | create fewer relation objectsAaron Patterson2012-11-151-3/+6
* | `#pluck` can be used on a relation with `select` clause.Yves Senn2012-11-121-1/+3
* | Make ActiveRecord::Delegation#method_missing threadsafeJon Leighton2012-11-101-3/+21
* | Remove not used indifferent_access requires from Base and FinderMethodsCarlos Antonio da Silva2012-11-071-2/+0
* | Use cached quoted_table_name instead of going through the connectionCarlos Antonio da Silva2012-11-071-1/+1
* | Remove block given check from private find_with_idsCarlos Antonio da Silva2012-11-071-2/+0
* | Use flat_map when building AR orderCarlos Antonio da Silva2012-11-041-6/+4
|/
* Fix find_in_batches against string IDs when start option is not specified.Alexis Bernard2012-10-311-2/+2
* ActiveRecord::Relation#none! method.Juanjo Bazán2012-10-281-0/+5
* Remove ActiveRecord::ModelJon Leighton2012-10-262-4/+4
* use columns hash to look up the column for the count fieldAaron Patterson2012-10-171-1/+1