aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/admin
Commit message (Expand)AuthorAgeFilesLines
* Update prefix and allow suffix options for store accessorsYukio Mizuta2018-06-121-0/+3
* Add custom prefix to ActiveRecord::Store accessorsTan Huynh2018-03-231-0/+3
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-193-7/+13
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-023-10/+7
* Enforce frozen string in RubocopKir Shatrov2017-07-013-7/+10
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* modernizes hash syntax in activerecordXavier Noria2016-08-061-4/+4
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-3/+3
* Add line endings to files which are missing themSean Griffin2015-02-171-1/+1
* Fixes #18492Vipul A M2015-01-141-2/+6
* Remove warnings in test suiteMatthias Zirnstein2014-01-061-1/+1
* Fix: ActiveRecord::Store TypeError conversion when using YAML coderThales Oliveira2014-01-061-0/+1
* define Active Record Store accessors in a moduleSergey Nartimov2013-02-111-0/+9
* Remove warning by using a custom coderAndrew White2013-01-231-2/+16
* fix warning: method redefinedkennyj2012-10-021-1/+1
* refactor store_accessorMatt Jones2012-09-131-1/+9
* correctly flag changed attributes in AR::Store, combine multiple calls to sto...Matt Jones2012-09-051-0/+1
* Custom coders support for ActiveRecord::Store. JSON, YAML, Marshal can be use...Andrey Voronkov2012-05-091-0/+2
* Allow store to be a not null column.Jeremy Walker2012-02-021-0/+1
* Test fixtures with custom model and table namesAlexey Muranov2011-12-301-0/+3
* Tests gotta run in 1.8 tooJeremy Kemper2011-10-131-2/+2
* Added ActiveRecord::Base.store for declaring simple single-column key/value s...David Heinemeier Hansson2011-10-131-0/+1
* Support fixtures for namespaced models [#2965 state:resolved]Andrew White2010-04-252-0/+6