A small script for starting a new Rails App.
- Fork the repo, or copy the script or whatever you want to do to get the code on your computer
gem install thor
- Copy
rails_new_bot.thor
into your new rails app thor list
to get a list of available commandsthor rails_bot:command
to run that command.
If you don't want to copy the script to every new app you make, just install it
- Navigate to the folder containing the script
thor install rails_new_bot.thor
- The source will be displayed and thor will ask if you want to continue
- Enter
rails_bot
at the next prompt - You can now use
thor rails_bot:command
in any folder
- Now fights harder against Spring and no longer hangs during generator installs
- Addressed a bug that caused a duplicate table error when migrating for the first time