[Rails] Re: couldn't find file 'jquery' rails 3.1 stable mountable engine

2015-07-22 Thread Shih-Tsui Kuo
tothemario wrote in post #1021529: # Auto-require default libraries and those for the current Rails environment. Bundler.require :default, Rails.env require coffee require jquery-rails # this should be auto-included with the Bundler.require :default, Rails.env, but it's not

Re: [Rails] Re: couldn't find file 'jquery' rails 3.1 stable mountable engine

2011-09-21 Thread Santiago Pastorino
Fixed here https://github.com/rails/rails/commit/007f56701102647088673d92b165c3d862fbba22 On Sun, Sep 18, 2011 at 1:22 PM, Kris kris.le...@gmail.com wrote: The solution for me was to add jquery-rails to my engines Gemfile and restart the server. I would suspect that it does not want adding

[Rails] Re: couldn't find file 'jquery' rails 3.1 stable mountable engine

2011-09-19 Thread Kris
The solution for me was to add jquery-rails to my engines Gemfile and restart the server. I would suspect that it does not want adding to the gemspec however, however adding it as a development dependency might be okay. -- Kris. On Sep 12, 7:57 pm, tothemario tothema...@gmail.com wrote: I had

[Rails] Re: couldn't find file 'jquery' rails 3.1 stable mountable engine

2011-09-12 Thread tothemario
I had the same problem and finally fixed. The solution is to explicitly require the 'jquery-rails' gem in the dummy config/application.rb file, so Sprockets can add the jquery assets in the assets.path. In test/dummy/config/application.rb require File.expand_path('../boot', __FILE__) #

[Rails] Re: couldn't find file 'jquery' rails 3.1 stable mountable engine

2011-09-02 Thread Jorgen Nilsson
Hi Kurtis, Thanks for your answer. I was thinking the same thing and I'll just start developing without javascript all together since I don't need it in the initial phase. I've also tried using and creating the engine with Rails 3.1.0rc5 and 3.1.0rc8 and I get the same error. Surely I can't

Re: [Rails] Re: couldn't find file 'jquery' rails 3.1 stable mountable engine

2011-09-02 Thread Kurtis Rainbolt-Greene
At the very least it could be a good idea to include in the issue: It'd be nice to know where Sprockets was looking for the file. On Thu, Sep 1, 2011 at 11:46 PM, Jorgen Nilsson li...@ruby-forum.com wrote: Hi Kurtis, Thanks for your answer. I was thinking the same thing and I'll just start

[Rails] Re: couldn't find file 'jquery' rails 3.1 stable mountable engine

2011-09-02 Thread Timothy W.
I thought I would post here very quickly because I was having the same problem and utilizing the google cloud resolved the issue. Here is what it looks like now. // This is a manifest file that'll be compiled into including all the files listed below. // Add new JavaScript/Coffee code in