| Commit message (Expand) | Author | Age | Files | Lines |
* | allow setting of a demodulized class name when using STI | Alex Robbin | 2015-05-11 | 1 | -0/+3 |
* | Deprecate `ActiveModel::Errors` `add_on_empty` and `add_on_blank` methods | Wojciech Wnętrzak | 2015-02-19 | 1 | -1/+1 |
* | Fix error message when trying to create an associated record | Rafael Mendonça França | 2014-12-30 | 1 | -0/+1 |
* | Move association definition to the model file | Akira Matsuda | 2014-08-28 | 1 | -0/+1 |
* | Add AR::Base.to_param for convenient "pretty" URLs derived from a model's att... | Javan Makhmali | 2013-11-14 | 1 | -0/+2 |
* | Port test from cf1904f to avoid future regression | Prem Sichanugrist | 2013-10-03 | 1 | -0/+5 |
* | Make sure inverse_of is visible on the has_many callbacks | Arthur Neves | 2013-09-25 | 1 | -1/+5 |
* | More unused associations in AR test models | Akira Matsuda | 2013-09-10 | 1 | -2/+0 |
* | Revert "Merge branch 'master' of github.com:rails/docrails" | Vijay Dev | 2013-08-17 | 1 | -0/+2 |
* | More unused associations in AR test models | Akira Matsuda | 2013-07-25 | 1 | -2/+0 |
* | Dropped deprecated option `:restrict` for `:dependent` in associations | Neeraj Singh | 2013-07-03 | 1 | -7/+0 |
* | Removed support for deprecated `finder_sql` in associations. | Neeraj Singh | 2013-07-02 | 1 | -4/+0 |
* | Removed support for deprecated `counter_sql` | Neeraj Singh | 2013-07-02 | 1 | -16/+1 |
* | Ambiguous reflections are on :through relationships are no longer supported. | Aaron Patterson | 2013-06-13 | 1 | -1/+1 |
* | Handle aliased attributes in ActiveRecord::Relation. | Godfrey Chan | 2013-05-01 | 1 | -0/+2 |
* | Added STI support to init and building associations | Jason Rush | 2012-11-29 | 1 | -0/+1 |
* | Remove mass assignment security from ActiveRecord | Guillermo Iguaran | 2012-09-16 | 1 | -1/+0 |
* | test cleanup, remove ruby_type because it's no longer needed | Yves Senn | 2012-09-03 | 1 | -4/+0 |
* | Remove the dependent_restrict_raises option. | Jon Leighton | 2012-08-10 | 1 | -2/+14 |
* | Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-08-01 | 1 | -16/+20 |
* | Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql." | Jon Leighton | 2012-08-01 | 1 | -1/+14 |
* | Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-07-20 | 1 | -14/+1 |
* | Convert association macros to the new syntax | Jon Leighton | 2012-07-20 | 1 | -27/+27 |
* | Fix issue with private kernel methods and collection associations. Closes #2508 | Carlos Antonio da Silva | 2012-05-02 | 1 | -0/+5 |
* | test_get_ids_for_ordered_association fixed | gregolsen | 2012-01-31 | 1 | -1/+1 |
* | ids_reader method fixed, test added to has_many association | gregolsen | 2012-01-31 | 1 | -0/+1 |
* | Deprecate inferred JOINs with includes + SQL snippets. | Jon Leighton | 2012-01-16 | 1 | -0/+2 |
* | Deprecate set_sequence_name in favour of self.sequence_name= | Jon Leighton | 2011-11-29 | 1 | -1/+1 |
* | Allow the :class_name option for associations to take a symbol. | Jon Leighton | 2011-11-04 | 1 | -0/+1 |
* | Refactor tests to be less brittle | Jon Leighton | 2011-06-12 | 1 | -0/+12 |
* | Add interpolation of association conditions back in, in the form of proc { ..... | Jon Leighton | 2011-02-14 | 1 | -9/+6 |
* | belongs_to records should be initialized within the association scope | Jon Leighton | 2011-01-16 | 1 | -0/+1 |
* | Add create_association! for belongs_to | Jon Leighton | 2011-01-16 | 1 | -0/+1 |
* | Construct an actual ActiveRecord::Relation object for the association scope, ... | Jon Leighton | 2011-01-07 | 1 | -1/+0 |
* | Allow assignment on has_one :through where the owner is a new record [#5137 s... | Jon Leighton | 2011-01-03 | 1 | -0/+1 |
* | Verify that when has_many associated objects are destroyed via :dependent => ... | Jon Leighton | 2010-12-31 | 1 | -1/+16 |
* | Convert :primary_key in association to a string before comparing to column na... | Denis Odorcic | 2010-10-30 | 1 | -0/+1 |
* | Add :dependent = to has_one and has_many [#3075 state:resolved] | Rizwan Reza | 2010-03-28 | 1 | -0/+5 |
* | Fix associations to call :destroy or :delete based on the right :dependent op... | Carlos Antonio da Silva | 2010-03-09 | 1 | -2/+2 |
* | Simplify calculation scope building. Remove :order from associations as it is... | Pratik Naik | 2010-01-18 | 1 | -5/+3 |
* | delete correct records for a has_many with :primary_key and :dependent => :de... | Matt Jones | 2009-11-10 | 1 | -0/+2 |
* | Make has_one with :conditions hash scope build or creation of the associated ... | Luciano G Panaro | 2009-09-28 | 1 | -0/+2 |
* | Fix has_one with foreign_key and primary_key association bug which caused the... | Graeme Porteous | 2009-09-12 | 1 | -0/+1 |
* | Explicitely setting `autosave => false' should override new_record autosaving... | Eloy Duran | 2009-09-12 | 1 | -0/+5 |
* | Changed ActiveRecord to use new callbacks and speed up observers by only noti... | José Valim | 2009-09-08 | 1 | -0/+5 |
* | has_many :through create should not raise validation errors | railsbob | 2009-08-09 | 1 | -0/+2 |
* | added :order option to find :first methods and associations as otherwise Orac... | Raimonds Simanovskis | 2009-08-06 | 1 | -2/+6 |
* | Add primary_key option to belongs_to association | Szymon Nowak | 2009-07-15 | 1 | -0/+1 |
* | Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a... | Pratik Naik | 2009-07-01 | 1 | -0/+4 |
* | Revert "Generate proper :counter_sql from :finder_sql when there is a newline... | Yehuda Katz + Carl Lerche | 2009-06-22 | 1 | -4/+0 |