<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Dizzy - Ruby On Rails</title>
    <link>http://www.dizzy.co.uk/</link>
    <description>Tutorials, cheatsheets, tips and more for the RoR framework.</description>
    <language>en-gb</language>
    <item>
      <title>ActiveRecord Validations Cheatsheet</title>
      <description>Comprehensive but concise details of Rails' built-in class validation helper methods from validates_acceptance_of through to validates_uniqueness_of, along with details of how to roll your own low-level validations along with examples...</description>
      <author>mr_dizzy</author>
      <link>http://dizzy.co.uk/ruby_on_rails/contents/active-record-validations</link>
    </item>
    <item>
      <title>Active Record Validation Errors Cheatsheet</title>
      <description>Each ActiveRecord backed model in Rails has an errors object which errors are added to if the model fails validation. This cheatsheet covers methods available, default errors messages and view error helpers.</description>
      <author>mr_dizzy</author>
      <link>http://dizzy.co.uk/ruby_on_rails/contents/active-record-validation-errors</link>
    </item>
    <item>
      <title>Rails Migrations Cheatsheet</title>
      <description>Up and down methods, rake tasks, column mapping, loading fixtures, example migration file, all packed onto one A4 page for an easy at-a-glance reference. Updated for Rails 2.1</description>
      <author>mr_dizzy</author>
      <link>http://dizzy.co.uk/ruby_on_rails/contents/rails-migrations</link>
    </item>
    <item>
      <title>Using RJS without calling the server</title>
      <description>If you want an easy way to use visual effects on your page or to manipulate the DOM in an AJAX style way but without making a call to the server, then take a look at this helper method...</description>
      <author>mr_dizzy</author>
      <link>http://dizzy.co.uk/ruby_on_rails/contents/using-rjs-without-calling-the-server</link>
    </item>
    <item>
      <title>Form Helpers Cheatsheet</title>
      <description>Create forms, check boxes, radio buttons, select lists and more using Rails' built-in form helpers.</description>
      <author>mr_dizzy</author>
      <link>http://dizzy.co.uk/ruby_on_rails/contents/form-helpers</link>
    </item>
    <item>
      <title>Rewritten Form Helpers Cheatsheet</title>
      <description>I have completely rewritten the form helpers cheatsheet to make it much more useful.</description>
      <author>mr_dizzy</author>
      <link>http://dizzy.co.uk/ruby_on_rails/contents/rewritten-form-helpers-cheatsheet</link>
    </item>
    <item>
      <title>ActionMailer Cheatsheet</title>
      <description>ActionMailer is the Rails framework which handles email delivery. This comprehensive cheatsheet will help your email on its way.</description>
      <author>mr_dizzy</author>
      <link>http://dizzy.co.uk/ruby_on_rails/contents/action-mailer</link>
    </item>
    <item>
      <title>Test your regular expressions online</title>
      <description>Regular expressions can be one of the trickiest aspects of programming to manage. This little tool will help you test out your code quickly and easily...</description>
      <author>mr_dizzy</author>
      <link>http://dizzy.co.uk/ruby_on_rails/contents/test-your-regular-expressions-online</link>
    </item>
    <item>
      <title>Quickly debugging form helpers</title>
      <description>Sometimes you want to quickly see the output of helper methods, and constantly clicking refresh in your browser then viewing the page source can be tiresome. Instead, use the Rails console to check helpers are doing what you want them to.</description>
      <author>mr_dizzy</author>
      <link>http://dizzy.co.uk/ruby_on_rails/contents/debugging-form-helpers-with-the-console</link>
    </item>
    <item>
      <title>Self-referential table joins</title>
      <description>We show you how to create a HABTM association for a table that links back to itself. For example, an article that has many related articles, or a person who has many related people.</description>
      <author>mr_dizzy</author>
      <link>http://dizzy.co.uk/ruby_on_rails/contents/self-referential-table-joins</link>
    </item>
    <item>
      <title>New in Rails 2.0: Sexy Migrations</title>
      <description>A look at the new features and syntax available in migrations on Rails 2.0</description>
      <author>mr_dizzy</author>
      <link>http://dizzy.co.uk/ruby_on_rails/contents/rails-2-sexy-migrations</link>
    </item>
    <item>
      <title>Auto migrations</title>
      <description>A brilliant plugin that makes changing your database schema even easier and faster.</description>
      <author>mr_dizzy</author>
      <link>http://dizzy.co.uk/ruby_on_rails/contents/auto-migrations</link>
    </item>
    <item>
      <title>Beginning File Uploads to the Database</title>
      <description>Learn how to upload files to the database, then retrieve and display them</description>
      <author>mr_dizzy</author>
      <link>http://dizzy.co.uk/ruby_on_rails/contents/store-file-uploads-in-database</link>
    </item>
  </channel>
</rss>
