aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods
Commit message (Expand)AuthorAgeFilesLines
...
* Serialized attribute can be serialized in an integer columnRafael Mendonça França2012-12-211-0/+8
* Don't call will_change! for datetime nil->"".Alisdair McDiarmid2012-11-251-0/+1
* Don't allocate new strings in compiled attribute methodsJon Leighton2012-11-212-20/+32
* Remove return guardCarlos Antonio da Silva2012-11-171-2/+1
* Keep the code related to serialization in Serialization module.Nikita Afanasenko2012-11-101-1/+9
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-031-0/+43
|\
| * 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
* | Revert "Don't allocate new strings in compiled attribute methods"David Heinemeier Hansson2012-10-312-39/+20
* | Fix `attributes_before_type_cast` for serialised attributes.Nikita Afanasenko2012-10-311-0/+10
* | Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-1/+1
* | Provide a call stack for deprecation warnings where needed.Nikita Afanasenko2012-10-291-1/+2
* | Remove ActiveRecord::ModelJon Leighton2012-10-263-24/+9
|/
* Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."Jeremy Kemper2012-10-203-3/+3
* Get rid of the ActiveRecord::Model::DeprecationProxy thing.Jon Leighton2012-10-193-3/+3
* Rename the partial_updates config to partial_writesJon Leighton2012-10-191-6/+18
* The default value of a text/blob in mysql strict mode should be nilJon Leighton2012-10-191-11/+1
* Don't allocate new strings in compiled attribute methodsJon Leighton2012-10-122-20/+39
* Revert "Key the attributes hash with symbols"Jon Leighton2012-10-123-12/+8
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-285-30/+40
|\
| * update AR/attribute_methods documentation [ci skip]Francesco Rodriguez2012-09-214-26/+36
| * fix AR::AttributeMethods::Dirty :nodoc: [ci skip]Francesco Rodriguez2012-09-211-4/+4
* | Support for partial inserts.Jon Leighton2012-09-281-3/+17
* | Removing dead code. attribute_cast_code is not called.kennyj2012-09-282-25/+0
|/
* Set primary key with id= only if primary key existsGuillermo Iguaran2012-09-161-1/+1
* Remove mass assignment security from ActiveRecordGuillermo Iguaran2012-09-161-2/+1
* Raise MissingAttributeError on query methodsErnie Miller2012-09-081-1/+1
* Minor refactor in ActiveRecord#initialize_dupCarlos Antonio da Silva2012-09-071-1/+0
* Avoid #fetch for non-nil values.Jon Leighton2012-08-311-1/+2
* Key the attributes hash with symbolsJon Leighton2012-08-313-7/+12
* call methods on AR::Model after ClassMethods module is definedAaron Patterson2012-08-241-1/+2
* Use instance_accessor: false instead of instance_writer.kennyj2012-08-211-2/+7
* Round usec when writing timestamp attribute.kennyj2012-08-211-5/+14
* Pull more serialize code into a lazy included moduleJon Leighton2012-08-171-60/+63
* Optimize instantiation for models which don't use serializeJon Leighton2012-08-171-13/+20
* load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-022-2/+0
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-022-2/+0
* Do not consider the numeric attribute as changed if the old value isRafael Mendonça França2012-08-021-1/+1
* Added *instance_writer: false* for stored/serialized attributes.kennyj2012-07-071-1/+1
* changed the firm of changes_from_zero_to_string?Angelo capilleri2012-06-211-2/+2
* Refactor the conditionalsRafael Mendonça França2012-06-191-7/+7
* Validates_numericality_of is skipped when changing 0 to to non-empty stringAngelo capilleri2012-06-191-5/+15
* Simplify AR configuration code.Jon Leighton2012-06-154-9/+23
* Fix #6591. If a field with timezone isn't changed, we don't call will_change!.kennyj2012-06-041-1/+2
* Fix #5797. Error calling dup method on AR model with serialized fieldkennyj2012-05-301-3/+4
* recurse in read_attribute we get caching / don't duplicate codeJon Leighton2012-03-301-3/+2
* Properly typecast id attribute when using custom primary keyCarlos Antonio da Silva2012-03-291-1/+4