aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/custom_properties_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Clear all caches calculated based on `@columns` when `@columns` changesSean Griffin2014-05-311-0/+20
* Allow specifying a default value in overloaded propertiesSean Griffin2014-05-301-4/+5
* Result sets never override a model's column typeSean Griffin2014-05-291-0/+2
* Maintain column order when overriding existing columnsSean Griffin2014-05-281-0/+5
* Ensure custom properties work correctly with inheritanceSean Griffin2014-05-281-0/+19
* Add a public API to allow users to specify column typesSean Griffin2014-05-261-0/+64