Ruby & Rails

Ruby on Rails makes it much easier and more fun. It includes everything you need to build fantastic applications, and you can learn it with the support of our large, friendly community.

  • Unobtrusive JavaScript

    Introduction of Unobtrusive JavaScript (UJS) to all of its JavaScript helper functions. In previous versions of Rails, JavaScript was generated inline with HTML, causing ugly and somewhat brittle code.

  • Improved Security

    Rails 3 is that XSS protection is now enabled by default. Rails 2 supported XSS protection through the use of the h method.

  • New Query Engine

    Rails 3 includes a cool new query engine that makes it easier to get back the data you want and gives you more flexibilitiy in your controller code.

  • Easier Email

    The ActionMailer module has been rewritten to make it a lot easier for your application to send email in Rails 3.

  • Dependency Management

    One of the strengths of the Ruby on Rails framework is the plethora of gems available for use by developers.