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

2011-09-01 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 be

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

2011-09-01 Thread Jorgen Nilsson
When I create a new engine in Rails 3.1 stable and then access the dummy app or the engine I get an error say that the app can't find jquery. I've created the engine using rails plugin new coffee --mountable I've also created a basic controller in the engine and the dummy app. If I remove the jav