coffee-script requires execjs to compile the javascript files. Even with the asset pipeline disabled and coffee-script is required in your gemfile it will require execjs along with it.
Dieter Lunn http://ubiety.ca On Thu, Jun 16, 2011 at 5:32 PM, Juliusz Gonera <[email protected]> wrote: > At the moment no. I recreated the gemset and commented out those lines > in my Gemfile before running bundle install: > > #gem 'coffee-script' > #gem 'uglifier' > #gem 'jquery-rails' > > Seems it doesn't require a JavaScript runtime anymore. > > It seems weird to me though that with config.assets.enabled = false > something still tried to use a JS engine. > > > On Jun 16, 9:03 pm, Dieter Lunn <[email protected]> wrote: >> Should have paid more attention sorry. Do you have the execjs gem installed? >> >> Dieter Lunnhttp://ubiety.ca >> >> >> >> >> >> >> >> On Thu, Jun 16, 2011 at 1:45 PM, Juliusz Gonera <[email protected]> wrote: >> > I'll just quote myself: >> >> > "I tried commenting out config.assets.enabled = true in application.rb >> > or >> > setting it to false." >> >> > On Jun 16, 6:56 pm, Dieter Lunn <[email protected]> wrote: >> >> In your application.rb file change config.assets.enabled to false. >> >> >> Dieter Lunnhttp://ubiety.ca >> >> > -- >> > You received this message because you are subscribed to the Google Groups >> > "Ruby on Rails: Talk" group. >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> > [email protected]. >> > For more options, visit this group >> > athttp://groups.google.com/group/rubyonrails-talk?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

