aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods
Commit message (Expand)AuthorAgeFilesLines
* safely publish columns and columns hash infoAaron Patterson2013-03-141-1/+1
* assigning '0.0' to a nullable numeric column does not make it dirtyYves Senn2013-03-051-1/+5
* Reduced memory leak problem in transactions by lazily updating AR objects wit...wangjohn2013-02-201-0/+5
* Gist URLs are now namespacedAkira Matsuda2013-02-181-1/+1
* Simplify type casting code for timezone aware attributesAndrew White2013-01-261-10/+5
* Fix handling of dirty time zone aware attributesLilibeth De La Cruz2013-01-261-2/+2
* Revert "Round usec when writing timestamp attribute."Andrew White2013-01-221-13/+5
* change unless !blank? to if blank? in get_primary_keyAngelo capilleri2013-01-081-1/+1
* These are already required through AS/railsAkira Matsuda2013-01-071-1/+0
* Rename update_attributes method to update, keep update_attributes as an aliasAmparo Luna + Guillermo Iguaran2013-01-031-2/+2
* 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