Displaying 1 result from an estimated 1 matches for "javascript_tag_link".
Did you mean:
javascript_tag_links
2009 Mar 13
7
rails, passenger, and images
Just switched over to passenger for development and production for my
rails app. Liking it so far.
My problem is my image_links, stylesheet_tag_links, and
javascript_tag_links are all adding "http://localhost:3000 to the
generated links. I got around the stylesheet and js links by not using
the helpers.
I can access my all of my assets directly via http://dating.local/stylesheets/all.css,
for example.
I used passenger pref pane to render the vhost. It looks like:...