Tuesday, May 21, 2013

Let's get wet

After considering the recommendations from my co-worker, I decided to learn how to build a web-app using the Ruby on Rails, since it seems to be a fast and complete solution.

In order to get started on the win32 platform, I follows the steps in the offical guide http://guides.rubyonrails.org/getting_started.html, and here is a summary of the key-steps for setting up the environment.
  • Download the ruby 1.9.3-p429 installer and DevKit-tdm-32-4.5.2-20111229-1559-sfx.exe from http://rubyinstaller.org/ (I've tried the 2.0.0 version but there are some problems on the sqlite3 gem).
  • After the ruby installation is completed, extract the all contents (with 7-zip) in the DevKit package to C:\DevKit, and then execute the followings using the Ruby's command prompt
  • When the DevKit is configurated, restart the Ruby's command prompt.
  • Then execute to install Ruby on Rails.
Be patient and you are ready to travel on Rails :-)

References:


No comments: