Roda v2.0.0 Release Notes
Release Date: 2015-02-13 // about 8 years ago-
๐ Allow Roda app to be used as a regular rack app even when using the middleware plugin (jeremyevans)
๐ Make render plugin :layout option always be true or false (jeremyevans)
0๏ธโฃ Make :layout=>true view option use the default layout (jeremyevans)
๐ Make error_handler plugin rescue ScriptError in addition to StandardError (jeremyevans)
๐ Make halt plugin integrate with symbol_views, json, and similar plugins (jeremyevans)
โ Add padrino_render plugin, adding render/partial methods that work similar to Padrino (jeremyevans)
โ Add Roda#render_template private method for template rendering, for use by plugins (jeremyevans)
๐ Make Roda#initialize take env hash, #call take route_block, remove private #_route (jeremyevans)
Remove keep_remaining_path/update_remaining_path private request methods (jeremyevans)
Don't modify SCRIPT_NAME/PATH_INFO during routing, merging static_path_info plugin into core (jeremyevans)
โ Remove code deprecated in Roda 1.3.0 (jeremyevans)