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

Protecting against Cross-Site Scripting in Ruby - Ruby on Rails tutorial


Protecting against Cross-Site Scripting in Ruby
Category: Ruby on Rails tutorials > Security - Difficulty:


More cool Ruby on Rails tutorials:



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:
Automatically Saving Drafts Using Periodically_Call_Remote
Automatically Saving Drafts Using Periodically_Call_Remote
If you write for a large article-driven web site, you will invariably accidentally lose a whole post. You then have a two basic options: you can write in a word processor software, or you could build your own system to automatically save drafts when writing. That’s what you’ll do here, using periodically_call_remote().
Category: Ruby on Rails tutorials > Database - Difficulty:
Test Helper: Clean, Custom Assertion Messages
Test Helper: Clean, Custom Assertion Messages
Creating clean, custom assertion messages in Rails.
Category: Ruby on Rails tutorials > Basics - Difficulty:
eRuby: Using Ruby PostgreSQL and MySQL on Windows
eRuby: Using Ruby PostgreSQL and MySQL on Windows
If you are a Windows user then listen up. There are solutions for Ruby and MySQL on Windows. Roderick Von domburg has a project for this and the releases along with excellent instructions are available from his site. Great stuff! He even shows you how to compile your own connection dll on Windows. His work was so good it was included in Instant Rails
Category: Ruby on Rails tutorials > Database - Difficulty:
Looping Through Flash
Looping Through Flash
Displaying flash messages in the layout can be a pain at times. In this episode you will learn an easy way to display any kind of flash message by looping through the hash.
Category: Ruby on Rails tutorials > Basics - Difficulty: