RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: MikieC
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.
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?
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.
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?