botanicus / rango

Rango is ultralightweight, ultracustomizable, ultracool web framework inspired by Django.
http://101ideas.cz
MIT License
222 stars 9 forks source link

Arguments for url helper #83

Open botanicus opened 15 years ago

botanicus commented 15 years ago
url(:post, @post, format: "foo")
    - @post ... /post/:slug => @post.slug
    - @post ... /post/:id => @post.id
botanicus commented 14 years ago

The interface has to be the same for all the routers

botanicus commented 14 years ago

It should be able to works with namespaces:

url("admin:post", @post)

or work with current class or something

reactormonk commented 14 years ago

Bonus if it works as url(@post) if it's a resource see usher issue