Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |