Scorched v0.5 Release Notes

    • Implemented view rendering using Tilt.
    • โž• Added session method for convenience, and implemented helper for flash session data.
    • โž• Added cookie helper for conveniently setting, retrieving and deleting cookies.
    • Static file serving actually works now
      • Custom middleware Scorched::Static serves as a thin layer on top of Rack::File.
    • โž• Added specs for each configuration option.
    • ๐Ÿš€ Using Ruby 2.0 features where applicable. No excuse not to be able to deploy on 2.0 by the time Scorched is ready for production.
      • Keyword arguments instead of *argsombined with Hash === args.last* Replaced instances ofFILEith __dir__Added expected Rack middleware, Rack::MethodOverride and Rack::Head.