Ruby Webapp Library
Sinatra 1.0 Released
The Ruby webapp library Sinatra has reached its 1.0 release.
Sinatra now uses Tilt for rendering templates, and a new ‘settings’ method gives access to options in both class and request scopes. Now, exception error handlers always override the raise_errors option – previously, all exceptions were raised outside of the application when the raise_errors option was enabled. Please see the Change Log for more information on changes.
Sinatra is available to download now from GitHub.
0 Comments