1.3.0
- 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})"
- e.g: