Browse Our Ruby on Rails Tutorials Archive :

How to Optimize Your Rails Site for Search

Ruby on Rails has made great strides in becoming more accessible for search engines, although there are important optimizations you can make to further enhance your applications.

Ajax Libraries for Ruby on Rails

Ajax allows developers to build seamless refreshes on their web applications. By refreshing data without reloading the page, the technique can provide for a seamless user experience.

How Ruby on Rails Compares with PHP

As the two primary web coding languages, many beginning and advanced developers debate the merits of Ruby on Rails versus PHP. Like any great rivalry, the languages have developed and evolved, answering gaps, criticism and needs over time to become more mature.

How to Redirect a Web Page

HTTP response status codes 301 and 302 are used to indicate the browser that the requested page (URL) is to be found at another location.