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.
1 comment:
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.
Post a Comment