Ruby on Rails 2.0 released for Web apps
December 13, 2007 – 12:59 pmVersion 2.0 of Ruby on Rails, the popular open source Web application development framework, was released this morning, said the developer of the framework, David Heinemeier Hansson, on Friday. Key to this release is its reliance on REST (Representational State Transfer) Web services instead of SOAP Web services. Security enhancements also are featured. Available for download at the Ruby on Rails Web site, the framework leverages the Ruby programming language. "The big thing we've been pushing in Rails 2.0 is the whole notion of REST and the whole notion of building REST-ful applications," as opposed to using SOAP, Hansson said. "Rails used to ship with a library that did SOAP Web services. We've yanked that out and put in a bunch of things instead focused on doing REST Web services," he said. REST is favored over SOAP now because those in the agile development camp feel it has become too complex, with its many ...