| Commit message (Expand) | Author | Age | Files | Lines |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -4/+4 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -11/+11 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -3/+3 |
* | Ensure `has_and_belongs_to_many` works with `belongs_to_required_by_default` | Sean Griffin | 2015-10-29 | 1 | -0/+8 |
* | Fix merge conflicts for #19938 | Sean Griffin | 2015-10-20 | 1 | -0/+1 |
|\ |
|
| * | Fix for activerecord join dependency instantiate bug | Mehmet Emin İNAÇ | 2015-05-04 | 1 | -0/+1 |
* | | Fix regression in inverse_of on through associations | eileencodes | 2015-09-26 | 1 | -0/+2 |
|/ |
|
* | More unused associations in AR test models | Akira Matsuda | 2013-09-10 | 1 | -1/+0 |
* | Revert "Merge branch 'master' of github.com:rails/docrails" | Vijay Dev | 2013-08-17 | 1 | -0/+1 |
* | More unused associations in AR test models | Akira Matsuda | 2013-07-25 | 1 | -1/+0 |
* | Removed support for deprecated `delete_sql` in associations. | Neeraj Singh | 2013-07-03 | 1 | -5/+0 |
* | Removed support for deprecated `finder_sql` in associations. | Neeraj Singh | 2013-07-02 | 1 | -8/+0 |
* | rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works. | Yves Senn | 2013-03-15 | 1 | -4/+4 |
* | Goodbye there, very special rubbish! | Akira Matsuda | 2013-01-24 | 1 | -3/+0 |
* | Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-08-01 | 1 | -9/+13 |
* | Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql." | Jon Leighton | 2012-08-01 | 1 | -0/+9 |
* | Deprecate ActiveRecord::Base.scoped. | Jon Leighton | 2012-07-27 | 1 | -1/+1 |
* | Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-07-20 | 1 | -9/+0 |
* | Convert association macros to the new syntax | Jon Leighton | 2012-07-20 | 1 | -9/+9 |
* | Deprecate eager-evaluated scopes. | Jon Leighton | 2012-03-21 | 1 | -1/+1 |
* | Add interpolation of association conditions back in, in the form of proc { ..... | Jon Leighton | 2011-02-14 | 1 | -8/+9 |
* | Let AssociationCollection#find use #scoped to do its finding. Note that I am ... | Jon Leighton | 2011-01-03 | 1 | -0/+4 |
* | Refactor new callbacks and AR implementation. | José Valim | 2009-09-08 | 1 | -1/+2 |
* | Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a... | Pratik Naik | 2009-07-01 | 1 | -0/+6 |
* | Revert "Generate proper :counter_sql from :finder_sql when there is a newline... | Yehuda Katz + Carl Lerche | 2009-06-22 | 1 | -6/+0 |
* | Generate proper :counter_sql from :finder_sql when there is a newline charact... | Patrick Joyce | 2009-06-21 | 1 | -0/+6 |
* | Fix tests for sqlite3 3.6.xx | Pratik Naik | 2009-04-21 | 1 | -1/+1 |
* | Add :having option to find, to use in combination with grouped finds. Also ad... | miloops | 2008-12-01 | 1 | -0/+1 |
* | Fixed ordering in test_find_in_association_with_custom_finder_sql_and_multipl... | Tarmo Tänav | 2008-08-22 | 1 | -1/+1 |
* | Introduce the :readonly option to all associations. Records from the associat... | Jeremy Kemper | 2008-02-13 | 1 | -0/+1 |
* | move assets and models | Jeremy Kemper | 2008-01-18 | 1 | -0/+28 |