| Commit message (Expand) | Author | Age | Files | Lines |
* | remove deprecated implicit join references. | Yves Senn | 2013-06-29 | 1 | -23/+2 |
* | Remove depreacted finders | Łukasz Strzałkowski | 2013-06-28 | 1 | -1/+1 |
* | Merge pull request #10561 from Empact/nix-throwresult | Jon Leighton | 2013-06-07 | 1 | -2/+3 |
|\ |
|
| * | Make NullRelation a bit more like a real relation by returning 0 for #calcula... | Ben Woosley | 2013-05-10 | 1 | -2/+3 |
* | | avoid creating a set if no where values are removed | Aaron Patterson | 2013-05-21 | 1 | -0/+12 |
* | | remove bind values for where clauses that were removed | Aaron Patterson | 2013-05-21 | 1 | -0/+10 |
|/ |
|
* | When empty options passed to having clause having_values was [nil] but should... | Fyodor | 2013-04-23 | 1 | -0/+8 |
* | Fix implicit join references option reversion in test | Carlos Antonio da Silva | 2013-03-15 | 1 | -1/+2 |
* | make it possible to disable implicit join references. | Yves Senn | 2013-03-15 | 1 | -0/+9 |
* | Deprecate the `:distinct` option for `Relation#count`. | Yves Senn | 2013-03-15 | 1 | -4/+4 |
* | rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works. | Yves Senn | 2013-03-15 | 1 | -1/+5 |
* | Unprepared Visitor + unprepared_statement | Cédric FABIANSKI | 2013-03-08 | 1 | -0/+7 |
* | Added comments about the check_empty_arguments method which is called | wangjohn | 2013-02-20 | 1 | -0/+16 |
* | Reverting 16f6f25 (Change behaviour with empty array in where clause) | Guillermo Iguaran | 2013-02-08 | 1 | -3/+2 |
* | Change behaviour with empty array in where clause | robertomiranda | 2013-02-08 | 1 | -2/+3 |
* | Prevent Relation#merge from collapsing wheres on the RHS | Jon Leighton | 2013-01-27 | 1 | -0/+13 |
* | Added test case to prevent regression of chained, preloaded scopes. (#7490) | Chris Geihsler | 2013-01-19 | 1 | -0/+7 |
* | deprecate `assert_blank` and `assert_present`. | Yves Senn | 2013-01-05 | 1 | -2/+2 |
* | Revert "[#8743] Test case" | Rafael Mendonça França | 2013-01-05 | 1 | -5/+0 |
* | [#8743] Test case | Cédric FABIANSKI | 2013-01-05 | 1 | -0/+5 |
* | Use separate Relation subclasses for each AR class | Jon Leighton | 2012-11-30 | 1 | -0/+29 |
* | Ensure ordering to make the test pass with postgresql | Carlos Antonio da Silva | 2012-11-18 | 1 | -4/+5 |
* | Add test to ensure preloading works as expected with "select" and "includes". | Dieter Komendera | 2012-11-18 | 1 | -0/+13 |
* | loaded relations cannot be mutated by extending! | Juanjo Bazán | 2012-10-28 | 1 | -0/+9 |
* | nodoc the first_or_create methods and document alternatives | Jon Leighton | 2012-10-19 | 1 | -0/+10 |
* | Add Relation#find_or_create_by and friends | Jon Leighton | 2012-10-19 | 1 | -0/+23 |
* | learn ActiveRecord::QueryMethods#order work with hash arguments | Tima Maslyuchenko | 2012-10-12 | 1 | -0/+16 |
* | remove duplicated require statements in AR test cases | Yves Senn | 2012-10-09 | 1 | -1/+0 |
* | Model.select takes a variable list of arguments. | Isaac Sanders | 2012-08-23 | 1 | -0/+8 |
* | Fix "last equality wins" logic in relation merge | Ernie Miller | 2012-08-19 | 1 | -4/+7 |
* | Fix merge error when Equality LHS is non-attribute | Ernie Miller | 2012-08-17 | 1 | -0/+16 |
* | Merge pull request #7133 from roshats/fix_update_all_with_blank_argument | Carlos Antonio da Silva | 2012-08-15 | 1 | -0/+4 |
|\ |
|
| * | raise ArgumentError if list of attributes to change is empty in update_all | Roman Shatsov | 2012-08-14 | 1 | -0/+4 |
* | | Remove ActiveRecord::Base.to_a | Jon Leighton | 2012-08-03 | 1 | -1/+1 |
* | | Add `Relation#load` | Jon Leighton | 2012-08-01 | 1 | -0/+8 |
* | | AR::Relation#order: make new order prepend old one | Bogdan Gusiev | 2012-07-31 | 1 | -5/+5 |
* | | Deprecate ActiveRecord::Base.scoped. | Jon Leighton | 2012-07-27 | 1 | -58/+58 |
* | | ActiveRecord::Base.all returns a Relation. | Jon Leighton | 2012-07-27 | 1 | -24/+24 |
|/ |
|
* | support relations created with a table alias | Jon Leighton | 2012-07-13 | 1 | -0/+10 |
* | Relation#inspect handles doesn't perform a new query on an already-loaded rel... | Jon Leighton | 2012-07-07 | 1 | -1/+12 |
* | Limit the number of records in Relation#inspect | Damien Mathieu | 2012-07-06 | 1 | -0/+5 |
* | Show the records in Relation#inspect | Jon Leighton | 2012-07-06 | 1 | -0/+5 |
* | disallow mutating a relation once loaded | Jon Leighton | 2012-06-22 | 1 | -0/+27 |
* | a test case that ensures AR::Relation#merge can merge associations | Akira Matsuda | 2012-06-03 | 1 | -0/+8 |
* | modulize AR::NullRelation | Akira Matsuda | 2012-06-01 | 1 | -1/+6 |
* | fixed typo in word finiding | Ivan Kukobko | 2012-05-20 | 1 | -1/+1 |
* | quarantine more deprecated stuff | Jon Leighton | 2012-05-18 | 1 | -9/+0 |
* | quarantine deprecated tests | Jon Leighton | 2012-05-18 | 1 | -43/+3 |
* | Relation#from to accept other Relation objects | Radoslav Stankov | 2012-05-17 | 1 | -0/+7 |
* | Return false for exists? with new records - fixes #6199. | Andrew White | 2012-05-10 | 1 | -0/+1 |