aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/book.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Refactor enum to use `value` instead of `label` in the scopeRyuta Kamizono2017-05-071-1/+1
* Add type caster to `RuntimeReflection#alias_name`Jon Moss2017-05-021-1/+1
* Add tests for ActiveRecord::Enum#enum when suffix specifiedYosuke Kabuto2016-09-121-0/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-2/+2
* Use the database type to deserialize enumSean Griffin2016-01-231-0/+1
* Rename the enum_{prefix,suffix} options to _{prefix,suffix}Robin Dupret2015-07-231-4/+4
* Add enum prefix/suffix option to enum definitionIgor Kapkov2015-06-121-0/+4
* Add more tests for the dirty feature for enumsRafael Mendonça França2014-01-211-0/+1
* define enum methods inside a `Module` to make them overwritable.Yves Senn2013-11-051-0/+5
* Explicit mapping for enumYury Korolev2013-11-021-0/+1
* Fix to work on Ruby 1.9.3, example and changelog improvementsCarlos Antonio da Silva2013-11-021-2/+2
* Added ActiveRecord::Base#enum for declaring enum attributes where the values ...David Heinemeier Hansson2013-11-021-2/+4
* rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.Yves Senn2013-03-151-1/+1
* Convert association macros to the new syntaxJon Leighton2012-07-201-1/+1
* Initial nested_has_many_through support [#1152]Bodaniel Jeanes2010-09-261-0/+2
* test and fix collection_singular_ids= with string primary keys [#5125 state:r...Robert Pankowecki2010-08-021-0/+3
* move assets and modelsJeremy Kemper2008-01-181-0/+4