Commit Graph

21 Commits

Author SHA1 Message Date
Ryan Tomayko b48ed22ba9 Add note about auto-require deprecation to CHANGES 2009-05-18 05:01:34 -07:00
Ryan Tomayko 5d6ac2a012 update CHANGES for 0.9.2 (perhaps 1.0) release 2009-04-26 07:01:47 -07:00
Ryan Tomayko 13fc79d388 Remove support for source file reloading [#166]
Use shotgun: http://rtomayko.github.com/shotgun/
2009-03-24 21:11:52 -07:00
Ryan Tomayko 0f02bafe86 0.9.1.1 security release 2009-03-09 14:57:22 -07:00
Ryan Tomayko 0e1fd2274d Misc additions to the CHANGES file 2009-03-01 18:10:31 -08:00
Ryan Tomayko 2f377e26b9 Trim down Testing section in the README; link to doc site instead 2009-03-01 18:04:42 -08:00
Ryan Tomayko 987d622a52 Bump version to 0.9.1 and update CHANGES file 2009-02-27 00:10:36 -08:00
Ryan Tomayko cf32f2e680 Middleware enhancements: automatic and explicit forward to downstream [#126] 2009-02-22 01:05:15 -08:00
Ryan Tomayko a9e9f00240 Add send_data back in but deprecate [#143] 2009-02-22 01:03:57 -08:00
Ryan Tomayko 090c4d79c8 Fix weirdness with partials in ERB [#158] 2009-02-22 01:03:51 -08:00
Ryan Tomayko 41c8aeb3e5 Bring CHANGES file up to date with last week of stuff 2009-02-02 19:27:38 -08:00
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