aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute/user_provided_default.rb
Commit message (Expand)AuthorAgeFilesLines
* Move Attribute and AttributeSet to ActiveModelLisa Ugray2017-11-091-32/+0
* [Active Record] require => require_relativeAkira Matsuda2017-10-211-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* [Active Record] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-1/+1
* Memoize user provided defaults before type castingSean Griffin2016-03-241-5/+10
* nodoc `ActiveRecord::Attribute::UserProvidedDefault`. [ci skip]Yves Senn2015-10-131-1/+1
* Further encapsulate dirty checking on `Attribute`Sean Griffin2015-10-021-11/+2
* Clean up the implementation of AR::DirtySean Griffin2015-09-241-1/+1
* Persist user provided default values, even if unchangedSean Griffin2015-05-281-1/+14
* Allow proc defaults with the Attributes APISean Griffin2015-05-281-0/+19