aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_decorators.rb
Commit message (Expand)AuthorAgeFilesLines
* Attribute assignment and type casting has nothing to do with columnsSean Griffin2015-01-311-5/+6
* Stop using instance exec for type decoratorsSean Griffin & Sean Doyle2014-06-271-7/+7
* add missing `:nodoc:` for recent refactorings. [ci skip]Yves Senn2014-06-241-2/+2
* Promote time zone aware attributes to a first class type decoratorSean Griffin2014-06-161-10/+26
* Refactor application of type decorators into an objectSean Griffin2014-06-161-8/+24
* Don't query the database schema when calling `serialize`Sean Griffin2014-06-071-0/+34