aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attributes.rb
Commit message (Expand)AuthorAgeFilesLines
* Add docs and changelog entry for 73aab03 [ci skip]Sean Griffin2015-05-301-1/+10
* Persist user provided default values, even if unchangedSean Griffin2015-05-281-0/+1
* Allow proc defaults with the Attributes APISean Griffin2015-05-281-1/+7
* Some documentation edits [ci skip]Robin Dupret2015-03-051-9/+11
* Add docs for the type registrySean Griffin2015-02-171-3/+11
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-171-4/+4
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-2/+2
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-3/+3
* Register adapter specific types with the global type registrySean Griffin2015-02-151-1/+1
* Missing `@` [ci skip]Ryuta Kamizono2015-02-081-1/+1
* Document the usage of the default option to attributeSean Griffin2015-02-061-0/+14
* A symbol can be passed to `attribute`, which should be documentedSean Griffin2015-02-061-3/+4
* Grammar and RDoc formattingSean Griffin2015-02-061-21/+23
* Docs pass for the attributes APISean Griffin2015-02-061-16/+112
* Allow a symbol to be passed to `attribute`, in place of a type objectSean Griffin2015-02-061-3/+10
* 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