aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/properties.rb
Commit message (Expand)AuthorAgeFilesLines
* Clear all caches calculated based on `@columns` when `@columns` changesSean Griffin2014-05-311-3/+7
* Allow specifying a default value in overloaded propertiesSean Griffin2014-05-301-2/+13
* Refactor serialized types to be partially defined as custom propertiesSean Griffin2014-05-291-3/+7
* Ensure we always use instances of the adapter specific column classSean Griffin2014-05-281-1/+1
* Maintain column order when overriding existing columnsSean Griffin2014-05-281-3/+8
* Merge pull request #15389 from sgrif/sg-property-inheritanceRafael Mendonça França2014-05-281-5/+7
|\
| * Ensure custom properties work correctly with inheritanceSean Griffin2014-05-281-5/+7
* | Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-1/+1
|/
* Remove AR Properties from the public APISean Griffin2014-05-271-14/+2
* Deprecate decimal columns being automatically treated as integersSean Griffin2014-05-271-1/+13
* Add a public API to allow users to specify column typesSean Griffin2014-05-261-0/+95