| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a stylistic nitpick in #19501 | Sean Griffin | 2015-10-29 | 1 | -3/+3 |
* | Fix test failures caused by #19501 | Sean Griffin | 2015-10-29 | 1 | -1/+1 |
* | Fix merge conflicts from #19501 | Sean Griffin | 2015-10-29 | 1 | -20/+18 |
|\ |
|
| * | DRY up STI subclass logic | Cody Cutrer | 2015-03-24 | 1 | -19/+19 |
* | | Replace AR with ActiveRecord to make it more readable [ci skip] | arvind | 2015-09-08 | 1 | -1/+1 |
* | | invalid sti error message contains the full class name. | Yves Senn | 2015-05-13 | 1 | -1/+1 |
* | | allow setting of a demodulized class name when using STI | Alex Robbin | 2015-05-11 | 1 | -6/+8 |
|/ |
|
* | Revert "Merge pull request #19500 from ccutrer/dry_sti_subclass_finding" | Rafael Mendonça França | 2015-03-24 | 1 | -19/+19 |
* | DRY up STI subclass logic | Cody Cutrer | 2015-03-24 | 1 | -19/+19 |
* | Attribute assignment and type casting has nothing to do with columns | Sean Griffin | 2015-01-31 | 1 | -1/+1 |
* | Remove deprecated `symbolized_base_class` and `symbolized_sti_name` | Rafael Mendonça França | 2015-01-04 | 1 | -10/+0 |
* | Remove all cases of manuallly wrapping `Arel::Nodes::Quoted` | Sean Griffin | 2014-12-29 | 1 | -1/+0 |
* | We don't need to perform type casting on the STI condition | Sean Griffin | 2014-12-26 | 1 | -0/+1 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |
* | Revert "Improve performance of AR object instantiation" | Sean Griffin | 2014-11-14 | 1 | -8/+4 |
* | Improve performance of AR object instantiation | Sean Griffin | 2014-11-05 | 1 | -4/+8 |
* | edit pass over all warnings | Xavier Noria | 2014-10-28 | 1 | -2/+2 |
* | Merge pull request #15762 from arthurnn/better_error_on_bad_alias_method | Matthew Draper | 2014-07-18 | 1 | -8/+2 |
|\ |
|
| * | Dont swallow errors when bad alias_method | Arthur Neves | 2014-06-24 | 1 | -8/+2 |
* | | Tiny follow-up to #15987 and 088b4c3e [ci skip] | Robin Dupret | 2014-07-02 | 1 | -4/+4 |
* | | Move STI docs off of the main Base document, leaving a note | Sean Griffin | 2014-06-30 | 1 | -0/+31 |
|/ |
|
* | Move changed_attributes into dirty.rb | Keenan Brock | 2014-01-22 | 1 | -0/+10 |
* | Don't try to get the subclass if the inheritance column doesn't exist | Ujjwal Thaakar | 2014-01-14 | 1 | -7/+15 |
* | Set NameError#name | Chulki Lee | 2014-01-13 | 1 | -1/+1 |
* | Change all "can not"s to the correct "cannot". | T.J. Schuck | 2014-01-03 | 1 | -1/+1 |
* | Deprecate unused `symbolized_base_class` and `symbolized_sti_name`. | Yves Senn | 2014-01-03 | 1 | -0/+2 |
* | no need to to_sym | Aaron Patterson | 2013-10-09 | 1 | -1/+1 |
* | minor comments cleanup | Neeraj Singh | 2013-05-27 | 1 | -3/+4 |
* | let Ruby do the is_a check for us | Aaron Patterson | 2013-05-16 | 1 | -3/+4 |
* | Fix #new with an STI object with complex inheritance | Nate Berkopec | 2013-04-02 | 1 | -1/+1 |
* | Avoid short-circuit return | Rafael Mendonça França | 2013-03-08 | 1 | -5/+9 |
* | Merge pull request #9497 from route/subclass_from_attrs | Rafael Mendonça França | 2013-03-08 | 1 | -2/+3 |
|\ |
|
| * | Fix ActiveRecord `subclass_from_attrs` when eager_load is false. | Dmitry Vorotilin | 2013-03-06 | 1 | -2/+3 |
* | | More helpful error message when instantiating an abstract class | Aaron Weiner | 2013-03-03 | 1 | -0/+3 |
|/ |
|
* | Missing require | Akira Matsuda | 2013-01-07 | 1 | -0/+2 |
* | Move instantiation responsibilities from Inheritance to Persistence. Have Inh... | Jeremy Kemper | 2012-11-29 | 1 | -24/+24 |
* | Added STI support to init and building associations | Jason Rush | 2012-11-29 | 1 | -0/+26 |
* | Remove ActiveRecord::Model | Jon Leighton | 2012-10-26 | 1 | -29/+12 |
* | Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing." | Jeremy Kemper | 2012-10-20 | 1 | -1/+1 |
* | Get rid of the ActiveRecord::Model::DeprecationProxy thing. | Jon Leighton | 2012-10-19 | 1 | -1/+1 |
* | rename AR::Model::Tag to AR::Tag - fixes #7714 | Francesco Rodriguez | 2012-09-20 | 1 | -2/+2 |
* | removes usage of Object#in? from the code base (the method remains defined by... | Xavier Noria | 2012-08-06 | 1 | -1/+1 |
* | load active_support/concern in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | Refactor ActiveRecord::Inheritance.base_class logic | beerlington | 2012-07-26 | 1 | -18/+15 |
* | Simplify AR configuration code. | Jon Leighton | 2012-06-15 | 1 | -3/+7 |
* | Adding documentation for ActiveRecord::Base.abstract_class to clarify a parti... | Joe Goggins | 2012-03-22 | 1 | -0/+14 |
* | Remove IdentityMap | Carlos Antonio da Silva | 2012-03-13 | 1 | -20/+3 |
* | give each PG type a `type` method and decortate tz attributes | Aaron Patterson | 2012-02-07 | 1 | -0/+1 |
* | column types are passed from the result set to the instantiated AR object | Aaron Patterson | 2012-02-07 | 1 | -2/+3 |
* | Support establishing connection on ActiveRecord::Model. | Jon Leighton | 2011-12-28 | 1 | -12/+8 |