Semi-colons

I know.....Semi-colons are evil. But, what if I have an application that has moved from one server to the next and it has Rails 2.0. I want the application to roll forward, so I don't want to just freeze the app and stay old school.

How do I convert an application that uses semi-colons to use the slashes? For example:

/page/83;edit

to

/page/83/edit

is it simply a routes change?

thanks for any kind of reply, as long as it's nice. :slight_smile:

You should really be asking this question in rubyonrails-talk - http://groups.google.com/group/rubyonrails-talk for general support questions.

Done...thanks!