aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-02-152-0/+24
|\
| * copy edits [ci skip]Vijay Dev2013-02-151-1/+1
| * Add example for ActiveRecord::Base.joins using a string as argumentMaurizio De Santis2013-02-071-0/+5
| * Add example for ActiveRecord::Base.group using a string as argumentMaurizio De Santis2013-02-071-0/+3
| * Add documentation for ActiveRecord.select when use strings as argumentsMaurizio De Santis2013-02-071-0/+10
| * Add ActiveRecord.count documentation when used on group relationsMaurizio De Santis2013-02-071-0/+6
* | Use IN operator like arel for empty hash in where clauserobertomiranda2013-02-091-1/+1
* | Reverting e170014113 (Change behaviour with empty hash in where clause)Guillermo Iguaran2013-02-081-1/+1
* | Reverting 16f6f25 (Change behaviour with empty array in where clause)Guillermo Iguaran2013-02-081-2/+0
* | Change behaviour with empty array in where clauserobertomiranda2013-02-081-0/+2
* | Change behaviour with empty hash in where clauserobertomiranda2013-02-081-1/+1
* | active_record: Quote numeric values compared to string columns.Dylan Smith2013-02-071-0/+5
|/
* 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