Netbeans 6.9 for Rails 3 on Ubuntu 10.10
I am a lazy person. I do like things to just work, run out of the box, name it. I like Ubuntu for it’s packaging system and ease of installation of various software. However using Netbeans from the default repo could cause you a headache when developing Rails 3 apps. These just won’t run. Let us start with installing the newest version of the IDE
sudo apt-get install netbeans #then go to the Tools->Plugins->Available and install all regarding Ruby Now go ahead and try running some Rails app.
[Read More]