aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation
Commit message (Expand)AuthorAgeFilesLines
* Let `unscope` ignore non Arel scope.where_valuesWashington Luiz2014-01-301-2/+0
* Merge pull request #13878 from marcandre/leave_my_options_aloneRafael Mendonça França2014-01-301-2/+2
|\
| * find_in_batches should not mutate its argumentMarc-Andre Lafortune2014-01-291-2/+2
* | docs, `references` is only used with `includes`. Closes #13727.Yves Senn2014-01-301-9/+14
|/
* Merge pull request #13201 from marcandre/find_in_batch_enumeratorRafael Mendonça França2014-01-291-0/+9
|\
| * `find_in_batches` now returns an `Enumerator` when called without a block, so...Marc-Andre Lafortune2013-12-061-0/+9
* | Mention find_each in find_in_batches doc [ci skip]Marc-Andre Lafortune2014-01-291-0/+2
* | Handle aliased attributes in AR::Relation#select, #order, etc.Tsutomu Kuroda2014-01-291-1/+5
* | Display value when raising due to unscope() issuesWashington Luiz2014-01-271-1/+1
* | Fix `ActiveRecord::RecordNotFound` error message with custom primary keyKuldeep Aggarwal2014-01-251-2/+2
* | Ensure AR #second, #third, etc. finders work through associationsJason Meller2014-01-211-8/+8
* | prepend table name for `Relation#select` columns.Yves Senn2014-01-211-1/+4
* | Fail early with "Primary key not included in the custom select clause" in fin...Alexander Balashov2014-01-211-5/+2
* | Ensure #second acts like #first AR finderJason Meller2014-01-201-7/+87
* | unscope should remove bind values associated with the whereAaron Patterson2014-01-131-0/+2
* | reverse_order_value= is not private, so no need to sendAaron Patterson2014-01-131-1/+1
* | avoid more dynamic symbolsAaron Patterson2014-01-131-1/+1
* | no need to to_symAaron Patterson2014-01-131-2/+2
* | doc, API example on how to use `Model#exists?` with multiple IDs. [ci skip]Yves Senn2014-01-101-0/+1
* | raise `ArgumentError` exception if `Model.where.not` is called with `nil` arg...Kuldeep Aggarwal2013-12-301-0/+2
* | fix default select when from is usedCody Cutrer2013-12-191-1/+3
* | Merge pull request #13340 from akshay-vishnoi/typoGodfrey Chan2013-12-181-5/+4
|\ \
| * | #none documentation updated [ci skip]Akshay Vishnoi2013-12-181-5/+4
* | | Create a blacklist to disallow mutator methods to be delegated to `Array`.Lauro Caetano2013-12-171-11/+14
* | | Better support for `where()` conditions that use an association name.Martin Emde2013-12-161-3/+15
* | | Merge pull request #13307 from akshay-vishnoi/typoRafael Mendonça França2013-12-151-2/+2
|\| |
| * | Spelling and Grammar check [ci skip]Akshay Vishnoi2013-12-161-2/+2
* | | argument prefix warning removedArun Agrawal2013-12-131-1/+1
* | | Add a bunch of Relation -> Array delegate methods to the whitelist. This won'...Jeremy Kemper2013-12-121-4/+12
* | | Use `public_send` instead of just use `send`.Lauro Caetano2013-12-121-5/+5
* | | Use a whitelist to delegate methods to arrayLauro Caetano2013-12-121-18/+6
|/ /
* | Mark the arguments needed by activerecord-deprecated_finders with a TODORafael Mendonça França2013-12-111-0/+12
* | Revert "Merge pull request #12518 from vipulnsward/remove_count_options"Rafael Mendonça França2013-12-111-12/+13
* | Fix type cast on group sum with custom expressionPaul Nikitochkin2013-12-101-1/+3
|/
* Fix offset with last.Lauro Caetano2013-12-031-1/+1
* Merge remote-tracking branch 'docrails/master'Xavier Noria2013-11-241-4/+4
|\
| * Change syntax format for example returned valuesPrem Sichanugrist2013-11-111-4/+4
* | Fix ActiveRecord::Relation#unscopeJon Leighton2013-11-201-5/+12
* | use arel nodes to represent non-string `order_values`.Yves Senn2013-11-191-19/+11
* | document id prefixed String usage of `.find`. refs #12891 [ci skip]Yves Senn2013-11-151-5/+6
|/
* Added ActiveRecord::QueryMethods#rewhere which will overwrite an existing, na...David Heinemeier Hansson2013-11-021-0/+12
* unscope now works on default_scope after 94924dc32baf78f13e289172534c2e71c9c8...Rafael Mendonça França2013-11-021-3/+0
* Merge branch 'master' into joindepAaron Patterson2013-10-212-1/+10
|\
| * Merge pull request #12588 from jetthoughts/12586_subquery_with_unprepared_sqlRafael Mendonça França2013-10-211-0/+7
| |\
| | * Process sub-query relation's binding valuesPaul Nikitochkin2013-10-201-0/+7
| * | Allow unscope to work with `where.not`Eric Hankins2013-10-211-1/+1
| * | Raise an exception when model without primary key calls .find_with_idsShimpei Makimoto2013-10-211-0/+2
| |/
| * Don't remove the select values to add they back againRafael Mendonça França2013-10-151-1/+1
* | pass the outer joins to join_constraintsAaron Patterson2013-10-201-5/+1
* | Merge branch 'master' into joindepAaron Patterson2013-10-152-15/+13
|\|