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 gemcutter

2. Install bundler ( Its a tool that manages gem dependencies for your ruby application. )

gem install bundler

3. Start using

gem bundle

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.