aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/store.rb
Commit message (Expand)AuthorAgeFilesLines
* add missing `:nodoc:` to `store.rb`. [ci skip]Yves Senn2014-06-241-4/+4
* Remove unneeded `@column_types` instance variableSean Griffin2014-06-221-1/+1
* Fix inheritance of stored_attributes (fixes #14672)Jessica Yao2014-05-141-5/+14
* Fix: ActiveRecord::Store TypeError conversion when using YAML coderThales Oliveira2014-01-061-1/+1
* improve Active Record Store docs when using PG types. [ci skip].Yves Senn2013-11-091-3/+4
* Fix typo in AR store docs [ci skip]Carlos Antonio da Silva2013-11-091-1/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-11-071-0/+4
|\
| * refine usage docs of `store` in combination with `hstore` and `json`.Yves Senn2013-11-061-3/+3
| * Hstore and JSON fields are not supported with storeRobin Dupret2013-10-301-0/+4
* | `ActiveRecord::Store` works together with PG `hstore` columns.Yves Senn2013-10-251-14/+46
* | `stored_attributes` need to be specific to a subclass.Yves Senn2013-10-251-0/+3
|/
* define Active Record Store accessors in a moduleSergey Nartimov2013-02-111-12/+21
* Namespace HashWithIndifferentAccessAkira Matsuda2013-01-071-3/+3
* refactor store_accessorMatt Jones2012-09-131-6/+38
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-091-1/+1
|\
| * add :nodoc: to AR::Store::IndifferentCoder [ci skip]Francesco Rodriguez2012-09-081-1/+1
* | correctly flag changed attributes in AR::Store, combine multiple calls to sto...Matt Jones2012-09-051-2/+3
|/
* Use instance_accessor: false instead of instance_writer.kennyj2012-08-211-1/+1
* load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/concern in active_support/railsXavier Noria2012-08-021-1/+0
* Avoid to call send(store_attribute) twice.kennyj2012-07-151-6/+8
* Remove duplicated code in the AR::Store.kennyj2012-07-141-11/+3
* Added *instance_writer: false* for stored/serialized attributes.kennyj2012-07-071-1/+1
* Don't mark the store as changed if an attribute isn't changed.kennyj2012-07-031-2/+5
* Refactor and use class_attributeCarlos Antonio da Silva2012-06-181-3/+5
* Remember the stored attributes in a config attribute.Joost Baaij2012-06-181-0/+12
* Fixed typo.chrismcc2012-06-111-1/+1
* Fix backward compatibility with stored Hash values. Wrap coders to convert se...Jeremy Kemper2012-05-301-2/+32
* Convert Hash to HashWithIndifferentAccess in ActiveRecord::Store.Andrey Voronkov2012-05-221-10/+27
* Copy edit [ci skip]Rafael Mendonça França2012-05-131-3/+4
* Custom coders support for ActiveRecord::Store. JSON, YAML, Marshal can be use...Andrey Voronkov2012-05-091-5/+10
* Merge pull request #4856 from ihid/store_null_bugAaron Patterson2012-02-021-0/+2
|\
| * Allow store to be a not null column.Jeremy Walker2012-02-021-0/+2
* | *args is already an array. :'(Aaron Patterson2012-02-021-1/+1
* | removed whitespace errors :yellow_heart::blue_heart::purple_heart::heart::gre...Aaron Patterson2012-02-021-4/+4
|/
* Fix that changing a store should mark the store attribute as changedDavid Heinemeier Hansson2011-10-251-0/+1
* Added ActiveRecord::Base.store for declaring simple single-column key/value s...David Heinemeier Hansson2011-10-131-0/+49