Simon Rozet
1b8fda825e
attribute to the right person
2010-01-29 18:21:25 +01:00
Ryan Tomayko
79a9993916
note that Sinatra::Default is obsolete in CHANGES
2010-01-29 09:05:22 -08:00
Ryan Tomayko
45ba561fb5
attribute people in CHANGES
2010-01-29 09:04:43 -08:00
Ryan Tomayko
ce3a8a89bb
rearrange a couple of bullets in CHANGES for easier reading
2010-01-28 06:13:08 -08:00
Ryan Tomayko
f889c75cd4
reload_templates setting; on by default in :development [ #321 ]
...
Enabling the reload_templates setting causes template files to be
reread from disk and recompiled on each request. It's disabled by
default in all environments except for development.
2010-01-28 06:12:06 -08:00
Ryan Tomayko
e14c700b18
Update CHANGES with new features and obsoletions
2009-12-13 12:35:39 -08:00
Ryan Tomayko
e3a9f9e3b8
update CHANGES file with recent changes
2009-10-11 21:39:55 -07:00
Ryan Tomayko
f75bee5acd
Cleanup and refactoring after inheritance changes
2009-06-07 04:15:21 -07:00
Ryan Tomayko
3d2988c66b
Forgot to add release date for 0.9.2 in CHANGES
2009-05-18 05:46:14 -07:00
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