aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attributes.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename `user_provided_types` to something more meaningfulSean Griffin2015-02-021-4/+4
* Attribute assignment and type casting has nothing to do with columnsSean Griffin2015-01-311-57/+27
* Change 'a' to 'an' for 'attribute' word [ci skip]Santosh Wadghule2015-01-211-1/+1
* Don't attempt to save dirty attributes which are not persistableSean Griffin2015-01-101-0/+7
* Extract an explicit type caster classSean Griffin2014-12-291-0/+1
* docs, replace ` with + for proper rdoc output. [ci skip]Yves Senn2014-12-231-2/+2
* Don't modify the columns hash to set defaults from the attributes APISean Griffin2014-10-311-3/+20
* Simplify creation of default attributes on AR instanceSean Griffin2014-06-291-2/+1
* add missing `:nodoc:` for recent refactorings. [ci skip]Yves Senn2014-06-241-1/+1
* Small typoAnton Cherepanov2014-06-231-1/+1
* Introduce an object to aid in creation and management of `@attributes`Sean Griffin2014-06-191-4/+5
* Rename `property` to `attribute`Sean Griffin2014-06-071-0/+122
* Revert "Refactoring attributes/types" [#3348 state:open]Pratik Naik2010-01-221-37/+0
* Refactoring attributes/types [#3348 state:resolved]Eric Chapweske2009-10-171-0/+37