| Commit message (Expand) | Author | Age | Files | Lines |
* | Attribute assignment and type casting has nothing to do with columns | Sean Griffin | 2015-01-31 | 1 | -5/+5 |
* | Allow included modules to override association methods. | Yves Senn | 2014-09-09 | 1 | -0/+1 |
* | Promote time zone aware attributes to a first class type decorator | Sean Griffin | 2014-06-16 | 1 | -0/+1 |
* | Move `type_cast_for_write` behavior over to the serialized type object | Sean Griffin | 2014-05-29 | 1 | -29/+0 |
* | Refactor serialized types to be partially defined as custom properties | Sean Griffin | 2014-05-29 | 1 | -2/+2 |
* | initialize generated modules on inclusion and on inheritence | Aaron Patterson | 2013-07-02 | 1 | -7/+0 |
* | remove private attribute reader | Aaron Patterson | 2013-07-02 | 1 | -2/+2 |
* | just construct real objects rather than mock and stub | Aaron Patterson | 2013-06-17 | 1 | -7/+8 |
* | add test for 9041454def79d8e61cabe49e7c5cb72cef29138b | Jan Berdajs | 2013-06-05 | 1 | -0/+28 |
* | Remove ActiveRecord::Model | Jon Leighton | 2012-10-26 | 1 | -2/+0 |
* | removes usage of Object#in? from the code base (the method remains defined by... | Xavier Noria | 2012-08-06 | 1 | -2/+2 |
* | load active_support/core_ext/object/inclusion in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | Simplify AR configuration code. | Jon Leighton | 2012-06-15 | 1 | -0/+1 |
* | Deprecate Column#type_cast_code | Carlos Antonio da Silva | 2012-03-29 | 1 | -4/+0 |
* | Fix another race condition. | Jon Leighton | 2012-01-20 | 1 | -0/+8 |
* | Support configuration on ActiveRecord::Model. | Jon Leighton | 2011-12-28 | 1 | -1/+0 |
* | Deal with global config better between AR::Base and AR::Model | Jon Leighton | 2011-12-24 | 1 | -0/+1 |
* | Extract common logic into a method | Jon Leighton | 2011-12-24 | 1 | -0/+1 |
* | Fix #4046. | Jon Leighton | 2011-12-23 | 1 | -0/+1 |
* | Let AttributeMethods do its own including etc | Jon Leighton | 2011-12-15 | 1 | -4/+2 |
* | Revert "Raise error on unknown primary key." | Jon Leighton | 2011-10-05 | 1 | -4/+0 |
* | Raise error on unknown primary key. | Jon Leighton | 2011-10-05 | 1 | -0/+4 |
* | Always generate attribute methods on the base class. | Jon Leighton | 2011-09-13 | 1 | -0/+1 |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
* | Using Object#in? and Object#either? in various places | Prem Sichanugrist | 2011-04-11 | 1 | -2/+3 |
* | oops, no need for puts! | Aaron Patterson | 2011-02-18 | 1 | -1/+0 |
* | AR::AttributeMethods does not need to be included in an AR::Base class. | Aaron Patterson | 2011-02-18 | 1 | -0/+62 |