| Commit message (Expand) | Author | Age | Files | Lines |
* | Arel::In -> Arel::Predicates::In | Jeremy Kemper | 2009-11-02 | 2 | -2/+2 |
* | Merge commit 'rails/master' | Emilio Tagua | 2009-10-13 | 1 | -1/+1 |
|\ |
|
| * | Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks | Joshua Peek | 2009-10-12 | 1 | -1/+1 |
* | | Merge commit 'rails/master' | Emilio Tagua | 2009-10-02 | 1 | -0/+9 |
|\| |
|
| * | Make has_one with :conditions hash scope build or creation of the associated ... | Luciano G Panaro | 2009-09-28 | 1 | -0/+9 |
* | | Merge commit 'rails/master' | Emilio Tagua | 2009-09-14 | 1 | -2/+2 |
|\| |
|
| * | Fix habtm associations when using multiple databases | sdsykes | 2009-09-12 | 1 | -2/+2 |
* | | Merge commit 'rails/master' | Emilio Tagua | 2009-09-08 | 1 | -0/+16 |
|\| |
|
| * | Revert "Assert primary key does not exist in habtm when the association is de... | Jeremy Kemper | 2009-09-02 | 1 | -0/+16 |
* | | Merge commit 'rails/master' | Emilio Tagua | 2009-09-01 | 1 | -16/+0 |
|\| |
|
| * | Assert primary key does not exist in habtm when the association is defined, i... | José Valim | 2009-09-01 | 1 | -16/+0 |
* | | Remove whitespace. | Emilio Tagua | 2009-08-19 | 1 | -2/+2 |
* | | Remove unused quoted_record_ids, now ARel does this using ARel::In. | Emilio Tagua | 2009-08-18 | 1 | -9/+0 |
* | | has_many nullify associations keys using ARel. | Emilio Tagua | 2009-08-18 | 1 | -9/+9 |
* | | habtm insertion with ARel integration. | Emilio Tagua | 2009-08-18 | 1 | -8/+5 |
* | | habtm delete method integrated with ARel. | Emilio Tagua | 2009-08-18 | 1 | -4/+5 |
* | | Merge commit 'rails/master' | Emilio Tagua | 2009-08-10 | 1 | -19/+16 |
|\| |
|
| * | Remove unnecessary scoping for creating hm:t join record | Pratik Naik | 2009-08-10 | 1 | -3/+4 |
| * | Remove unnecessary scoping and validation checks from hm:t#create | Pratik Naik | 2009-08-10 | 1 | -1/+1 |
| * | Unify hm:t#create and create! implementation | Pratik Naik | 2009-08-10 | 1 | -17/+13 |
* | | Merge commit 'rails/master' | Emilio Tagua | 2009-08-10 | 6 | -6/+34 |
|\| |
|
| * | raises an exception on habtm join table inserts if join table contains a prim... | Jaime Bellmyer | 2009-08-09 | 1 | -2/+14 |
| * | raises exception (ActiveRecord::ConfigurationError with message) on habtm ass... | Jaime Bellmyer | 2009-08-09 | 1 | -0/+4 |
| * | Fix that counter_cache breaks with has_many :dependent => :nullify. | Gabe da Silveira | 2009-08-09 | 1 | -0/+1 |
| * | has_many :through create should not raise validation errors | railsbob | 2009-08-09 | 1 | -1/+5 |
| * | Allow ho:through#build when the owner is a new record [#1749 state:resolved] | Tristan Dunn | 2009-08-10 | 1 | -3/+9 |
| * | Enable has_many :through for going through a has_one association on the join ... | Gabe da Silveira | 2009-08-10 | 1 | -1/+1 |
| * | Added back support for destroying an association's object by id. [#2306 statu... | Joshua Nichols | 2009-08-09 | 1 | -0/+1 |
| * | Ensure hm:t#find does not assign nil to :include [#1845 state:resolved] | railsbob | 2009-08-09 | 1 | -1/+1 |
* | | Merge commit 'rails/master' | Emilio Tagua | 2009-08-10 | 1 | -0/+4 |
|\| |
|
| * | Ensure hm:t#create/create! throws ActiveRecord::RecordNotSaved when the owner... | Pratik Naik | 2009-08-08 | 1 | -0/+4 |
* | | Merge commit 'rails/master' | Emilio Tagua | 2009-07-31 | 1 | -2/+2 |
|\| |
|
| * | Merge docrails | Pratik Naik | 2009-07-25 | 1 | -2/+2 |
* | | Merge commit 'rails/master' | Emilio Tagua | 2009-07-16 | 2 | -5/+27 |
|\| |
|
| * | Add primary_key option to belongs_to association | Szymon Nowak | 2009-07-15 | 2 | -5/+27 |
* | | Merge commit 'rails/master' | Emilio Tagua | 2009-06-30 | 4 | -28/+16 |
|\| |
|
| * | Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a... | Pratik Naik | 2009-07-01 | 4 | -28/+16 |
* | | Merge commit 'rails/master' | Emilio Tagua | 2009-06-23 | 1 | -0/+7 |
|\| |
|
| * | Revert "Generate proper :counter_sql from :finder_sql when there is a newline... | Yehuda Katz + Carl Lerche | 2009-06-22 | 4 | -16/+28 |
| * | Generate proper :counter_sql from :finder_sql when there is a newline charact... | Patrick Joyce | 2009-06-21 | 4 | -28/+16 |
| * | Ensure hm:t#create respects source associations hash conditions [#2090 state:... | mattbauer | 2009-06-21 | 1 | -0/+7 |
* | | Leave the quoting part to ARel | Emilio Tagua | 2009-06-12 | 4 | -165/+169 |
|\| |
|
| * | HasOneThroughAssociation still shouldn't derive from HasManyThroughAssociation. | Adam Milligan | 2009-06-12 | 3 | -160/+164 |
| * | HasOneAssociation inherits AssociationProxy since it shares nothing with Belo... | Emilio Tagua | 2009-06-12 | 1 | -5/+5 |
* | | Use ARel in SQL generation through associations | Emilio Tagua | 2009-06-10 | 1 | -4/+4 |
|/ |
|
* | Ensure HasManyThroughAssociation#destroy delete orphan records [#2251 state:r... | Luca Guidi | 2009-05-18 | 1 | -0/+7 |
* | Implement #many? for NamedScope and AssociationCollection using #size [#1500 ... | Chris Kampmeier | 2009-05-17 | 1 | -0/+9 |
* | has_one :through should not create a new association when assigned nil [#698 ... | Daniel Guettler | 2009-05-17 | 1 | -8/+8 |
* | Revert "Fixed bug with polymorphic has_one :as pointing to an STI record" | Jeremy Kemper | 2009-05-11 | 1 | -1/+1 |
* | Providing support for :inverse_of as an option to associations. | Murray Steele | 2009-05-04 | 6 | -9/+51 |