I am working on an application where I have the urls setup like this:
where jdhale is the username for the user. I do this with a plugin
called resource_hacks. Other than some weird errors when calling some
url generator methods on nested resources, this works fine. However,
I get the impression that using resource_hacks is no longer
necessary. So, my question is this: Is there a way to accomplish the
same thing in Rails 1.2.3 without using resource_hacks. Further, does
anyone know if Rails 2.0 will support this type of resource url
mapping without the use of resource_hacks.
Thanks