aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_decorators.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-2/+0
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-2/+1
* Add some documentation around internal APIs [ci skip]Sean Griffin2016-12-081-0/+22
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-13/+13
* 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