aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/store.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* | *args is already an array. :'(Aaron Patterson2012-02-021-1/+1
| |
* | removed whitespace errors ↵Aaron Patterson2012-02-021-4/+4
|/ | | | :yellow_heart::blue_heart::purple_heart::heart::green_heart:
* 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 ↵David Heinemeier Hansson2011-10-131-0/+49
stores [DHH]