Commit Graph

10 Commits

Author SHA1 Message Date
Ryan Tomayko f99015dbe5 Bring in CHANGES additions from 0.9.0.x branch 2009-01-28 06:32:38 -08:00
Ryan Tomayko 968194dbdf 0.9.0 release 2009-01-18 01:24:43 -08:00
Nicolas Sanguinetti 1fa9807f4b Nested params (e.g., "post[title]=Hello") [#70]
This is based largely on manveru's example implementation:

http://paste.linuxhelp.tv/pastes/view/15309

NOTE: we should plan on ripping this out once nested params
makes it into Rack.
2009-01-16 08:26:31 -08:00
Ryan Tomayko c2849ff547 Note sinatra/test modifications in CHANGES file 2009-01-15 04:11:26 -08:00
Ryan Tomayko 91922b78a7 Deprecate get_it, post_it, etc. test helpers with warnings 2009-01-14 07:52:04 -08:00
Dylan Egan 1fb5b99dca Bacon support 2009-01-14 07:52:04 -08:00
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