Skip to content

Issue/25

username-removed-662768 requested to merge issue/25 into development

This issue resolves part of #25 (closed):

An issue where everything was displayed in plain text because the content-type header was set to text/plain.

By:

Setting content-type using the mime-types gem.

Additional Fixes/Changes/Improvements

The next step is to allow the mime type to be manually overridden, see #25 (closed).

Checklist

  • Relevant Documentation (None to be written)
  • A corresponding up to date issue
  • Informative commit messages
  • A passing build for the most recent commit
    • Rubocopped code
  • Clean, nice, neat, elegant code
  • Tested!
  • No more debugging puts statements

Merge request reports