| Commit message (Expand) | Author | Age | Files | Lines |
* | load active_support/deprecation in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | load active_support/core_ext/object/inclusion in active_support/rails | Xavier Noria | 2012-08-02 | 3 | -3/+0 |
* | Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-08-01 | 2 | -0/+21 |
* | Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql." | Jon Leighton | 2012-08-01 | 2 | -2/+2 |
* | Refactor dependency check validation | Carlos Antonio da Silva | 2012-08-01 | 4 | -28/+19 |
* | move method for dependent option check | Hrvoje Šimić | 2012-08-01 | 4 | -11/+22 |
* | Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-07-20 | 2 | -2/+2 |
* | Avoid options ever being nil | Jon Leighton | 2012-07-20 | 1 | -4/+4 |
* | fix association :extend option | Jon Leighton | 2012-07-13 | 2 | -6/+17 |
* | move the deprecated options into active_record_deprecated_finders | Jon Leighton | 2012-07-13 | 2 | -5/+2 |
* | stop using class_attribute where methods/inheritance will suffice. | Jon Leighton | 2012-07-13 | 7 | -29/+53 |
* | extract deprecated association options to active_record_deprecated_finders | Jon Leighton | 2012-07-13 | 1 | -43/+0 |
* | Represent association scope options as AR::Relations insternally. | Jon Leighton | 2012-07-13 | 1 | -0/+43 |
* | Allow associations to take a lambda which builds the scope | Jon Leighton | 2012-07-13 | 2 | -12/+17 |
* | Improve the derivation of HABTM assocation join table names | Andrew White | 2012-06-22 | 1 | -30/+0 |
* | Merge pull request #4835 from pacoguzman/refactor_define_restrict_dependency_... | Carlos Antonio da Silva | 2012-05-19 | 1 | -3/+3 |
|\ |
|
| * | Refactor define_restrict_dependency_method using reflection | Paco Guzman | 2012-02-01 | 1 | -3/+3 |
* | | no longer need #delete_all_on_destroy | Jon Leighton | 2012-05-18 | 2 | -2/+2 |
|/ |
|
* | Use human attribute name to show the dependent destroy message | Rafael Mendonça França | 2012-02-01 | 1 | -1/+2 |
* | fix has_one, has_many restrict error message | Manoj | 2012-02-01 | 1 | -1/+2 |
* | Merge pull request #4799 from arunagw/warning_fixed_for_indentations | Aaron Patterson | 2012-01-31 | 1 | -1/+1 |
|\ |
|
| * | warning removed: mismatched indentations | Arun Agrawal | 2012-01-31 | 1 | -1/+1 |
* | | Put spaces between the words at deprecation warning | Rafael Mendonça França | 2012-01-31 | 1 | -3/+3 |
|/ |
|
* | suggested fixes for :dependent => :restrict deprecation. | Manoj | 2012-01-31 | 1 | -1/+1 |
* | Same method for has_many and has_one associations | Paco Guzman | 2012-01-31 | 3 | -30/+17 |
* | Easy dependent_restrict error message | Paco Guzman | 2012-01-31 | 2 | -4/+2 |
* | has_many/has_one, :dependent => :restrict, deprecation added. | Manoj | 2012-01-29 | 3 | -3/+35 |
* | Deprecate inferred JOINs with includes + SQL snippets. | Jon Leighton | 2012-01-16 | 1 | -1/+1 |
* | Revert "Deprecate implicit eager loading. Closes #950." | Jon Leighton | 2012-01-16 | 1 | -1/+1 |
* | Remove Array.wrap calls in ActiveRecord | Rafael Mendonça França | 2012-01-06 | 1 | -2/+2 |
* | Removed metaclass from the has_many dependency destroy method. Fixes #2954 | Dmitry Polushkin | 2011-12-31 | 2 | -8/+5 |
* | Deprecate implicit eager loading. Closes #950. | Jon Leighton | 2011-12-29 | 1 | -1/+1 |
* | Fix #3672 again (dependent: delete_all perf) | Jon Leighton | 2011-12-14 | 2 | -2/+8 |
* | avoid warnings | Josh Susser | 2011-11-27 | 6 | -15/+15 |
* | use GeneratedFeatureMethods module for associations | Josh Susser | 2011-11-27 | 2 | -7/+13 |
* | association methods are now generated in modules | Josh Susser | 2011-11-15 | 7 | -30/+25 |
* | Destroy association habtm record before destroying the record itself. Fixes i... | Tomas D'Stefano | 2011-07-08 | 1 | -12/+10 |
* | Removes the restriction on primary key when joining in a habtm && test that i... | Mohammad El-Abid | 2011-05-26 | 1 | -4/+0 |
* | removed deprecated methods, and related tests, from ActiveRecord | Josh Kalderimis | 2011-05-25 | 1 | -13/+0 |
* | Add block setting of attributes to singular associations | Andrew White | 2011-05-17 | 1 | -6/+6 |
* | Bring back obj.association_loaded? as a deprecated method. Fixes #472. | Jon Leighton | 2011-05-11 | 1 | -0/+13 |
* | Remove `#among?` from Active Support | Prem Sichanugrist | 2011-04-13 | 3 | -3/+3 |
* | Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg... | David Heinemeier Hansson | 2011-04-12 | 3 | -3/+3 |
* | Using Object#in? and Object#either? in various places | Prem Sichanugrist | 2011-04-11 | 3 | -3/+9 |
* | Make clearing of HABTM join table contents happen in an after_destory callback. | Murray Steele | 2011-03-23 | 1 | -12/+12 |
* | Use proper objects to do the work to build the associations (adding methods, ... | Jon Leighton | 2011-02-21 | 7 | -0/+430 |