Ruby on Rails (RoR) is a framework written in the Ruby programming language for building web applications. With the creation of ruby on rails framework will support the performance of programmers, because ruby on rails using the DRY principle (Do not repeat your self).
Here are the steps How to install ruby on rails in Windows 7:
To use the Ruby on Rails framework version 3 and above, this is the minimum you should install:
- Ruby.
- RubyGem.
- Rails Gem.
- Gem Bundler.
- Devkit.
- Database (Mysql, Sqlite, Sql Server, Postgree, etc.).
1. Download Source Ruby Installer
http://rubyinstaller.org/downloads/
2. Run Ruby Installer
3. Path Ruby
4. Ruby Command Prompt
At the command prompt in the C: \ Sites directory, type:
ruby -v
4. Download devkit
http://rubyinstaller.org/downloads/
5. Installing devkit
Devkit Extract the zip file into c: \ Ruby \ devkit.
Navigate to c: \ Ruby \ devkit and run "ruby dk.rb init" and then "ruby dk.rb install"
6. Install Rails
At the command prompt type: gem install rails
Home
»
»Unlabelled
» Ruby on Rails Development, Installing Ruby on Rails
Subscribe to:
Post Comments (Atom)
Post a Comment