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

Creating Many Models in One Form - Ruby on Rails tutorial


Learn how to create many models in a single form.
Category: Ruby on Rails tutorials > Basics - 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:
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:
Learning Ruby
Learning Ruby
A complete guide to getting started with Ruby on Rails.
Category: Ruby on Rails tutorials > Basics - Difficulty:
Rails 101: Generators
Rails 101: Generators
So you're just about to crack on and dive into that code, but wait, you don't even need to do that! Rails comes with generators for basic functionality so you can get going as quickly as possible.
Category: Ruby on Rails tutorials > Basics - Difficulty:
Move Find into Model
Move Find into Model
Move a find into the model to clean up the controllers and remove duplication. Also see how you can call these custom find methods through an association.
Category: Ruby on Rails tutorials > Refactoring - Difficulty: