Saturday, June 14, 2014

Common Development Platforms - Ruby on Rails

Another popular development framework is Ruby on Rails, usually referred to simply as “Rails.” Like PHP, Rails is an open source platform, meaning the developer community is able to build and share components. A couple of well-known websites that were built using Rails are Twitter.com and Groupon.com, while other sites such as Amazon.com using Rails for some features.

Like PHP, Rails is interpreted code: you basically write the code and run it to see if it works. This makes the development cycle much quicker.

No comments: