Our Publications
About Us
Josh Software
Our passion is Ruby On Rails! We are an Indian company who believes that programming is an art.Our portfolio! -- Contact Us
Categories
- Case Studies (1)
- CMS (9)
- Radiant (9)
- General (24)
- Javascript (5)
- Mobile Development (1)
- Sencha (1)
- MongoDB (2)
- Ruby (45)
- Ruby on Rails (117)
- Conferences (14)
- Search (8)
- Tutorials (12)
Authors
Tag Archives: rvm
bundling gems in rails application
Gem Bundling is basically used to maintain all required gems at your application level.It downloads necessary gems and maintain it under “/vender/gems” directory.Its very easy to use gem bundle. 1. Insatll gemcutter gem ( Its gem hosting ) gem install … Continue reading
Managing multiple ruby versions and rails versions with rvm
While working with many projects that uses different ruby versions and rails versions, one big problem arises that how do we manage all this ? We know that managing multiple rails versions wont be problem at all.but what about ruby … Continue reading
Working with multiple ruby versions on same server
click for original postNice post by Michael Greenly I recently changed how I’m handling multiple simultaneous Ruby installations and I’d like to share. What I needed was to make it convenient to switch between the system provided packages and specific, … Continue reading
