Wednesday, April 18, 2007

Sequence of gems to be install After ruby


1. activesupport
2. actionpack
3. activerecord
4. actionwebservice
5. actionmailer
6. rails

always install packages in this order of rails

for more details of installing ruby you can visit

http://apacheguide.org/ruby.php
all settings are mentioned here

1 comment:

Amit Solanki said...

Kalpesh, you need not worry remembering these things to make ruby on rails work. Just install Ruby(with ruby gems) and type in your command prompt

>gem install rails --include-dependencies

This will install all your dependent gems for rails. But remember your PC need to be online for this and you need to insatll other gems as per your project requirement.