Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

eRuby: Using Ruby and MySQL for dynamic web pages - Ruby on Rails tutorial


In a previous tutorial you learned how to get started using the Ruby language as a web scripting language by embedding it in HTML. You need some type of database connectivity to do the cool dynamic stuff. So here is a tutorial written by Markus Jais on how to connect to a MySQL database using Ruby.
Category: Ruby on Rails tutorials > Database - Difficulty:

More cool Ruby on Rails tutorials:



Developing your First Ruby on Rails 2 Application
Developing your First Ruby on Rails 2 Application
This tutorial is for beginners who haven`t been able to find tutorials for Ruby on Rails 2. This tutorial will teach you to create your first application, an article system, step-by-step.
Category: Ruby on Rails tutorials > Basics - Difficulty:
Using Autotest with Rails on Windows XP machines
Using Autotest with Rails on Windows XP machines
Learn how to use Autotest for Rails in a Windows XP environment.
Category: Ruby on Rails tutorials > Basics - Difficulty:
Programming Best Practices
Programming Best Practices
A general tutorial about programming best practices that isn't specific to Rails, but certainly is something all Rails programmers should read.
Category: Ruby on Rails tutorials > Basics - Difficulty:
Getting Your Feet Wet With Ruby on Rails
Getting Your Feet Wet With Ruby on Rails
This is an entry-level tutorial for those new to both Ruby and to Rails. It will give you an overview of what both are (and aren't), how to get started with RoR development, and how to make your first website with RoR.
Category: Ruby on Rails tutorials > Basics - Difficulty:
How to set a character limit for a Ruby on Rails RSS feeds
How to set a character limit for a Ruby on Rails RSS feeds
I was making a RSS feed the other day and wanted to limit the number of characters in my description. Here is how I did it.
Category: Ruby on Rails tutorials > Basics - Difficulty: