search for: simple_enum

Displaying 2 results from an estimated 2 matches for "simple_enum".

Did you mean: sample_num
2012 Dec 04
0
Empty test suite is run after every rake task
...3'' # ---------------------- # plugin gems # ---------------------- gem ''state_machine'', :path => ''vendor/cache/git/state_machine'' # :git => ''git://github.com/pluginaweek/state_machine.git'' # ---------------------- gem ''simple_enum'' gem ''meta_search'' gem ''meta_where'' gem ''newrelic_rpm'' gem ''capistrano'', ''2.5.21'' gem ''capistrano-ext'' gem ''mongrel'' gem ''mongrel_cluster'' gem...
2009 May 07
13
what database field type should i use ??
in a database table if there is a field which has a certain set of fixed values. for example staus => {Single, Married, Divorced } OR state => {California, Albama, Olaska ...} so what should be preferred way out of the following for storing the values 1. Keep the field as "string(Rails)" VARCHAR(MySQL) itself ....and while showing the field just show the field value. 2. Keep