Build config files for your Rails apps.
gem install cableguy
- Add cableguy initializer in your config folder
config/cableguy.rb
- Add your config templates under the config folder
config/templates/config.yml
- Run
cable
in your rails root folder
None yet
- Fork it.
- Create a branch (
git checkout -b my_branch
) - Commit your changes (
git commit -am "Added awesome code"
) - Push to the branch (
git push origin my_branch
) - Create an Issue with a link to your branch.
- Play the waiting game.