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

Filtering Sensitive Logs - Ruby on Rails tutorial


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:


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:
How To Use the Exception Notifier Plugin for Ruby on Rails
How To Use the Exception Notifier Plugin for Ruby on Rails
This quick tutorial will show you how to set up the Ruby on Rails Exception Notifier plugin which will alert you of errors in your app.
Category: Ruby on Rails tutorials > Basics - Difficulty:
eRuby: Using Ruby DBI for database connectivity
eRuby: Using Ruby DBI for database connectivity
If you want create a dynamic web page that works on more than just MySQL then try Ruby DBI. Ruby DBI will help you create a single database interface for connecting your web application to multiple database types like MySQL, PostGreSQL and SQL Server. This article also explains some of the typical mistakes made when installing Ruby DBI.
Category: Ruby on Rails tutorials > Database - Difficulty:
Creating Many Models in One Form
Creating Many Models in One Form
Learn how to create many models in a single form.
Category: Ruby on Rails tutorials > Basics - Difficulty:
Implement the patient information XForm
Implement the patient information XForm
Learn to use XForms, DB2 pureXML, and Ruby together to create Web applications. Discover the individual strengths of each technology and learn how to integrate them collectively. In Part 2 of the four-part series, you will begin to implement an application for managing information at a doctor’s office.
Category: Ruby on Rails tutorials > Basics - Difficulty: