aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attributes.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Document option forwarding in ActiveRecord::Base.attributeAlan Wu2019-03-201-0/+13
* Suppress `warning: BigDecimal.new is deprecated` in activerecordYasuo Honda2017-12-131-1/+1
* Move Attribute and AttributeSet to ActiveModelLisa Ugray2017-11-091-3/+3
* [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
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-2/+1
* Make the second argument to `attribute` optionalSean Griffin2016-11-301-1/+1
* Corrected comments referring to documentation inIain Beeston2016-10-031-3/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-16/+16
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-1/+1
* Correct the behavior of virtual attributes on models loaded from the dbSean Griffin2016-07-251-1/+1
* Clarify Postgres initials. [skip ci]William Johnston2016-07-021-2/+2
* - Be consistent in providing file locations of schema, model and initializerVipul A M2016-04-131-1/+6
* make attributes API example to work [ci skip]yuuji.yaginuma2016-03-061-2/+2
* fix typo in attribute example [ci skip]yuuji.yaginuma2016-03-051-1/+1
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-4/+4
* Merge pull request #21635 from sideshowcoder/ar_type_docs_fixArthur Nogueira Neves2015-10-131-1/+1
|\
| * ActiveRecord Attributes API code fixPhilipp Fehre2015-09-151-1/+1
* | No need to declare ActiveRecord::Attributes::TypeKir Shatrov2015-10-051-3/+0
|/
* 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