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 gemcutter2. Install bundler ( Its a tool that manages gem dependencies for your ruby application. )gem install bundler3. … Continue reading bundling gems in rails application
Month: November 2009
Migrating an existing deployment to Heroku
It was fun -- pure unadulterated fun!! Now, I started looking at heroku since our current deployment on a linode was getting a little bulky. Our client has been complaining of 'suddenly things slowing down' and 'site not working'. The site is used at a hit rate of 36 Requests per minute and we need … Continue reading Migrating an existing deployment to Heroku
RPCFN#3 Short-circuit
It was great to see so many solutions for the problem statement I had set. After an initial 'shock' from all electrical engineers, the problem was clearly understood as a variant of the 'shortest path algorithm'. I hope I was able to derive a laugh from the cryptic clue 'short-circuit'. Speaking of 'derive', I did … Continue reading RPCFN#3 Short-circuit
