This one has had me stumped all morning, so any ideas would be a big
help. I’m getting the following error for any request to one of my
controllers, ‘client’:
The error only happens when I’m in my production environment.
Everything’s fine in development.
Even in production mode, the other two controllers in my app work
perfectly. Plus, I haven’t touched anything in config or dispatch.fcgi.
So I don’t think it’s an Apache or fastcgi problem.
The last thing I did prior to the problem was to add a new action to my
client_controller and add the corresponding view.
Thanks in advance for any hints in the right direction.
The client controller sometimes works, as long as I’m not hitting the
page too fast – but two refreshes right in a row will cause the
RoutingError. Here’s what the log looks like:
The HTTP request was exactly the same (I just pressed refresh) but the
second one has no parameters and causes the error. Any ideas? Thanks,
Aaron wrote:
This one has had me stumped all morning, so any ideas would be a big
help. I’m getting the following error for any request to one of my
controllers, ‘client’:
The error only happens when I’m in my production environment.
Everything’s fine in development.
Even in production mode, the other two controllers in my app work
perfectly. Plus, I haven’t touched anything in config or dispatch.fcgi.
So I don’t think it’s an Apache or fastcgi problem.
The last thing I did prior to the problem was to add a new action to my
client_controller and add the corresponding view.
Thanks in advance for any hints in the right direction.
A
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.