Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drnic/gemsonrails

Gems On Rails; aka ‘vendor everything’
https://github.com/drnic/gemsonrails

Last synced: 2 months ago
JSON representation

Gems On Rails; aka ‘vendor everything’

Awesome Lists containing this project

README

        

README for gems_to_rails
========================

Go to your rails app folder, run 'gemsonrails'.

Then run either:

'rake gems:freeze GEM= [VERSION=]' to freeze a gem, or
'rake gems:link GEM=' to link to whatever latest gem release is available at runtime.

You can restrict which RAILS_ENVs the gem will be loaded for, using ONLY; e.g.

'rake gems:freeze GEM= ONLY=development' only in 'development' mode will the gem be loaded, or
'rake gems:link GEM= ONLY=production,staging' only in 'production' or 'staging' mode will the gem be loaded from the deployment gem server