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

Implement the patient information XForm - Ruby on Rails tutorial


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:


More cool Ruby on Rails tutorials:



Rails 101: File Structure
Rails 101: File Structure
2nd in the Rails 101 series. This screencast deals with explaining the hierarchy of files created by Rails, as it can be daunting to begin with.
Category: Ruby on Rails tutorials > Basics - Difficulty:
Learning Ruby
Learning Ruby
A complete guide to getting started with Ruby on Rails.
Category: Ruby on Rails tutorials > Basics - Difficulty:
Fast prototyping with Apache Derby and JRuby on Rails
Fast prototyping with Apache Derby and JRuby on Rails
The JRuby project is making Ruby faster and more scalable than ever. One advantage to running Rails on the Java Virtual Machine is that you can leverage other Java libraries, like the Apache Derby database. The blend of Derby, JRuby, and Rails allows for rapid prototyping of dynamic Web applications. Learn how to use these technologies together to prototype your next great idea.
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:
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: