This post originated from an RSS feed registered with Ruby Buzz
by Michael Neumann.
Original Post: Public Todo list for Wee
Feed Title: Mike's Weblog
Feed URL: http://www.ntecs.de/blog-old/index.rss?cat=ruby&count=7
Feed Description: Blogging about Ruby and other interesting stuff.
I can’t write all Wee code on my own. So here is a list of things
that needs to be done:
Make session-id cookies available to both Wee::Request and
Wee::PagelessRequest, controlled by an application-wide setting.
Finish the implementation of pretty-URLs (this rulez!). Thanks to Joao
Pedrosa who is working on this.
Implement a FilterDecoration and it’s subclass
AuthorizationDecoration (that’s very easy, ~20 lines of code).
Implement a Seaside-like root_for traversal, which allows each
component in the tree to add stuff inside the <head> tag. This is
triggered by the root-component from it’s render method.
Refactor the Wee::Session class and it’s subclasses.
Implement further adaptors, most useful would be a FastCGI adaptor. This
would need to factor out the WEBrick dependent parts.
Implement ResouceHandlers, which make it possible to generate images (or
other external resources) from within your components.