This is a sample app that reproduces the bug in this maildown issue.
This repo contains a patch in config/initializers/maildown_patch.rb
. To reproduce the issue, comment out that code.
Then, you can either...
- Run
rails s
and try to view either http://localhost:3000 or http://localhost:3000/welcome/index. - Or run
rake test:integration
to run the the simple integration test attest/integration/welcome_test.rb
.
Uncomment the code in config/initializers/maildown_patch.rb
.