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: Introduction - Ruby on Rails tutorial


Wanting to learn Rails from the very basics at your own pace, with screencasts showing examples? This should suit you nicely. First of a series.
Category: Ruby on Rails tutorials > Basics - Difficulty:


More cool Ruby on Rails tutorials:



How to set a character limit for a Ruby on Rails RSS feeds
How to set a character limit for a Ruby on Rails RSS feeds
I was making a RSS feed the other day and wanted to limit the number of characters in my description. Here is how I did it.
Category: Ruby on Rails tutorials > Basics - Difficulty:
Rails 101: Routing
Rails 101: Routing
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:
How to Install Rails on Ubuntu Linux
How to Install Rails on Ubuntu Linux
A quick primer on installing Ruby on Rails in Ubuntu Linux--should work with other Debian-based installations.
Category: Ruby on Rails tutorials > Basics - Difficulty:
Introduction to Form Helpers
Introduction to Form Helpers
A handy introduction to Ruby on Rails form helpers.
Category: Ruby on Rails tutorials > Basics - Difficulty:
Refactoring User Name Part 1
Refactoring User Name Part 1
Learn how to clean up your code through refactoring. This episode will show you how to move code from the view into the model to remove duplication and simplify the view.
Category: Ruby on Rails tutorials > Refactoring - Difficulty: