| Commit message (Expand) | Author | Age | Files | Lines |
* | Mention find_each in find_in_batches doc [ci skip] | Marc-Andre Lafortune | 2014-01-29 | 1 | -0/+2 |
* | Handle aliased attributes in AR::Relation#select, #order, etc. | Tsutomu Kuroda | 2014-01-29 | 1 | -1/+5 |
* | Display value when raising due to unscope() issues | Washington Luiz | 2014-01-27 | 1 | -1/+1 |
* | Fix `ActiveRecord::RecordNotFound` error message with custom primary key | Kuldeep Aggarwal | 2014-01-25 | 1 | -2/+2 |
* | Ensure AR #second, #third, etc. finders work through associations | Jason Meller | 2014-01-21 | 1 | -8/+8 |
* | prepend table name for `Relation#select` columns. | Yves Senn | 2014-01-21 | 1 | -1/+4 |
* | Fail early with "Primary key not included in the custom select clause" in fin... | Alexander Balashov | 2014-01-21 | 1 | -5/+2 |
* | Ensure #second acts like #first AR finder | Jason Meller | 2014-01-20 | 1 | -7/+87 |
* | unscope should remove bind values associated with the where | Aaron Patterson | 2014-01-13 | 1 | -0/+2 |
* | reverse_order_value= is not private, so no need to send | Aaron Patterson | 2014-01-13 | 1 | -1/+1 |
* | avoid more dynamic symbols | Aaron Patterson | 2014-01-13 | 1 | -1/+1 |
* | no need to to_sym | Aaron Patterson | 2014-01-13 | 1 | -2/+2 |
* | doc, API example on how to use `Model#exists?` with multiple IDs. [ci skip] | Yves Senn | 2014-01-10 | 1 | -0/+1 |
* | raise `ArgumentError` exception if `Model.where.not` is called with `nil` arg... | Kuldeep Aggarwal | 2013-12-30 | 1 | -0/+2 |
* | fix default select when from is used | Cody Cutrer | 2013-12-19 | 1 | -1/+3 |
* | Merge pull request #13340 from akshay-vishnoi/typo | Godfrey Chan | 2013-12-18 | 1 | -5/+4 |
|\ |
|
| * | #none documentation updated [ci skip] | Akshay Vishnoi | 2013-12-18 | 1 | -5/+4 |
* | | Create a blacklist to disallow mutator methods to be delegated to `Array`. | Lauro Caetano | 2013-12-17 | 1 | -11/+14 |
* | | Better support for `where()` conditions that use an association name. | Martin Emde | 2013-12-16 | 1 | -3/+15 |
* | | Merge pull request #13307 from akshay-vishnoi/typo | Rafael Mendonça França | 2013-12-15 | 1 | -2/+2 |
|\| |
|
| * | Spelling and Grammar check [ci skip] | Akshay Vishnoi | 2013-12-16 | 1 | -2/+2 |
* | | argument prefix warning removed | Arun Agrawal | 2013-12-13 | 1 | -1/+1 |
* | | Add a bunch of Relation -> Array delegate methods to the whitelist. This won'... | Jeremy Kemper | 2013-12-12 | 1 | -4/+12 |
* | | Use `public_send` instead of just use `send`. | Lauro Caetano | 2013-12-12 | 1 | -5/+5 |
* | | Use a whitelist to delegate methods to array | Lauro Caetano | 2013-12-12 | 1 | -18/+6 |
|/ |
|
* | Mark the arguments needed by activerecord-deprecated_finders with a TODO | Rafael Mendonça França | 2013-12-11 | 1 | -0/+12 |
* | Revert "Merge pull request #12518 from vipulnsward/remove_count_options" | Rafael Mendonça França | 2013-12-11 | 1 | -12/+13 |
* | Fix type cast on group sum with custom expression | Paul Nikitochkin | 2013-12-10 | 1 | -1/+3 |
* | Fix offset with last. | Lauro Caetano | 2013-12-03 | 1 | -1/+1 |
* | Merge remote-tracking branch 'docrails/master' | Xavier Noria | 2013-11-24 | 1 | -4/+4 |
|\ |
|
| * | Change syntax format for example returned values | Prem Sichanugrist | 2013-11-11 | 1 | -4/+4 |
* | | Fix ActiveRecord::Relation#unscope | Jon Leighton | 2013-11-20 | 1 | -5/+12 |
* | | use arel nodes to represent non-string `order_values`. | Yves Senn | 2013-11-19 | 1 | -19/+11 |
* | | document id prefixed String usage of `.find`. refs #12891 [ci skip] | Yves Senn | 2013-11-15 | 1 | -5/+6 |
|/ |
|
* | Added ActiveRecord::QueryMethods#rewhere which will overwrite an existing, na... | David Heinemeier Hansson | 2013-11-02 | 1 | -0/+12 |
* | unscope now works on default_scope after 94924dc32baf78f13e289172534c2e71c9c8... | Rafael Mendonça França | 2013-11-02 | 1 | -3/+0 |
* | Merge branch 'master' into joindep | Aaron Patterson | 2013-10-21 | 2 | -1/+10 |
|\ |
|
| * | Merge pull request #12588 from jetthoughts/12586_subquery_with_unprepared_sql | Rafael Mendonça França | 2013-10-21 | 1 | -0/+7 |
| |\ |
|
| | * | Process sub-query relation's binding values | Paul Nikitochkin | 2013-10-20 | 1 | -0/+7 |
| * | | Allow unscope to work with `where.not` | Eric Hankins | 2013-10-21 | 1 | -1/+1 |
| * | | Raise an exception when model without primary key calls .find_with_ids | Shimpei Makimoto | 2013-10-21 | 1 | -0/+2 |
| |/ |
|
| * | Don't remove the select values to add they back again | Rafael Mendonça França | 2013-10-15 | 1 | -1/+1 |
* | | pass the outer joins to join_constraints | Aaron Patterson | 2013-10-20 | 1 | -5/+1 |
* | | Merge branch 'master' into joindep | Aaron Patterson | 2013-10-15 | 2 | -15/+13 |
|\| |
|
| * | Stop accepting `options` for `Relation#average`, `Relation#minimum`, `Relatio... | Vipul A M | 2013-10-14 | 1 | -10/+10 |
| * | `Relation#count` doesn't use options anymore. | Vipul A M | 2013-10-13 | 1 | -3/+2 |
| * | Merge pull request #11791 from versioncontrol/includes_with_persistent_select | Rafael Mendonça França | 2013-10-12 | 1 | -1/+1 |
| |\ |
|
| | * | Fixes #11773 when using includes combined with select, the select statement w... | Edo Balvers | 2013-10-08 | 1 | -1/+1 |
* | | | keep a cache on the alias object | Aaron Patterson | 2013-10-14 | 1 | -1/+1 |
* | | | store aliases in a better structure | Aaron Patterson | 2013-10-14 | 1 | -1/+3 |