aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/enum.rb
Commit message (Expand)AuthorAgeFilesLines
* bring back constant to expose the enum mapping as HWIA.Yves Senn2013-11-061-4/+13
* update the AR enum docs to match the actual behavior. [ci skip]Yves Senn2013-11-061-5/+3
* store enum mapping using `Strings` instead of `Symbols`.Yves Senn2013-11-051-1/+2
* direct enum assignment rasies ArgumentError for unknown values.Yves Senn2013-11-051-1/+6
* define enum methods inside a `Module` to make them overwritable.Yves Senn2013-11-051-13/+24
* The enum value constant isn't used, so rm it for now.Aaron Patterson2013-11-041-17/+7
* stop doing the same calculation over and overAaron Patterson2013-11-041-4/+5
* Fix failures related to enum changesCarlos Antonio da Silva2013-11-041-6/+4
* Replace `class_eval` with `define_method` for enumVitaly Tatarintsev2013-11-041-4/+12
* Move documentation around a bitDavid Heinemeier Hansson2013-11-021-4/+7
* Explicit mapping for enumYury Korolev2013-11-021-1/+5
* Fix to work on Ruby 1.9.3, example and changelog improvementsCarlos Antonio da Silva2013-11-021-5/+5
* Added ActiveRecord::Base#enum for declaring enum attributes where the values ...David Heinemeier Hansson2013-11-021-0/+60