Custom Search

How to install ruby, gems and rails on window

March 29, 2008 – 5:30 am

Ruby : 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.

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.

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% [?]

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • StumbleUpon
  • Technorati
  • TwitThis
  • E-mail this story to a friend!
  • Print this article!

Tags: ,


Related Posts

Post a Comment