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

How to create a Photo Gallery - Ruby on Rails tutorial


Create a photo gallery using the attachment_fu plugin.
Category: Ruby on Rails tutorials > Basics - 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:
Filtering Sensitive Logs
Filtering Sensitive Logs
Are you accepting sensitive user data? Passwords, credit card numbers, etc. By default, Rails stores all submitted parameters in plain text in the logs. This episode will show you how to filter this sensitive input so it doesn't show up in the log file.
Category: Ruby on Rails tutorials > Security - Difficulty:
How to Build a Wiki With Ruby on Rails
How to Build a Wiki With Ruby on Rails
A tutorial walking you through the process of building a wiki system using Ruby on Rails.
Category: Ruby on Rails tutorials > Basics - Difficulty:
A complete  quick reference guide for Rails Developers
A complete quick reference guide for Rails Developers
A complete quick reference guide for Rails Developers. Listing all the important functions concepts at one page.
Category: Ruby on Rails tutorials > Basics - 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: