How to install ruby, gems and rails on window
March 29, 2008 – 5:30 amRuby : is a language of careful balance. Its creator, Yukihiro “matz” Matsumoto, blended parts of his favorite languages (Perl, Smalltalk, Eiffel, Ada, and Lisp) to form a new language that balanced functional programming with imperative programming.
- Go to http://rubyforge.org/frs/?group_id=167 and download the latest One-Click Installer
- Run .exe files
Gems : is a package manager for the Ruby programming language that provides a standard format for distributing Ruby programs and libraries (in a self-contained format called “gems”), a tool designed to easily manage the installation of gems, and a server for distributing them.
- Go to http://rubyforge.org/frs/?group_id=126 and download the latest Rubygems
- Extract and run setup.rb inside your command editor
Rails : is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern
- When rubygem already install, run command gem install rails –include-dependencies on your command editor
Taaadaaaaa….you already install ruby, gems and rails on your machine :) or can refer to original site : http://www.rubyonrails.org/ or you can using instantrails
Popularity: 10% [?]














