Prevent rails routing errors caused by vulnerability scanners
- Add GitHub as a potential gem repository in your Gemfile.
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
- Add the iron teapot to the list of gems in your Gemfile.
gem 'iron_teapot', github: 'TalariaSoftware/iron_teapot'
- Download and install the gem and update your Gemfile.lock.
bundle
- Add the Iron Teapot to your routes file,
config/routes.rb
.
mount IronTeapot::Engine => '/'
bundle update iron_teapot
Contribution directions go here.
The gem is available as open source under the terms of the Hippocratic License.