Set up Ruby on Rails in Windows

Here's a quick Howto on setting up Ruby on Rails for Windows.

150+ Ruby on Rails Tutorials

Over the last couple of months, I have collected over 150 Ruby on Rails links at Top-Ten-Tutorials.com

Rails and SQL queries

Ruby on Rails is Model-View-Controller web-application framework. Rails uses ActiveRecord database abstraction classes to work with SQL tables. However, sometimes it is more convenient to work with plain SQL queries(without any model classes) for specific database operations.

SEO on Rails

Tips and Tricks for improving your RoR app so it is search engine friendly.

Set up Ruby on Rails in Windows

Here's a quick Howto on setting up Ruby on Rails for Windows.

Beginning Relationships in Rails

The Rails framework takes most of the headache away from developing these relationships and almost entirely eliminates the need to write low-level queries to your database. If you've spent time writing those queries, Rails' ActiveRecord will make sense, but for those of you who are just getting started this can be confusing.

1