No Name <michael.lovelady@...> writes:
>
> I am working on a site that just upgraded to Rails 3 which for some
> reason displays escaped links as /''s instead of forward
> slashes.....any idea if this will hinder google or any other bots
> ability to crawl the website? Any way to fix this easily? Any and all
> help with this would be awesome.
>
Rails 3 escapes data in the view by default for security reasons. If you want
to change this behaviour (ie, if you are convinced the data will always be
trustworthy) then you can alter your views to display the raw information.
<% raw link_to ....
--
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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.