Ruby on Rails Monday, May 31, 2010

On 31 May 2010 21:55, minka <beesupport@beelucid.com> 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 the production machine, in the production code.
> BUT it is not being displayed in the production site.
> All other changes are being properly displayed.
> This is ruby1.8.6

When I have this sort of problem, one trick I have used is to put an
intentional syntax error in the file and upload it to the production
server, this allows you to check that the file is actually being
loaded.

Colin

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment