forked from jtrupiano/rack-rewrite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
9 lines (8 loc) · 691 Bytes
/
TODO
File metadata and controls
9 lines (8 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
* OUTSTANDING
* Add :host support to restrict which URL's a rewrite rule matches [10/15/09]
* Add support for specifying a config file instead of passing a block (e.g. config/rewrite.rb) [10/15/09]
* Provide testing helpers (e.g. should_rewrite) to facilitate straightforward testing. [10/25/09]
* Allow rules to return arbitrary html (e.g. the contents of the maintenance page) [10/25/09]
* COMPLETED
* Better message than "Redirecting..." -- how about html that says where it's being redirected to? [10/16/09]
* Add :if => lambda support for arbitrary conditional rule application (this will allow us to do the capistrano maintenance page w/o apache's mod_rewrite) [10/15/09]