This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Add a Gem
Adding a new gem to a Rails application managed by Moonshine is a three step process.
1. Add gem to environment.rb
... config.gem "my_cool_gem" ...
2. Update your config/gems.yml
rake moonshine:gems
This will regenerate your config/gems.yml to reflect the gems in your environment.rb. Be sure to add this to your git repo by doing:
git add config/gems.yml && git commit -m "Added config/gems.yml generated by moonshine"
3. Deploy your application
The next time you deploy your application Moonshine will ensure all gems specified in config/gems.yml are installed on your server.






