Sinatra v0.3.3 Release Notes

Release Date: 2009-01-06 // about 15 years ago
    • Pin to Rack 0.4.0 (this is the last release on Rack 0.4)

    • Log unhandled exception backtraces to rack.errors.

    • Use RACK_ENV environment variable to establish Sinatra environment when given. Thin sets this when started with the -e argument.

    • BUG: raising Sinatra::NotFound resulted in a 500 response code instead of 404.

    • BUG: use_in_file_templates! fails with CR/LF [#45]

    • BUG: Sinatra detects the app file and root path when run under thin/passenger.