views:

149

answers:

3

Hi , This is the question , I asked many . But didn't get a satisfactory answer . Hope I'll get it from Stackoverflow folks .

What is the advantage of Ruby on Rail have over python or perl ?

I have django and GAE with python . Then why should I go for Heroku/Engineyard with Ruby on Rails ?

Thanks J

+1  A: 

What is the advantage of Ruby on Rail have over python or perl ?

You are making an uneven comparison. Ruby on Rails is a framework written in the Ruby programming language; Python and Perl are programming languages.

I have django and GAE with python . Then why should I go for Heroku/Engineyard with Ruby on Rails ?

That is for you to decide. Are GAE/Django/Python working for you? Then stay. Still curious? Try some experiments with Rails. Find it useful and better suited to your needs? Give some serious thought to moving. And if you encounter some specific problems along the way come back here and people will gladly help you out :)

Manoj Govindan
And of course Ruby (and thus Rails) runs on GAE as well, making the comparison even weirder.
Jörg W Mittag
A: 

Just try it. This way only you can get answer to your question. Write simple blog engine or basic cms.

SMiX
A: 

This, or this, or this, or this... Or maybe some search huh?

FallenAngel