Sunday, April 6, 2008

Rails on Ubuntu

Aagh. Ubuntu has let me down (doesn't happen often). An install of everything Ruby like so:
sudo apt-get install ruby-full
completes just fine, but gems is broken when you try to run an application:
ruby script/server

I found a great page to help here.

No comments: