Closed rurounijones closed 12 years ago
@rurounijones, Can you gist your Gemfile and Gemfile.lock?
Newly created vanilla ruby app so hopefully nothing strange in there: https://gist.github.com/1408364
@rurounijones, try to include gem 'therubyracer'
in your Gemfile and run bundle install
On linux there is no default JS engine
Welp, I am an idiot. The vanilla app was indeed missing therubyracer.
I thought I also had this problem on another project (jruby with therubyrhino) but I have tried again from the beginning on both apps and it is working.
Sorry for the noise
With a brand new vanilla rails 3.1.3 application add bootstrap-rails as per the instructions in the readme. Create a users scaffold for testing. access the users url.
Page fails to load with the following error (Snipped the huge log).
Now I got the exact same error with the bootstrap-sass gem by @thomas-mcdonald as well. I am wondering if something broke in the vendored javascript or something in extjs?