I'd check to see if you're defining paths to things like stylesheets
absolutely - ie linking to /style.css rather than style.css (no
slash). The helpers do this automatically, but double check that your
code is correct.

That causes problems because, when you're in a controller /some-
controller, the relative URL will be looking for the CSS at /some-
controller/style.css if the path is relative.

--Matt Jones

On Jul 16, 2:44 am, Santosh Turamari <rails-mailing-l...@andreas-
s.net> wrote:
> Hi guys,
>
>    I am getting some routing errors which, I have not mentioned in
> routing.rb, these are somewhat like js,css or some xml files missing.
> The sample error is
>
>  ActionController::RoutingError (no route found to match
> "/reviews-ratings/rss.xml" with {:method=>:get}):
>
> Here as these are not in our website, nobody can encounter these, but
> still we are getting errors. Please help me, if anybody come across,
> this kind of errors.
>
> Thanks in Advance.
> --
> Posted viahttp://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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