Skip to content

Issue/18

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

Closes Issue #18 (closed)

This issue resolves:

The weirdness around @http. Now it's a collection of methods, view[:raw] for @http[:output], params (hash) for @https[:request].params, etc.

Additional Fixes/Changes/Improvements

Changed from creating a singleton method in the app class to saving as a block. This means that when the block is called, a return with throw a LocalJumpError which needs to be resolved in #16.

Checklist

  • Relevant Documentation
  • 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