The Linux box I was using to do my rails development had the hard disk
upgraded and restarted. Now I am getting the following warnings when I
use
script/console or script/server
I have checked and its not been called anywhere else, but may be im missing
something simple
it always gives a warning on the last entry of the set of values in
assigned to the constants
I would recommend putting a breakpoint on the line that defines the
constant, and then the second time it gets there have a look at the
call stack to see how it’s ending up there twice.