The portion of the log linked below is two requests directly out of the log file for the same action. The first request was from me putting the address in the browser directly (but can be duplicated by linking to the url anywhere in the app). When I reload the browser on this url, I get a strange error. To the user, the action appears to load fine, but I'm getting a 500 error in the log when it tries to find an asset (in this case favicon.ico but appends it with / user_admin/, the namespace.
See backtrace: http://pastie.org/333269 I'm also finding that link_to's generated with within the namespace via the {:controller => "controller_name", :action => "action_name"} prepend '/user_admin/', the namespace, as well. I'd like to remove the errors, as well as still use the {:controller, :action} method inside link_to if possible. Thanks for any advice! -Nik --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

