eg. 'wrapper', 'category:python' or '"document database"'
why not a respond_to block on the users#show action?
johan | 2008-04-16 21:54:31 UTC | on commit d564902
I started with that, but users can have dots in their names, so the obvious thing of just calling /users/dustin.xml doesn’t work.
Of course, a similar thing with an accepts header could work, but it seems a bit strange to me.
How would you most like it to work?
dustin | 2008-04-18 00:08:54 UTC
why not a respond_to block on the users#show action?
I started with that, but users can have dots in their names, so the obvious thing of just calling /users/dustin.xml doesn’t work.
Of course, a similar thing with an accepts header could work, but it seems a bit strange to me.
How would you most like it to work?