tye / rubyception

Rubyception - Realtime Rails log in your browser
MIT License
156 stars 10 forks source link

Sprockets::FileNotFound: couldn't find file 'jquery' #6

Closed omenking closed 12 years ago

omenking commented 12 years ago

Started GET "/assets/rubyception/application.js" for 127.0.0.1 at 2012-07-26 22:55:57 -0400 Error compiling asset rubyception/application.js: Sprockets::FileNotFound: couldn't find file 'jquery' (in /Users/andrew/.rvm/gems/ruby-1.9.2-p180/gems/rubyception-0.0.2/app/assets/javascripts/rubyception/application.js:13) Served asset /rubyception/application.js - 500 Internal Server Error

The suggested fix doesn't work here. http://www.ruby-forum.com/topic/2484569

I suggest we just include jquery in the javascript/lib directory. I don't see much point in bundling single file javascript libraries inside of a gem.

omenking commented 12 years ago

We have included JQuery directly into the app/assets/javascript/lib directory. The issue is now resolved.