Is there some way to override the paths for images, stylesheets and
javascripts without monkey patching? (Rails 3 Beta)

I just looked at asset_tag_helper.rb and I see this:

def stylesheet_path(source)
  compute_public_path(source, 'stylesheets', 'css')
end

Unless I'm missing something in the way the code works, that seems
hard coded to me. Am I stuck using the directories /images, /
stylesheets and /javascripts instead of something more concise like /
img, /css and /js if I opt to use the helpers?

-- 
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