On 22 February 2010 13:36, Heinz Strunk <[email protected]> wrote: > http://localhost:3000/actions/980190963/add_date?t=2010-02-23 > http://localhost:3000/actions/new?at=678542324&t=851829735&tt= > > Anyone knowing a better solution to this?
You could customise some nice route mapping, to translate these into pretty urls: http://localhost:3000/actions/980190963/add_date/2010-02-23 http://localhost:3000/actions/new/678542324/851829735 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

