Application Tutorials

How to set a character limit for a Ruby on Rails RSS feeds

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
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. View...
How to set a character limit for a Ruby on Rails RSS feeds

Debug Your Rails App With ruby-debug

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
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. View...
Debug Your Rails App With ruby-debug

Learn Ruby on Rails: the Ultimate Beginner’s Tutorial

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
While it certainly makes no attempt to constitute a complete guide to the Ruby language, this tutorial will introduce you to some of the basics of Ruby. We'll power through a crash-course in object oriented programming, covering the more common features of the language along the way, and...
Learn Ruby on Rails: the Ultimate Beginner’s Tutorial

Initial Server Configuration

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
With Rubyforge and RubyGem, learn how to configure the initial runtime with all necessary features included when you're trying to set up Ruby on Rails on Windows. View...
Initial Server Configuration

Getting Your Feet Wet With Ruby on Rails

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
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. View...
Getting Your Feet Wet With Ruby on Rails

Ruby Tutorial

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
This is a beginners guide to Ruby Programming. You will find detailed charts, graphs and diagrams to help you understand what you are reading. The examples are short and to the point so you don't have to sift through long pieces of code while trying to learn Ruby on Rails. View...
Ruby Tutorial

How to Build a Wiki With Ruby on Rails

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
A tutorial walking you through the process of building a wiki system using Ruby on Rails View...
How to Build a Wiki With Ruby on Rails

19 Rails Tricks Most Rails Coders Don’t Know

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
A collection of tips to make your Rails developing more efficient or interesting that most Rails developers overlook. View...
19 Rails Tricks Most Rails Coders Don’t Know

Programming Best Practices

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
A general tutorial about programming best practices that isn't specific to Rails, but certainly is something all Rails programmers should read. View...
Programming Best Practices

XSS and when h just ain’t enough

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
How to guard against cross site scripting in Ruby on Rails. View...
XSS and when h just ain’t enough

Advice to Rails Beginners: Follow Conventions

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
An introduction to Ruby and Rails conventions that all Rails beginners should learn to follow. View...
Advice to Rails Beginners: Follow Conventions

Creating a Variable Number of Models in One Form

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
Learn how to add/remove tasks in the same form using JavaScript and RJS. View...
Creating a Variable Number of Models in One Form
Page 7 of 13« First...4567891011...Last »