This is a discussion on Installing Ruby and Rails on Windows within the Ruby forums, part of the Web Development category; Install Ruby and Rails on Windows Just follow these steps to install Ruby: Download the one-click installer for Ruby ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Install Ruby and Rails on Windows Just follow these steps to install Ruby:
Setting up Rails is just about as easy. Select Start->Run. Type cmd in the Open field and click OK. Then, type the following at the command prompt: Quote:
Last edited by prasannavigneshr : 10-09-2007 at 02:42 AM. |
| Sponsored Links |
| |||
| Installing Ruby and Rails in Mac OS X As of Mac OS X version 10.4 (the version called Tiger), installation is more than simple—Ruby comes built in. To check that, open the Terminal application by using Finder to go to Applications➪Utilities, double-click Terminal, and then enter ruby -v to check Ruby’s version number. You should see a version of Ruby that’s 1.8.2 or later. If not, you’re going to have to install Ruby yourself. The locomotive project (Locomotive) is a complete one-step install Rails environment for OS X. Alternatively, you can download Rails yourself. To do that, you first need RubyGems, which you can pick up by going to http://rubygems.rubyforge.org and clicking the download link. Then go to the directory containing the download in the Terminal application and enter the following at the command prompt, updating rubygems-0.8.10.tar.gz to the most recent version of the download: Quote:
Quote:
Ruby comes installed in Mac OS X, but it’s not really installed all that well. For example, support for the Ruby readline library isn’t working, which means that you could have problems if you want to use the interactive Ruby tool discussed later in this chapter. To fix the problem and install Ruby yourself, take a look at http://tech.ruby.com/entry/46. Hope useful. Last edited by prasannavigneshr : 10-04-2007 at 07:20 AM. |
| |||
| Installing Ruby and Rails in Linux and Unix If you’re using Linux or Unix, you probably already have Ruby installed. Open a shell and type ruby -v at the prompt—if you have version 1.8.2 or later installed, you’re all set. If you don’t have Ruby installed, you can find pre-built versions for your Linux/Unix installation on the Internet, or you can build it from the source, which you can find at http:// ruby-lang.org/en. To build Ruby from source, download ruby-1.8.4.tar.gz (change that name to the most recent version), untar the file, and build it: Quote:
You’re also going to need Rails, which is most easily installed with RubyGems. To get RubyGems, go to http://rubygems.rubyforge.org and click the download link. Then go to the directory containing the download in a shell and enter the following at the command prompt, updating rubygems-0.8.10.tar.gz to the most recent version of the download: Quote:
Quote:
take a look at the online help files, starting with http://rubyinstaller.rubyforge.org/wiki/wiki.pl?RubyInstallerFAQ. Last edited by prasannavigneshr : 10-04-2007 at 07:19 AM. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ruby on Rails | prasannavigneshr | Ruby | 13 | 09-11-2008 01:16 AM |
| Ruby on Rails server config | vivekanandan | Ruby | 7 | 08-04-2007 05:02 AM |
| What are the required components of Windows Server 2003 for installing Exchange 2003? | karunagaran | Server Management | 0 | 07-17-2007 12:21 AM |
| ruby with postgres on windows XP | archana | Ruby | 1 | 05-18-2007 04:27 AM |
| setting up ruby on rails in Fedora core 6 | rgm5 | Ruby | 1 | 04-18-2007 12:42 AM |