New router implementation for Rails. Works on very simple principles of data structuring. Read the code (it's only 200 lines!)
- Route globbing
- Don't worry with trying to interpolate params if there are none
- Named routes (do a Merb-style url method and then make whatever_path / whatever_url use that)
- Errr remember what the mystery arg does...
- Reloading
- Test on Ruby 1.9
Copyright (c) 2009 Jeremy McAnally, released under the MIT license