aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods/before_type_cast.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-6/+6
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-1/+1
* Only use the `_before_type_cast` in the form when from user inputSean Griffin2015-01-141-0/+5
* Merge pull request #15846 from sgrif/sg-attributes-before-type-castRafael Mendonça França2014-06-261-1/+1
|\
| * Move `attributes_before_type_cast` to `AttributeSet`Sean Griffin2014-06-211-1/+1
* | Return a null object from `AttributeSet#[]`Sean Griffin2014-06-201-3/+1
|/
* Introduce an Attribute object to handle the type casting danceSean Griffin2014-06-131-2/+4
* Rename attribute related instance variables to better express intentSean Griffin2014-05-301-2/+2
* read_attribute_before_type_cast should accept symbolNeeraj Singh2013-05-111-1/+2
* Fix code example in AR::AttributeMethods::BeforeTypeCast.Hendy Tanata2012-10-221-1/+1
* add docs to AR::AttributeMethods::BeforeTypeCast [ci skip]Francesco Rodriguez2012-10-211-0/+23
* fix typo and improve example [ci skip]Francesco Rodriguez2012-10-211-1/+3
* update AR::AttributeMethods::BeforeTypeCast docs [ci skip]Francesco Rodriguez2012-10-211-0/+18
* move id_before_type_cast to PrimaryKey moduleSergey Nartimov2012-02-161-5/+1
* Fix indentation hereSantiago Pastorino2010-12-041-7/+8
* attributes_before_type_cast are just the value of @attributesSantiago Pastorino2010-12-041-1/+1
* No need to use inject here, use map instead.Emilio Tagua2010-09-221-4/+1
* Revert "Refactoring attributes/types" [#3348 state:open]Pratik Naik2010-01-221-3/+10
* Refactoring attributes/types [#3348 state:resolved]Eric Chapweske2009-10-171-10/+3
* Don't define id_before_type_cast, just let it be generated on its ownJoshua Peek2009-07-301-5/+5
* Move id attribute methods into their related concernJoshua Peek2009-07-301-0/+12
* Concernify AR AttributeMethodsJoshua Peek2009-07-301-0/+21