| Commit message (Expand) | Author | Age | Files | Lines |
* | Add find(ids) to relations | Pratik Naik | 2009-12-27 | 3 | -2/+91 |
* | Make Model.all return an array rather than a relation for consistency. Use Mo... | Pratik Naik | 2009-12-27 | 2 | -3/+9 |
* | Fix dynamic finder docs | Pratik Naik | 2009-12-27 | 1 | -3/+2 |
* | Make Model.find_or_create_by_* and find_or_initialize_by_* use relations and ... | Pratik Naik | 2009-12-27 | 3 | -64/+5 |
* | Add find_or_create_by_* and find_or_initialize_by_* to relations | Pratik Naik | 2009-12-27 | 2 | -0/+44 |
* | Make Model.find_by_* and Model.find_all_by_* use relations and remove dynamic... | Pratik Naik | 2009-12-27 | 4 | -124/+38 |
* | Add find_by_* and find_all_by_* finders to ActiveRecord::Relation | Pratik Naik | 2009-12-27 | 2 | -1/+47 |
* | Replace Model.first(options) with new finder methods inside tests | Pratik Naik | 2009-12-27 | 2 | -3/+3 |
* | Add new finder methods to association collection. | Pratik Naik | 2009-12-27 | 7 | -13/+38 |
* | Ensure Model.scoped adds type conditions for STI models | Pratik Naik | 2009-12-27 | 3 | -12/+16 |
* | Ensure all the finder methods respect scoping | Pratik Naik | 2009-12-26 | 2 | -2/+7 |
* | Add relation.reload to force reloading the records | Pratik Naik | 2009-12-26 | 3 | -0/+29 |
* | Cache the loaded relations | Pratik Naik | 2009-12-26 | 2 | -33/+75 |
* | Ensure preload and eager_load finder methods accept multiple arguments | Pratik Naik | 2009-12-26 | 2 | -6/+12 |
* | Make sure the relations are always immutable | Pratik Naik | 2009-12-26 | 1 | -8/+5 |
* | Add support for multiple arguments to .where finder | Pratik Naik | 2009-12-26 | 2 | -2/+8 |
* | Add missing changelog entries | Pratik Naik | 2009-12-26 | 1 | -0/+25 |
* | Add Relation#all as an alias for to_a | Pratik Naik | 2009-12-26 | 2 | -0/+8 |
* | Stop supporting blank arguments to AR#relation query methods | Pratik Naik | 2009-12-26 | 1 | -27/+19 |
* | Rename Model.conditions and relation.conditions to .where | Pratik Naik | 2009-12-26 | 7 | -20/+20 |
* | No parentheses for assert_equal | Pratik Naik | 2009-12-26 | 1 | -6/+6 |
* | Add Model.select/group/order/limit/joins/conditions/preload/eager_load class ... | Pratik Naik | 2009-12-26 | 4 | -59/+88 |
* | Model.scoped now returns a relation if invoked without any arguments | Pratik Naik | 2009-12-26 | 2 | -11/+25 |
* | Finish moving config.frameworks-dependent code to the framework plugin | Carlhuda | 2009-12-23 | 2 | -5/+8 |
* | Moving out some framework specific initializers into the framework libraries. | Carlhuda | 2009-12-23 | 1 | -0/+51 |
* | Flip deferrable autoload convention | Joshua Peek | 2009-12-22 | 1 | -52/+64 |
* | Missed changelog entry for :inverse_of | Jeremy Kemper | 2009-12-21 | 1 | -0/+7 |
* | Fully expand relative rails framework paths and make sure we aren't | Joshua Peek | 2009-12-16 | 2 | -11/+10 |
* | When passing force_reload = true to an association, don't use the query cache... | Will | 2009-12-16 | 2 | -2/+12 |
* | Added #to_i to DateTime in ActiveSupport so #to_yaml works correctly on Activ... | Serguei Filimonov | 2009-12-15 | 1 | -0/+11 |
* | Forgot to revert tests from that last commit | Joshua Peek | 2009-12-12 | 1 | -8/+0 |
* | Revert "Fix instance_eval calls to association proxies" | Joshua Peek | 2009-12-12 | 2 | -3/+6 |
* | Fix postgresql AR test failure | John Pignata | 2009-12-11 | 1 | -2/+2 |
* | Replace reset_counter_cache with reset_counters that has API inline with exis... | Gabe da Silveira | 2009-12-03 | 3 | -11/+16 |
* | Add support for Mysql column positioning via #add_column and #change_column | Ben Marini | 2009-12-03 | 3 | -0/+64 |
* | Reorganize autoloads: | Carlhuda | 2009-12-02 | 1 | -47/+53 |
* | Fix instance_eval calls to association proxies | Mat Brown | 2009-12-02 | 2 | -6/+10 |
* | Implement ActiveRecord#reset_counter_cache | Mike Breen | 2009-12-02 | 3 | -0/+30 |
* | Revert "Revert "Assert primary key does not exist in habtm when the associati... | Jeremy Kemper | 2009-11-23 | 5 | -31/+14 |
* | Insert generated association members in the same order they are specified whe... | Gabe da Silveira | 2009-11-17 | 2 | -2/+25 |
* | Revert "Ensure Model#destroy respects optimistic locking" | Jeremy Kemper | 2009-11-17 | 2 | -52/+0 |
* | Ruby 1.9: skip pg locking test for 1.9.1 also | Jeremy Kemper | 2009-11-15 | 1 | -1/+1 |
* | No need to check for generated method, just redispatch | Jeremy Kemper | 2009-11-14 | 1 | -4/+3 |
* | Ruby 1.9.2: use recursive flatten | Jeremy Kemper | 2009-11-14 | 1 | -7/+1 |
* | Skip pg locking test due to connection checkout deadlock detection | Jeremy Kemper | 2009-11-14 | 1 | -5/+8 |
* | Ruby 1.9.2: fix flatten_deeper to preserve nils | Jeremy Kemper | 2009-11-14 | 1 | -1/+1 |
* | Revert "Split arel_table into method to get a relation and another to memoize... | Jeremy Kemper | 2009-11-13 | 5 | -13/+13 |
* | Split arel_table into method to get a relation and another to memoize the def... | Jeremy Kemper | 2009-11-13 | 5 | -13/+13 |
* | Missing customers fixture | Jeremy Kemper | 2009-11-13 | 1 | -2/+2 |
* | Ruby 1.9.2: avoid #flatten | Jeremy Kemper | 2009-11-13 | 3 | -18/+38 |