This forum is no longer active. Please post your questions to our new community site
How to use ruby gems
|
|
There are many stuffs in RoR created as ruby gems. How can we install that gems into our RoR project. I am using Windows machine. For Linux and Mac Os we can use $ sudo gem install <gemname> . Please guide me. Thanks Subash |
|
|
In Windows gems are installed without the sudo command. From a “Use Ruby” console:
regards |

