| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix scope chaining + STI | Jon Leighton | 2013-04-05 | 1 | -1/+0 |
* | failing test for #9869 | Neeraj Singh | 2013-04-05 | 1 | -0/+1 |
* | has_many through obeys order on through association | Neeraj Singh | 2013-04-04 | 1 | -1/+1 |
* | Add missing require to inheritance test | Carlos Antonio da Silva | 2013-04-03 | 1 | -2/+0 |
* | Update other counter caches on destroy | Ian Young | 2013-03-20 | 2 | -4/+6 |
* | Refactor Person/Friendship relationships to be more intuitive | Mack Earnhardt | 2013-03-17 | 2 | -2/+7 |
* | rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works. | Yves Senn | 2013-03-15 | 4 | -11/+10 |
* | Merge pull request #9497 from route/subclass_from_attrs | Rafael Mendonça França | 2013-03-08 | 1 | -0/+2 |
|\ |
|
| * | Fix ActiveRecord `subclass_from_attrs` when eager_load is false. | Dmitry Vorotilin | 2013-03-06 | 1 | -0/+2 |
* | | test case for `serialize` default values. | Yves Senn | 2013-03-07 | 1 | -0/+1 |
|/ |
|
* | test case to prevent duplicated associations with custom PK. | Yves Senn | 2013-02-24 | 1 | -0/+2 |
* | define Active Record Store accessors in a module | Sergey Nartimov | 2013-02-11 | 1 | -0/+9 |
* | Prevent Relation#merge from collapsing wheres on the RHS | Jon Leighton | 2013-01-27 | 2 | -0/+2 |
* | Fix cases where delete_records on a has_many association caused errors | Derek Kraan | 2013-01-27 | 2 | -0/+6 |
* | Describing the reason for defining BlankTopic#blank? which will never be called | Akira Matsuda | 2013-01-24 | 1 | -0/+1 |
* | Revert "Unused methods, module, etc." | Akira Matsuda | 2013-01-24 | 4 | -0/+28 |
* | Unused methods, module, etc. | Akira Matsuda | 2013-01-24 | 4 | -28/+0 |
* | Unused test model | Akira Matsuda | 2013-01-24 | 1 | -5/+0 |
* | Goodbye there, very special rubbish! | Akira Matsuda | 2013-01-24 | 4 | -19/+1 |
* | proxy_{owner,reflection,target} are no more available | Akira Matsuda | 2013-01-24 | 1 | -11/+1 |
* | Unused model DeprecatedPostWithComment | Akira Matsuda | 2013-01-24 | 1 | -7/+0 |
* | Remove warning by using a custom coder | Andrew White | 2013-01-23 | 1 | -2/+16 |
* | Merge pull request #8913 from seejee/regression_test_for_chained_preloaded_sc... | Carlos Antonio da Silva | 2013-01-20 | 1 | -0/+3 |
|\ |
|
| * | Added test case to prevent regression of chained, preloaded scopes. (#7490) | Chris Geihsler | 2013-01-19 | 1 | -0/+3 |
* | | Merge pull request #8994 from Springest/fix_default_scope_update_all_delete_all | Jon Leighton | 2013-01-18 | 1 | -0/+9 |
|\ \ |
|
| * | | Fix .update_all and .delete_all when using a condition on a joined table | Derek Kraan | 2013-01-11 | 1 | -0/+9 |
| |/ |
|
* / | Undeprecate the :extend option | Jon Leighton | 2013-01-18 | 1 | -0/+14 |
|/ |
|
* | Rename update_attributes method to update, keep update_attributes as an alias | Amparo Luna + Guillermo Iguaran | 2013-01-03 | 1 | -1/+1 |
* | unused scope | Akira Matsuda | 2013-01-02 | 1 | -2/+0 |
* | Fix broken test for postgresql | Rafael Mendonça França | 2012-12-21 | 1 | -1/+1 |
* | Serialized attribute can be serialized in an integer column | Rafael Mendonça França | 2012-12-21 | 1 | -0/+21 |
* | Allow users to choose the timestamp format in the cache key | Rafael Mendonça França | 2012-12-10 | 1 | -0/+5 |
* | Make sure the tests pass in the case closer to described in #8195 | Rafael Mendonça França | 2012-12-10 | 1 | -1/+1 |
* | Do not instantiate intermediate AR objects when eager loading. | Yves Senn | 2012-12-04 | 1 | -0/+10 |
* | Added STI support to init and building associations | Jason Rush | 2012-11-29 | 2 | -0/+2 |
* | Initialize accessors to remove some warnings in Ruby 2.0 | Carlos Antonio da Silva | 2012-11-19 | 1 | -3/+2 |
* | Regression test for #7238 | Nikita Afanasenko | 2012-11-13 | 1 | -0/+6 |
* | :counter_cache option for to support custom named counter caches. Closes #7993 | Yves Senn | 2012-11-04 | 1 | -0/+1 |
* | Remove ActiveRecord::Model | Jon Leighton | 2012-10-26 | 1 | -35/+0 |
* | fix warning: method redefined | kennyj | 2012-10-02 | 1 | -1/+1 |
* | Fix reset_counters() crashing on has_many :through associations. | lulalala | 2012-10-02 | 1 | -1/+1 |
* | Revert "Fix find_in_batches with customized primary_key" | Santiago Pastorino | 2012-09-21 | 1 | -5/+0 |
* | Remove mass_assignment_options from ActiveRecord | Guillermo Iguaran | 2012-09-16 | 1 | -3/+3 |
* | Remove mass assignment security from ActiveRecord | Guillermo Iguaran | 2012-09-16 | 6 | -20/+0 |
* | Fix find_in_batches with customized primary_key | Toshiyuki Kawanishi | 2012-09-16 | 1 | -0/+5 |
* | refactor store_accessor | Matt Jones | 2012-09-13 | 1 | -1/+9 |
* | Fix nested association references | Jon Leighton | 2012-09-12 | 1 | -0/+1 |
* | Accept belongs_to assoc. keys in ActiveRecord queries | beerlington | 2012-09-11 | 1 | -0/+3 |
* | Merge pull request #7532 from al2o3cr/fix_store_bugs | Rafael Mendonça França | 2012-09-05 | 1 | -0/+1 |
|\ |
|
| * | correctly flag changed attributes in AR::Store, combine multiple calls to sto... | Matt Jones | 2012-09-05 | 1 | -0/+1 |