Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote branch 'mainstream/master' | Pratik Naik | 2009-11-17 | 1 | -214/+156 |
|\ | |||||
| * | Revert "Split arel_table into method to get a relation and another to memoize... | Jeremy Kemper | 2009-11-13 | 1 | -2/+2 |
| * | Split arel_table into method to get a relation and another to memoize the def... | Jeremy Kemper | 2009-11-13 | 1 | -2/+2 |
| * | Ruby 1.9.2: avoid #flatten | Jeremy Kemper | 2009-11-13 | 1 | -6/+10 |
| * | delete correct records for a has_many with :primary_key and :dependent => :de... | Matt Jones | 2009-11-10 | 1 | -1/+1 |
| * | Arel::In -> Arel::Predicates::In | Jeremy Kemper | 2009-11-02 | 1 | -1/+1 |
| * | Merge branch 'associations_2' | Emilio Tagua | 2009-10-05 | 1 | -2/+2 |
| |\ | |||||
| | * | Added eager loading support to Relation and ActiveRecord#all. | Emilio Tagua | 2009-10-05 | 1 | -2/+2 |
| * | | Merge commit 'rails/master' | Emilio Tagua | 2009-10-02 | 1 | -1/+3 |
| |\ \ | |||||
| * \ \ | Merge commit 'rails/master' | Emilio Tagua | 2009-09-14 | 1 | -3/+4 |
| |\ \ \ | |||||
| * \ \ \ | Merge commit 'rails/master' | Emilio Tagua | 2009-09-08 | 1 | -17/+36 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge commit 'rails/master' | Emilio Tagua | 2009-09-08 | 1 | -11/+2 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge commit 'rails/master' | Emilio Tagua | 2009-09-01 | 1 | -2/+11 |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Remove useless conditionals/local var. | Emilio Tagua | 2009-08-19 | 1 | -5/+1 |
| * | | | | | | Make sure join association methods are called once. | Emilio Tagua | 2009-08-19 | 1 | -9/+10 |
| * | | | | | | Don't sanitize_sql where it doesn't make sense. | Emilio Tagua | 2009-08-19 | 1 | -2/+2 |
| * | | | | | | Remove old method and comment. | Emilio Tagua | 2009-08-19 | 1 | -14/+0 |
| * | | | | | | Remove useless InnerJoinDependency, inner joins are performed through | Emilio Tagua | 2009-08-19 | 1 | -21/+4 |
| * | | | | | | Remove whitespace. | Emilio Tagua | 2009-08-19 | 1 | -0/+1 |
| * | | | | | | Use immutable relation objects to generate queries. | Emilio Tagua | 2009-08-18 | 1 | -19/+18 |
| * | | | | | | Use finder options as relation method names to provide more familiar | Emilio Tagua | 2009-08-18 | 1 | -17/+17 |
| * | | | | | | Clean up relation joins when finding records with included associations. | Emilio Tagua | 2009-08-17 | 1 | -12/+12 |
| * | | | | | | Use ARel's joins when building a query for finding records with included | Emilio Tagua | 2009-08-14 | 1 | -48/+58 |
| * | | | | | | Merge commit 'rails/master' | Emilio Tagua | 2009-08-10 | 1 | -17/+49 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Removed unused methods. | Emilio Tagua | 2009-08-07 | 1 | -70/+56 |
| * | | | | | | | Removed useless OR. | Emilio Tagua | 2009-08-07 | 1 | -1/+1 |
| * | | | | | | | More work on removing plain SQL from associations and use ARel instead. | Emilio Tagua | 2009-08-07 | 1 | -20/+19 |
| * | | | | | | | Merge commit 'rails/master' | Emilio Tagua | 2009-07-31 | 1 | -5/+71 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Introduced ActiveRecord::Relation, a layer between an ARel relation and an AR... | Emilio Tagua | 2009-07-21 | 1 | -8/+9 |
| * | | | | | | | | Merge commit 'rails/master' | Emilio Tagua | 2009-07-16 | 1 | -3/+6 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Added ActiveRecord::Base#(where|join|project|group|order|take|skip) methods. | Emilio Tagua | 2009-07-16 | 1 | -8/+8 |
| * | | | | | | | | | Merge commit 'rails/master' | Emilio Tagua | 2009-07-14 | 1 | -1/+8 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Arel now buils SQL queries for associations. Removed old code and | Emilio Tagua | 2009-06-23 | 1 | -47/+6 |
| * | | | | | | | | | | Leave the quoting part to ARel | Emilio Tagua | 2009-06-12 | 1 | -7/+2 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Use ARel in SQL generation through associations | Emilio Tagua | 2009-06-10 | 1 | -11/+15 |
| * | | | | | | | | | | | Merge commit 'rails/master' | Emilio Tagua | 2009-06-02 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge commit 'rails/master' | Emilio Tagua | 2009-05-18 | 1 | -1/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge commit 'rails/master' | Emilio Tagua | 2009-05-12 | 1 | -10/+26 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge commit 'rails/master' | Emilio Tagua | 2009-05-05 | 1 | -3/+9 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | Calculations now use Arel to construct the query. | Emilio Tagua | 2009-04-29 | 1 | -10/+18 |
* | | | | | | | | | | | | | | | | There is no query method for belongs_to associations. | Ryan Bigg | 2009-10-27 | 1 | -1/+0 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Make has_one with :conditions hash scope build or creation of the associated ... | Luciano G Panaro | 2009-09-28 | 1 | -1/+3 |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Added some documentation about setting :autosave => false on an association. | Eloy Duran | 2009-09-12 | 1 | -3/+4 |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Changed ActiveRecord to use new callbacks and speed up observers by only noti... | José Valim | 2009-09-08 | 1 | -17/+36 |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Revert "Assert primary key does not exist in habtm when the association is de... | Jeremy Kemper | 2009-09-02 | 1 | -11/+11 |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Assert primary key does not exist in habtm when the association is defined, i... | José Valim | 2009-09-01 | 1 | -12/+12 |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
* | | | | | | | | | | Enable has_many :through for going through a has_one association on the join ... | Gabe da Silveira | 2009-08-10 | 1 | -2/+29 |
* | | | | | | | | | | Changed to use klass instead of constantizing in assign_ids generated method | Dmitry Ratnikov | 2009-08-09 | 1 | -1/+1 |
* | | | | | | | | | | Fix for nested :include with namespaced models. | Rich Bradley | 2009-08-09 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | Merge docrails | Pratik Naik | 2009-07-25 | 1 | -5/+71 |
| |_|_|_|_|_|_|/ |/| | | | | | | |