View Single Post
Old Dec 17th, 2006, 7:34 AM   #11
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
Quote:
Originally Posted by Komodo View Post
So... is it any good?

Like if I knew PHP would I like Ruby on Rails?
Ruby on Rails is more structured and arguably faster to develop in than straight PHP. Ruby is a more advanced, and somewhat better designed, language than PHP is, and Rails takes full advantage of Ruby's feature set.

But this comes at a cost of being more complex and difficult to grasp. If you can get to grips with Rails, I suspect you'll find that you'll be far more productive than with plain PHP, since Rails has a lot of functionality that makes life a lot easier for web developers. But that's only once you've learnt the framework, and whilst there are numerous tutorials and articles on Rails, you may find some parts difficult to learn.
Arevos is offline   Reply With Quote