|
Navigation |
Software /
RubySoftwareInstructions for using Eclipse to write and run Ruby programs in the Moore 100B lab are here. For your home installs, you need: Ruby, Rails, an SQL server, a Rails server, and a plain text editor (not MSWord!) or an IDE. Modern text editors (of which there are many) will do syntax highlighting, automatic indentation, and may even execute your program for you. I like an editor that lists open files in a sidebar rather than in tabs (because Rails uses a lot of files). Sure, you can do stone-age computing with MS Notepad, but don't you want all those features that good programmers use? I suggest some text editors below, and you might want to look at Ruby Editors by Tim Kuntz for some other suggestions. WindowsAll you really need is InstantRails. This download contains Ruby, Rails, a database (MySQL), two web servers (WEBrick and Mongrel), and a text editor (SciTE). Instant Rails is installed in Moore 100B under c:\user\InstantRails. Windows text editors:
How to Update Ruby's SOAP Library in Instant RailsMac OS XYou already have Ruby installed, but it may be an older version. You can get the latest version at http://www.ruby-lang.org/en/downloads/. Locomotive is a fairly good alternative to InstantRails; includes everything except MySQL, which should be installed first. Mac text editors:
Platform-independent IDEs and text editorsThe following are complete IDEs:
(All these IDEs are platform-independent.) These text editors are "nearly" IDEs:
This page last modified on August 10, 2007, at 11:13 AM |