| Commit message (Expand) | Author | Age | Files | Lines |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -50/+50 |
* | Test parent local_stored_attributes isn't modified | David Genord II | 2016-02-16 | 1 | -0/+1 |
* | Typos in AR tests | Akira Matsuda | 2016-02-04 | 1 | -1/+1 |
* | Introduce an Attribute object to handle the type casting dance | Sean Griffin | 2014-06-13 | 1 | -1/+0 |
* | Don't change values in `@raw_attributes` during serialization | Sean Griffin | 2014-06-01 | 1 | -14/+0 |
* | Fix inheritance of stored_attributes (fixes #14672) | Jessica Yao | 2014-05-14 | 1 | -0/+16 |
* | Aesthetic | Rafael Mendonça França | 2014-01-29 | 1 | -6/+7 |
* | Fixing issue with activerecord serialization not being able to dump a record ... | Mauricio Linhares | 2014-01-29 | 1 | -0/+23 |
* | Fix: ActiveRecord::Store TypeError conversion when using YAML coder | Thales Oliveira | 2014-01-06 | 1 | -0/+4 |
* | `stored_attributes` need to be specific to a subclass. | Yves Senn | 2013-10-25 | 1 | -0/+12 |
* | Remove unnecessary testcase for instance level stored_attributes. | kennyj | 2013-06-02 | 1 | -5/+0 |
* | define Active Record Store accessors in a module | Sergey Nartimov | 2013-02-11 | 1 | -0/+12 |
* | Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" | Guillermo Iguaran | 2013-01-18 | 1 | -1/+1 |
* | User Rails 4 find_by | robertomiranda | 2013-01-18 | 1 | -1/+1 |
* | Namespace HashWithIndifferentAccess | Akira Matsuda | 2013-01-07 | 1 | -4/+3 |
* | fix warning: method redefined | kennyj | 2012-10-02 | 1 | -1/+1 |
* | refactor store_accessor | Matt Jones | 2012-09-13 | 1 | -1/+13 |
* | correctly flag changed attributes in AR::Store, combine multiple calls to sto... | Matt Jones | 2012-09-05 | 1 | -2/+8 |
* | Use instance_accessor: false instead of instance_writer. | kennyj | 2012-08-21 | 1 | -3/+2 |
* | Added *instance_writer: false* for stored/serialized attributes. | kennyj | 2012-07-07 | 1 | -0/+7 |
* | Don't mark the store as changed if an attribute isn't changed. | kennyj | 2012-07-03 | 1 | -0/+5 |
* | Remember the stored attributes in a config attribute. | Joost Baaij | 2012-06-18 | 1 | -1/+5 |
* | Fix backward compatibility with stored Hash values. Wrap coders to convert se... | Jeremy Kemper | 2012-05-30 | 1 | -13/+16 |
* | Convert Hash to HashWithIndifferentAccess in ActiveRecord::Store. | Andrey Voronkov | 2012-05-22 | 1 | -0/+34 |
* | Custom coders support for ActiveRecord::Store. JSON, YAML, Marshal can be use... | Andrey Voronkov | 2012-05-09 | 1 | -1/+35 |
* | Allow store to be a not null column. | Jeremy Walker | 2012-02-02 | 1 | -2/+11 |
* | Fix typo | Jon Leighton | 2011-11-30 | 1 | -2/+2 |
* | Merge branch 'master' of github.com:rails/rails | David Heinemeier Hansson | 2011-10-25 | 1 | -3/+3 |
|\ |
|
| * | Rails 4 is just around the corner. Stuck with 1.8 until then. | Jeremy Kemper | 2011-10-13 | 1 | -3/+3 |
* | | Fix that changing a store should mark the store attribute as changed | David Heinemeier Hansson | 2011-10-25 | 1 | -0/+5 |
|/ |
|
* | Added ActiveRecord::Base.store for declaring simple single-column key/value s... | David Heinemeier Hansson | 2011-10-13 | 1 | -0/+29 |