I had a problem when I tried to upgrade from Rails 3.0 + Jammit to Rails 3.1 Asset Pipeline. I created app/assets folder, under it I have both javascripts/application.js.coffee and stylesheets/ application.css.scss. I included both using stylesheet_link_tag and javascript_include_tag, but it just could not load the CSS correctly. The application keeps trying to load css from /stylesheets/ application.css which is a 404 error (the js loads fine from assets/ application.js). I am using the latest rails 3.1.1 and other libraries. So what is the problem here?
Thanks! -- 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@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.