When I gave up on Perl, I switched to Python because of an article by Eric S. Raymond, and since Ruby wasn't nearly so mainstream as it is today. I think either are good choices, with Python having a greater array of libraries and Ruby being fully classful.
I should also add that Python has a RAD environment for web development that's similar to Ruby on Rails. It's called TurboGears and has a similar plugin architectue, so you can choose your ORM engine and templating format.
In other words, don't make your choice because of RoR ... make your choice based on the language, your compatibility with its syntax/structure and its suitability to the work you're doing. Also note that I'm trying to avoid sounding like a "Pythonista" (a Python language zealot), but may sound like one only because of my limited exposure to Ruby and if you look at my profile, you'll see I make my living with Java. If I were choosing a fourth-generation language now, would I choose Ruby ... I might. Please let us know what you decide.
