Tutorial search

Ruby on Rails Tutorials
Tutorials
Stuff
Affiliates

Ruby on Rails Tutorials


We hope that you will enjoy our Ruby on Rails tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own Ruby on Rails tutorials to our site. Thank you !

Sort by:
Layouts and content_for
Layouts and content_for
If you want to change something in the layout on a per-template basis, content_for is your answer! This allows templates to specify view code that can be placed anywhere in a layout.
Category: Ruby on Rails tutorials > Refactoring - Difficulty:
All About Layouts
All About Layouts
Everything you wanted to know about layouts: global layouts, controller layouts, shared layouts, dynamic layouts and action layouts. Yes, there really are that many ways to specify a layout.
Category: Ruby on Rails tutorials > Basics - Difficulty:
Shortcut Blocks with Symbol to_proc
Shortcut Blocks with Symbol to_proc
It may have a goofy syntax, but the Symbol#to_proc feature Rails adds allows you to do simple blocks very quickly and easily.
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:
Easy Ruby development, the Eclipse way
Easy Ruby development, the Eclipse way
Explore the additional functions and improvements that Aptana RadRails brings to the Ruby developer. Using Eclipse's ubiquitous and common platform for development--as well as a tool that lets you easily work with other languages--see how you can increase your efficiency by focusing on a language instead of learning a new IDE each time you change languages.
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:
Dynamic find_by Methods
Dynamic find_by Methods
Shorten simple finds considerably and improve readability by using the dynamic find_all_by and find_by methods.
Category: Ruby on Rails tutorials - Difficulty:
Find Through Association
Find Through Association
No need to pass foreign keys in find conditions, just do the find through a has_many association.
Category: Ruby on Rails tutorials - Difficulty:
Caching with Instance Variables
Caching with Instance Variables
Learn a quick way to improve performance. Just store the end result of an expensive command in an instance variable!
Category: Ruby on Rails tutorials > Performance - Difficulty:
Learn Ruby on Rails from Scratch Week 1
Learn Ruby on Rails from Scratch Week 1
Ruby on Rails.. by now most people have heard the hype about it. It promises more effective code, total object orientation, and true MVC architecture to say the least. As far as my own personal experience, it has been all that and more. The code is beautiful, easy to maintain, and edit. In a recent project I was working on, it took me less than 10 hours to do the application, as compared to at least double that if I was writing in PHP.
Category: Ruby on Rails tutorials > Basics - Difficulty:
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:
Protecting against Cross-Site Scripting in Ruby
Protecting against Cross-Site Scripting in Ruby
Protecting against Cross-Site Scripting in Ruby
Category: Ruby on Rails tutorials > Security - Difficulty:
Using script.aculo.us in Ruby on Rails
Using script.aculo.us in Ruby on Rails
Using script.aculo.us in Ruby on Rails
Category: Ruby on Rails tutorials - Difficulty:
RUBY-ON-RAILS TUTORIAL USING INSTANT RAILS
RUBY-ON-RAILS TUTORIAL USING INSTANT RAILS
This is a simple and direct tutorial on Ruby-on-Rails using Instant Rails in Windows-2000. Absolute beginners can run their first real program in just 20 minutes.
Category: Ruby on Rails tutorials > Database - 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:
Total Tutorials in Category: 101