aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-11-071-0/+3
|\
| * warning about saving models with dirty attributesDamien Mathieu2013-10-231-0/+3
* | `ActiveRecord::Store` works together with PG `hstore` columns.Yves Senn2013-10-251-0/+4
|/
* Merge pull request #10816 from bogdan/less-dirty-dirtyRafael Mendonça França2013-09-231-9/+6
* Merge pull request #12188 from SamSaffron/masterAaron Patterson2013-09-111-7/+8
|\
| * Perf: avoid dupes add fallback logic for codersSam2013-09-111-7/+8
* | Perf: avoid array allocation where not neededSam2013-08-271-1/+1
|/
* method transplanting between modules isn't supported on 1.9Aaron Patterson2013-07-032-10/+51
* refactor the method cache objects to have a superclassAaron Patterson2013-07-032-51/+16
* keep a cache of writer methodsAaron Patterson2013-07-031-11/+34
* move the reader method cache in to the read moduleAaron Patterson2013-07-031-1/+49
* keep a cache of the reader methods so we can reuse themAaron Patterson2013-07-031-34/+2
* reduce the amount of code Ruby has to parseAaron Patterson2013-07-021-3/+8
* making the comment more accurateAaron Patterson2013-07-021-2/+5
* stop storing multiple copies of a particular attribute nameAaron Patterson2013-07-022-4/+6
* eagerly assign the attribute name cache, remove const_missingAaron Patterson2013-07-022-0/+4
* Removed deprecated methods partial_updates and familyNeeraj Singh2013-07-021-11/+0
* fix serialization type cast when value is already unserializedJan Berdajs2013-06-051-1/+5
* the typecast value should be passed to the serializer. fixes #10830Aaron Patterson2013-06-051-5/+5
* Remove instance level serialized_attributes setting was deprecated.kennyj2013-06-021-7/+0
* read_attribute_before_type_cast should accept symbolNeeraj Singh2013-05-111-1/+2
* fix :nodoc: mark on AR::AttributeMethods::Serialization [ci skip]Francesco Rodriguez2013-04-121-2/+2
* update ActiveRecord::AttributeMethods::Serialization documentation [ci skip]Francesco Rodriguez2013-04-041-0/+7
* 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