[Rails] Resources and pretty URLS
Pat Maddox
pergesu at gmail.com
Tue Aug 8 21:13:27 GMT 2006
On 8/8/06, Worky <worky.workerson at gmail.com> wrote:
> Using the brand-spanking new map.resources for REST goodness, is there a
> way to pass in additional parameters, or do I have to go back to
> standard routes. For example, is there a way to use the map.resources
> to response to urls like:
>
> /blog/2005/02/03/ => :controller => :blog, :action => :show, :year =>
> 2005, :month => '02', :day => '03'
>
> Thanks!
>
> --
> Posted via http://www.ruby-forum.com/.
> _______________________________________________
> Rails mailing list
> Rails at lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>
Two articles that ought to help:
http://www.jvoorhis.com/articles/2006/07/28/howto-make-simply_restful-useful-for-real-people
and the more recent
http://www.jvoorhis.com/articles/2006/08/01/announcing-resource_hacks
More information about the Rails
mailing list