Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Doesn't it depend on what you intend to do? (Score 4, Interesting) 469

I disagree. Rails is fantastic for quickly rolling database-driven forms apps. It includes some nice helpers for quickly integrating asynchronous behavior (Ajax), but it's certainly not mandatory. PHP5 doesn't include an OR mapper, and nor should it; an OR mapper should be part of a separate framework or library (just as it is with Ruby and Ruby on Rails). I think that Rails actually has a fairly steep learning curve. It has *very* specific ways of handling most things, and trying to fight against these things will only come back to hurt you in the end. Additionally, since it requires you to function in an MVC mode, there might be an additional bit of learning present as you figure out how to properly separate your app into presentation, model and controller layers.

At the end of the day, it all comes down to need and experience. If you know how to use PHP, why not use it? If you have to integrate a new feature into an existing Rails app, then you'd better learn Rails in a hurry. Personally, I'll build Windows server-targeted web apps in ASP.NET because I know the tooling and the backend. If I'm hosting on Linux or UNIX, I'll write it in Rails because the language and frameworks are so much nicer to use than PHP.

Space

Submission + - Cassini Returns Amazing New Imagery from Saturn

SeaDour writes: The Cassini spacecraft has recently entered a highly-inclined orbit around Saturn, revealing some never-before-seen images of the planet's ring system as seen from above and below the planet. "Finally, here are the views that we've waited years for," said Carolyn Porco, Cassini imaging team leader at the Space Science Institute. "Sailing high above Saturn and seeing the rings spread out beneath us like a giant, copper medallion is like exploring an alien world we've never seen before. It just doesn't look like the same place. It's so utterly breath-taking, it almost gives you vertigo." The spacecraft will eventually return to its standard orbit parallel to the ring plane in late June.

Slashdot Top Deals

"Trust me. I know what I'm doing." -- Sledge Hammer

Working...