aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/admin/user.rb
Commit message (Collapse)AuthorAgeFilesLines
* Custom coders support for ActiveRecord::Store. JSON, YAML, Marshal can be ↵Andrey Voronkov2012-05-091-0/+2
| | | | used out of the box.
* Allow store to be a not null column.Jeremy Walker2012-02-021-0/+1
|
* Tests gotta run in 1.8 tooJeremy Kemper2011-10-131-2/+2
|
* Added ActiveRecord::Base.store for declaring simple single-column key/value ↵David Heinemeier Hansson2011-10-131-0/+1
| | | | stores [DHH]
* Support fixtures for namespaced models [#2965 state:resolved]Andrew White2010-04-251-0/+3
Signed-off-by: José Valim <jose.valim@gmail.com>