| Commit message (Expand) | Author | Age | Files | Lines |
* | Add saved changes helpers for store accessors | Vladimir Dementyev | 2019-03-25 | 1 | -1/+21 |
* | Add dirty methods for store accessors | palkan | 2019-03-25 | 1 | -0/+28 |
* | Update prefix and allow suffix options for store accessors | Yukio Mizuta | 2018-06-12 | 1 | -5/+21 |
* | Add custom prefix to ActiveRecord::Store accessors | Tan Huynh | 2018-03-23 | 1 | -5/+20 |
* | Add MySQL JSON reference to ActiveRecord::Store documentation | Saverio Miroddi | 2018-03-17 | 1 | -2/+2 |
* | Avoid extra calls to to_s | Daniel Colson | 2018-01-29 | 1 | -1/+1 |
* | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 1 | -0/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Report the attribute on ActiveRecord::SerializationTypeMismatch | Kir Shatrov | 2017-01-29 | 1 | -3/+3 |
* | Privatize unneededly protected methods in Active Record | Akira Matsuda | 2016-12-24 | 1 | -4/+3 |
* | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 1 | -2/+2 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -24/+24 |
* | applies new string literal convention in activerecord/lib | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
* | applies new doc guidelines to Active Record. | Yves Senn | 2015-10-14 | 1 | -2/+3 |
* | Fix type case of "validations" and word-wrap from #17954 [ci skip] | Zachary Scott | 2014-12-08 | 1 | -2/+3 |
* | Add note to Store about uniqueness validation (#17954) [skip ci] | Mike Chau | 2014-12-08 | 1 | -1/+4 |
* | add missing `:nodoc:` to `store.rb`. [ci skip] | Yves Senn | 2014-06-24 | 1 | -4/+4 |
* | Remove unneeded `@column_types` instance variable | Sean Griffin | 2014-06-22 | 1 | -1/+1 |
* | Fix inheritance of stored_attributes (fixes #14672) | Jessica Yao | 2014-05-14 | 1 | -5/+14 |
* | Fix: ActiveRecord::Store TypeError conversion when using YAML coder | Thales Oliveira | 2014-01-06 | 1 | -1/+1 |
* | improve Active Record Store docs when using PG types. [ci skip]. | Yves Senn | 2013-11-09 | 1 | -3/+4 |
* | Fix typo in AR store docs [ci skip] | Carlos Antonio da Silva | 2013-11-09 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-11-07 | 1 | -0/+4 |
|\ |
|
| * | refine usage docs of `store` in combination with `hstore` and `json`. | Yves Senn | 2013-11-06 | 1 | -3/+3 |
| * | Hstore and JSON fields are not supported with store | Robin Dupret | 2013-10-30 | 1 | -0/+4 |
* | | `ActiveRecord::Store` works together with PG `hstore` columns. | Yves Senn | 2013-10-25 | 1 | -14/+46 |
* | | `stored_attributes` need to be specific to a subclass. | Yves Senn | 2013-10-25 | 1 | -0/+3 |
|/ |
|
* | define Active Record Store accessors in a module | Sergey Nartimov | 2013-02-11 | 1 | -12/+21 |
* | Namespace HashWithIndifferentAccess | Akira Matsuda | 2013-01-07 | 1 | -3/+3 |
* | refactor store_accessor | Matt Jones | 2012-09-13 | 1 | -6/+38 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-09-09 | 1 | -1/+1 |
|\ |
|
| * | add :nodoc: to AR::Store::IndifferentCoder [ci skip] | Francesco Rodriguez | 2012-09-08 | 1 | -1/+1 |
* | | correctly flag changed attributes in AR::Store, combine multiple calls to sto... | Matt Jones | 2012-09-05 | 1 | -2/+3 |
|/ |
|
* | Use instance_accessor: false instead of instance_writer. | kennyj | 2012-08-21 | 1 | -1/+1 |
* | load active_support/core_ext/class/attribute in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | load active_support/concern in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | Avoid to call send(store_attribute) twice. | kennyj | 2012-07-15 | 1 | -6/+8 |
* | Remove duplicated code in the AR::Store. | kennyj | 2012-07-14 | 1 | -11/+3 |
* | Added *instance_writer: false* for stored/serialized attributes. | kennyj | 2012-07-07 | 1 | -1/+1 |
* | Don't mark the store as changed if an attribute isn't changed. | kennyj | 2012-07-03 | 1 | -2/+5 |
* | Refactor and use class_attribute | Carlos Antonio da Silva | 2012-06-18 | 1 | -3/+5 |
* | Remember the stored attributes in a config attribute. | Joost Baaij | 2012-06-18 | 1 | -0/+12 |
* | Fixed typo. | chrismcc | 2012-06-11 | 1 | -1/+1 |
* | Fix backward compatibility with stored Hash values. Wrap coders to convert se... | Jeremy Kemper | 2012-05-30 | 1 | -2/+32 |
* | Convert Hash to HashWithIndifferentAccess in ActiveRecord::Store. | Andrey Voronkov | 2012-05-22 | 1 | -10/+27 |
* | Copy edit [ci skip] | Rafael Mendonça França | 2012-05-13 | 1 | -3/+4 |
* | Custom coders support for ActiveRecord::Store. JSON, YAML, Marshal can be use... | Andrey Voronkov | 2012-05-09 | 1 | -5/+10 |
* | Merge pull request #4856 from ihid/store_null_bug | Aaron Patterson | 2012-02-02 | 1 | -0/+2 |
|\ |
|
| * | Allow store to be a not null column. | Jeremy Walker | 2012-02-02 | 1 | -0/+2 |