Rails Application Templates for Starter League classes
Install the .railsrc
with:
curl -L http://git.io/HceAPw | sh
This will add the .railsrc
file to your home directory. Now, any time you run rail new ...
your app will be created with the basic starter template.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request