| Commit message (Expand) | Author | Age | Files | Lines |
* | ActiveRecord::Relation#none! method. | Juanjo Bazán | 2012-10-28 | 1 | -0/+6 |
* | Merge pull request #6606 from amatsuda/ar_relation_model_method | Rafael Mendonça França | 2012-08-21 | 1 | -0/+5 |
|\ |
|
| * | AR::Relation#model would be a better API than AR::Relation#klass | Akira Matsuda | 2012-06-03 | 1 | -0/+5 |
* | | Allow Relation#merge to take a proc. | Jon Leighton | 2012-08-03 | 1 | -0/+4 |
* | | fix association :extend option | Jon Leighton | 2012-07-13 | 1 | -2/+5 |
|/ |
|
* | Relation#from to accept other Relation objects | Radoslav Stankov | 2012-05-17 | 1 | -1/+6 |
* | fix interpolation for hash merging | Jon Leighton | 2012-04-25 | 1 | -4/+13 |
* | allow merging a single where value | Jon Leighton | 2012-04-25 | 1 | -0/+6 |
* | fix tests | Jon Leighton | 2012-04-13 | 1 | -6/+0 |
* | now we can just manipulate the values hash in #only and #except | Jon Leighton | 2012-04-13 | 1 | -0/+13 |
* | use a hash to store relation values | Jon Leighton | 2012-04-13 | 1 | -7/+7 |
* | remove apply_finder_options call from AssociationScope | Jon Leighton | 2012-04-13 | 1 | -0/+5 |
* | Make Relation#extending work like other value methods | Jon Leighton | 2012-04-13 | 1 | -8/+9 |
* | Add Relation#merge! | Jon Leighton | 2012-04-13 | 1 | -0/+5 |
* | assert valid keys | Jon Leighton | 2012-04-13 | 1 | -0/+4 |
* | Allow Relation#merge to take a hash | Jon Leighton | 2012-04-13 | 1 | -2/+20 |
* | we have no need for the ASSOCIATION_METHODS constant | Jon Leighton | 2012-04-13 | 1 | -8/+1 |
* | we don't need to test that constant assignment works | Jon Leighton | 2012-04-13 | 1 | -15/+0 |
* | Add bang versions of relation query methods. | Jon Leighton | 2012-04-12 | 1 | -0/+52 |
* | Deprecate inferred JOINs with includes + SQL snippets. | Jon Leighton | 2012-01-16 | 1 | -0/+6 |
* | store references as a string | Jon Leighton | 2012-01-16 | 1 | -2/+2 |
* | Add ActiveRecord::Relation#references (#950) | Jon Leighton | 2012-01-16 | 1 | -1/+14 |
* | Revert "Deprecate implicit eager loading. Closes #950." | Jon Leighton | 2012-01-16 | 1 | -6/+0 |
* | correctly handle order calls after a reorder | Matt Jones + Scott Walker | 2012-01-03 | 1 | -1/+1 |
* | Deprecate implicit eager loading. Closes #950. | Jon Leighton | 2011-12-29 | 1 | -0/+6 |
* | Add ActiveRecord::Relation#uniq for toggling DISTINCT in the SQL query | Jon Leighton | 2011-11-05 | 1 | -1/+1 |
* | oops! remove debugging codes | Aaron Patterson | 2011-06-27 | 1 | -1/+0 |
* | default create_with_value to a hash so we can eliminate conditionals, add tes... | Aaron Patterson | 2011-06-27 | 1 | -1/+2 |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
* | Fix issue #1272 | Brian Mathiyakom | 2011-06-01 | 1 | -1/+1 |
* | Evaluate default scopes at the last possible moment in order to avoid problem... | Jon Leighton | 2011-04-12 | 1 | -1/+1 |
* | isolating eager_loading? method | Aaron Patterson | 2010-11-30 | 1 | -0/+11 |
* | making sure scope_for_create value is cached | Aaron Patterson | 2010-11-30 | 1 | -0/+12 |
* | surrounding scope_for_create behavior | Aaron Patterson | 2010-11-30 | 1 | -0/+14 |
* | Ruby 1.8, how does it work? | Aaron Patterson | 2010-11-30 | 1 | -6/+6 |
* | testing combined nodes are not traversed | Aaron Patterson | 2010-11-30 | 1 | -0/+9 |
* | adding more tests surrounding where_values_hash | Aaron Patterson | 2010-11-30 | 1 | -3/+19 |
* | testing Relation#table_name | Aaron Patterson | 2010-11-30 | 1 | -0/+21 |
* | adding a test for ActiveRecord::Relation | Aaron Patterson | 2010-11-30 | 1 | -0/+56 |