Tag: gems
Action and Page caching has been extracted as gem
Ruby script to install bulk gems
Recently I had to setup many rails servers and for that I had to install some gems again and again by issuing traditional “gem install xyz” command several times. This was actually very annoying. To avoid issuing “gem install xyz” command again and again, while setting up new machine, I wrote a utility script in … Continue reading Ruby script to install bulk gems