Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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’
- Host: GitHub
- URL: https://github.com/drnic/gemsonrails
- Owner: drnic
- Created: 2008-07-08T23:25:24.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2008-07-08T23:34:41.000Z (over 16 years ago)
- Last Synced: 2023-04-10T17:09:48.421Z (over 1 year ago)
- Language: Ruby
- Homepage: http://gemsonrails.rubyforge.org/
- Size: 156 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
- Changelog: History.txt
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