Rails 3.1 beta on Ubuntu
As I have written before, I use Ubuntu for my rails development, and have been using it as my main OS last 10 months. I have been trying all the rails 3.1 beta hype and encountered a problem running 3.1 apps on my machine.
The main problem is with CoffeScript and its compiling into “real” JavaScript. So here is an easy way to enable your machine for rails 3.1. You have to install Node.js on your machine (I tried all other Javascript runtimes with no luck). All the instructions for other platforms are listed on the project’s GitHub page, I will include only the ubuntu procedure here.
And that is all, hope i have made your life easier at least a bit.
Comments