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

Rails 101: Generators - Ruby on Rails tutorial


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:


More cool Ruby on Rails tutorials:



Editing Multiple Models in One Form
Editing Multiple Models in One Form
This tutorial shows you how to edit a project and all of its tasks in one form.
Category: Ruby on Rails tutorials > Basics - Difficulty:
Tutorial : Basics on Ruby on Rails 2 Model, Controller and Views and Routing
Tutorial : Basics on Ruby on Rails 2 Model, Controller and Views and Routing
This tutorial explores the MVC concept of Ruby on Rails i.e Model,View and Controller
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:
How to set up Typo 4 on shared hosting
How to set up Typo 4 on shared hosting
Your host doesn't have the Typo gem? Don't fret, installing Typo 4 is easy, just follow this tutorials and you'll be up and running in no time!
Category: Ruby on Rails tutorials > Basics - Difficulty:
Debug Your Rails App With ruby-debug
Debug Your Rails App With ruby-debug
In this article we'll look at an alternative debugging tool for debugging Rails applications (or any Ruby script, for that matter) while still remaining up-to-date with the latest version of the Ruby interpreter. This tool is even slated to be bundled with future releases of Rails.
Category: Ruby on Rails tutorials > Testing - Difficulty: