Ruby on Rails Tuesday, June 1, 2010

On 31 May 2010 21:55, minka <beesupport@beelucid.com> 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 it again somewhere
else (Ruby should warn you in the logs if you are, but it won't stop
you)

Can you view the file on the production site to be *sure* it's the
right version.

Also, when you stopped Mongrel - are you *sure* it stopped? If you do
a request to the site do you get a 404 before starting again? (maybe
there's more instances running!)

--
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