Skip to content

1.3.0

Compare
Choose a tag to compare
@davidcelis davidcelis released this 06 Jul 00:40
· 11 commits to master since this release
  • Add Rack-based convenience methods to Rack::Console:
    • app.get('/')
    • app.post('/', { param: value })
    • app.put('/', {}, { 'HTTP_HEADER' => value })
    • etc.
  • Add a configurable preamble for those using Rack::Console in their own framework
    • e.g: ENV['RACK_CONSOLE_PREAMBLE'] = "Loading #{Rails.env} environment (Rails #{Rails::VERSION})"