Sprockets generating incorrect logical_path for javascript files
问题 Sprockets seems to make an error in determining the logical_path of my javascript assets (except for application.js). It prepends "../javascripts" to the path and so my references are wrong and the application.js file won't precompile. I'm using Rails Thin server on Windows. Gemfile: source 'http://rubygems.org' gem 'rails', '3.1.3' gem 'eventmachine', '1.0.0.beta.4.1' gem 'thin' gem 'mysql' gem 'win32-open3-19' gem 'paperclip', '2.3.8' gem 'jsmin' gem 'will_paginate' gem 'jquery-rails' #