On Nov 16, 12:00 pm, Rob <[email protected]> wrote:
> When i try to navigate to the Dashboard using
> customer_account_dashboard_path, my server raises "is not missing
> constant Account" but ONLY in production mode. I guess the mod_phusion
> is mixing something up, because it does not happen with class cache
> disabled.
>
> How do you setup routing so that it will always use the same
> controller (/controllers/account) for each namespace (customer,
> worker, admin) but still uses a routing like "/customer/account", not
> "/account".
>
So what's in those namespace :account blocks? What controllers are
involved?
My suspicion is not that passenger is messing things up but that you
have a problem that manifests itself only when all of your controllers
are loaded at the same time (e.g. if one file defined a module with
name X and another file tried to define a class with the same name X)

Fred

> Thank you

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to