RailsCasts Pro episodes are now free!

Learn more or hide this

Mike C's Profile

GitHub User: MikieC

Comments by Mike C

Avatar

I figured it out. Using Ubuntu 11.04, do the following:

Install scons:

sudo apt-get install scons

Add mustang to your Gemfile:

gem 'mustang'

Run bundle.

Avatar

Great rails cast!

Wanted to try it out for the deep nesting, but ran into some trouble with a lack of a JavaScript runtime (ExecJS::RuntimeError). Any recommendations on a runtime for Ubuntu Linux?