Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Ruby on Rails 2.1 tutorial - Ruby on Rails tutorial


I have put all the basic things in place and you will find it a working tutorial for Ruby on Rails 2.1.
Category: Ruby on Rails tutorials > Database - Difficulty:

More cool Ruby on Rails tutorials:



How to search with acts_as_ferret
How to search with acts_as_ferret
This is a basic example of how to use ferret, acts_as_ferret, and will_paginate to implement search functionality in a Ruby on Rails application.
Category: Ruby on Rails tutorials > Basics - Difficulty:
Developing your First Ruby on Rails 2 Application
Developing your First Ruby on Rails 2 Application
This tutorial is for beginners who haven`t been able to find tutorials for Ruby on Rails 2. This tutorial will teach you to create your first application, an article system, step-by-step.
Category: Ruby on Rails tutorials > Basics - Difficulty:
Nested Resources in Rails 2
Nested Resources in Rails 2
Nested resources were introduced in Rails 1.2 and are touted as the Right Way to do REST with parent-child model associations. If your app has a url that reads something like /employees?company_id=1, a switch to nested resources would cause it to read /companies/1/employees. Here's a detailed guide to developing with these new changes in mind.
Category: Ruby on Rails tutorials > Routes - Difficulty:
Initial Server Configuration
Initial Server Configuration
With Rubyforge and RubyGem, learn how to configure the initial runtime with all necessary features included when you're trying to set up Ruby on Rails on Windows.
Category: Ruby on Rails tutorials > Basics - Difficulty:
Ruby on Rails Security cheatsheet
Ruby on Rails Security cheatsheet
A Rails security cheatsheet with all the information in one place.
Category: Ruby on Rails tutorials > Security - Difficulty: