Ruby on Rails is a complete framework for developing database-driven network applications. Recently, the latest version of Ruby on Rails 3.0 RC has been officially released and is available for download. The blog of the Ruby on Rails development team also revealed that the development of Ruby on Rails 3.0 will be accelerated.
Ruby on Rails is based on the MVC Model-View-Controller) design mode. From Ajax applications in the view, access requests and feedback in the Controller, to database encapsulation models, Rails provides you with a pure Ruby development environment. When publishing a website, you only need a database and a network server.
Ruby on Rails Architecture
Ruby on Rails 3.0 RC has some notable improvements:
◆ Support for MySQL2 gem
◆ Fixed the automatic loading problem.
◆ Fixed various Web Encoding Problems
◆ For more features, visit:Http://weblog.rubyonrails.org/2010/7/26/rails-3-0-release-candidate
Installation Method: gem install rails -- pre
Download Ruby on Rails 3.0 RC: http://www.rubyonrailscn.org/down/