Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


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

View all templates

Rails 101: Routing - Ruby on Rails tutorial


Rails produces some pretty nice URLs. The URLs don't setup automatically though, you need to setup routes to match them to sections of your application. In this screencast you'll learn how they work, and how to set them up yourself.
Category: Ruby on Rails tutorials > Routes - Difficulty:


More cool Ruby on Rails tutorials:



Making a blog app (with comments) in Rails
Making a blog app (with comments) in Rails
I'm a ruby and rails newcomer, and for my wordpress blog "nubyonrails" decided to work through David Heinemeier Hansson's famous "blog site" Rails demo movie, from the FISL 6.0 conference in Brazil, 2005. It's written for fellow ruby/rails newcomers but covers quite a lot of ground.
Category: Ruby on Rails tutorials > Basics - Difficulty:
Ruby on Rails 2.1 tutorial
Ruby on Rails 2.1 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:
Layouts and content_for
Layouts and content_for
If you want to change something in the layout on a per-template basis, content_for is your answer! This allows templates to specify view code that can be placed anywhere in a layout.
Category: Ruby on Rails tutorials > Refactoring - Difficulty:
Refactoring User Name Part 2
Refactoring User Name Part 2
Testing and refactoring go hand in hand. Refactoring is all about improving code without changing its behavior. Testing is all about making sure you don't change the behavior while you are improving the code.
Category: Ruby on Rails tutorials > Testing - Difficulty:
All About Layouts
All About Layouts
Everything you wanted to know about layouts: global layouts, controller layouts, shared layouts, dynamic layouts and action layouts. Yes, there really are that many ways to specify a layout.
Category: Ruby on Rails tutorials > Basics - Difficulty: