Skip to content

Instantly share code, notes, and snippets.

# Bot Rails Template
#
# Use this script to help generate a Rails bot.
#
# rails new rails_app -m bot_template.rb
#
run "rm Gemfile"
run "touch Gemfile"