aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/store_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix ActiveRecord::Store not tracking changesJanko Marohnić2013-04-291-0/+7
|
* Ported PR #4856 to 3-2-stable.Jeremy Walker2012-08-091-1/+10
|
* Fix typoJon Leighton2011-11-301-2/+2
|
* Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2011-10-251-3/+3
|\
| * Rails 4 is just around the corner. Stuck with 1.8 until then.Jeremy Kemper2011-10-131-3/+3
| |
* | Fix that changing a store should mark the store attribute as changedDavid Heinemeier Hansson2011-10-251-0/+5
|/
* Added ActiveRecord::Base.store for declaring simple single-column key/value ↵David Heinemeier Hansson2011-10-131-0/+29
stores [DHH]