PDA

View Full Version : How to build development environment of ROR on Ubuntu??



JCheung
August 19th, 2008, 01:06 PM
Hi Guy!

I'm new for use the Ubuntu GNU/Linux!

I in before uses the RH series, RHEL and Fedora

I like Ruby this language, but i don't know how to build the development environment on Ubuntu.

If you knew ,Plz tell me!

Very Thanks!!!!!!!!

escapee
August 19th, 2008, 01:38 PM
I understand English is not your main language, but I am really unclear on what you're asking for. Do you want an IDE (Integrated Development Environment) to code Ruby scripts in? Did you have one in mind? I recommend trying "gedit", "vim", "kate", or any similar text editor, then using the command line to execute your script. Please see the Sticky thread for more information.

Kadrus
August 19th, 2008, 10:31 PM
Well I am sorry if I understood this wrong,I am going to give you installation instructions,that might not be what you're looking for.

sudo apt-get install ruby ruby1.8 ruby1.8-dev ruby1.8-examples rubybook rails rake
This will install ruby and rails,plus some ruby examples and a ruby book which is:
Programming Ruby The Pragmatic Programmer's Guide

tinny
August 19th, 2008, 10:34 PM
Im not a Ruby guy. But I do know that a lot of people are impressed with NetBeans support for Ruby.

http://www.netbeans.org/features/ruby/index.html

NetBeans is available in the Ubuntu repositories.