1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
Commit graph

4 commits

Author SHA1 Message Date
Markus Prinz
17cb177ea3 README and CHANGES tweaks for 0.9.0 release (#63)
* Add support for regex routes to README
* Use $LOAD_PATH instead of $:
* EventContext is no longer present
* Misc cleanup from rtomayko
2009-01-13 08:24:29 -08:00
Ryan Tomayko
b5faa571f5 Dump backtrace to rack.errors on unhandled exception
Also added a dump_errors option so that this can be disabled
when necessary.
2009-01-09 02:28:09 -08:00
Markus Prinz
38778eddda Add filtering support for Accept HTTP header.
Adds an "provides"-option to a route definition, which can either be
a string specifying a MIME type, a symbol that Rack can resolve to
a MIME type, or an array of either.
2009-01-07 15:15:12 -08:00
Ryan Tomayko
ccb653fafb Update CHANGES file with hoboken notes 2009-01-06 23:04:11 -08:00