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:

Are your semi colons hard coded? or are you using users_edit_path

Semicolons is a 1.x thing that was dropped in 2.x. When I try to edit a page that is where the problem is.

The ;'s are not hard coded to my knowledge. Meaning, I can't find any in the code.

thanks