Re: [Rails] Re: constant didn't update?

2010-06-01 Thread Michael Pavling
On 31 May 2010 21:55, minka wrote: >  EXEC_RATE = 20  # cents per line, convert and exec > > So that could not be it. > > The new value is on the production machine, in the production code. > BUT it is not being displayed in the production site. Have you done a search to ensure you're not setting

Re: [Rails] Re: constant didn't update?

2010-05-31 Thread Colin Law
On 31 May 2010 21:55, minka wrote: > Thanks for the feedback, actually the line is > >  EXEC_RATE = 20  # cents per line, convert and exec > > So that could not be it. > > I have also checked in my IDE, and the new value is showing up > in my local development environment. > The new value is on th

[Rails] Re: constant didn't update?

2010-05-31 Thread minka
Thanks for the feedback, actually the line is EXEC_RATE = 20 # cents per line, convert and exec So that could not be it. I have also checked in my IDE, and the new value is showing up in my local development environment. The new value is on the production machine, in the production code. BUT