Forum Moderators: phranque
As for scripts, hotscripts came back with less than 10 results on a search. And WW is not really too topical about it either.
Anyhow, Just seeing what other opinions are out there, and really interested in someone that has something good to say. (I suppose that if I get the position I will learn it no matter what)
-Rocks or Diamonds
-Salo
As for scripts: Rails is a full-stack framework; you're not really going to be able to stick somebody else's script into your page in 10 seconds. There is plenty of example code on the Rails site, though.
1 - My productivity with Rails is (at least) 3x that of PHP. Like Melech says, you don't need to worry about the mindless stuff.
2 - The templating system is *very* nice. Much better than the PHP systems I've tried (smarty, et al).
3 - It forces you into good habits like separation of code and HTML, and good OO programming. This means that apps are much, *much* easier to debug and maintain than the average PHP app.
RoR is much more than just the scaffolding - the overall framework is the key. I couldn't imagine building anything in PHP any more, except maybe single-page formmails.