I set up VirtualHost in Apache which works fine to the "public"
directory, however
attempting to connect to the app/controller is problematic.
i.e. The page returns this:
Routing Error
no route found to match "/music_library/admin" with {:method=>:get}
My guess is that I need <something>/:controller/:action/:id
I don''t completely understand mod_rewrite, but is there some
comprehensive documentation
which explains what the default rewrite placeholders are for route.rb.
Seems like I need :url/:controller/:action/:id
or :application/:controller/:action/:id
or something.
How the heck do I find out which one is the appropriate option other
than hours of futile guesswork?
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---