<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2012 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For Ruby on Rails</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Thu, 16 Feb 2012 04:50:42 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 04:50:42 -0500</pubDate>
<item>
<title>How to use Phusion Passenger with multiple Ruby versions</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-use-Phusion-Passenger-with-multiple-Ruby-versions/73783</link>
<description>
<![CDATA[The case is you got single server and need to run foo.com on Ruby Enterprise Edition and bar.com on Ruby 1.9.2. Not to worry, RVM to the rescue! Oh btw, in this post I use Apache and Rails 3.0.10.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-use-Phusion-Passenger-with-multiple-Ruby-versions/73783</guid>
</item>
<item>
<title>Adding Facebook auth to Rails 3.1 app</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Adding-Facebook-auth-to-Rails-3.1-app/73782</link>
<description>
<![CDATA[We will learn how to add Facebook auth to an existing Rails 3.1 app. I believe that you want to use Devise as authentication solution so first of all we will add Devise to our app.]]>
</description><guid>http://www.tutorialized.com/tutorial/Adding-Facebook-auth-to-Rails-3.1-app/73782</guid>
</item>
<item>
<title>Executing methods of Rails controllers in Rake tasks</title>
<pubDate>Mon, 06 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Executing-methods-of-Rails-controllers-in-Rake-tasks/69411</link>
<description>
<![CDATA[How to create a cron job that calls the same code that a Rails action view is calling in an ApplicationController.]]>
</description><guid>http://www.tutorialized.com/tutorial/Executing-methods-of-Rails-controllers-in-Rake-tasks/69411</guid>
</item>
<item>
<title>Cleaning up CSS with Ruby</title>
<pubDate>Mon, 06 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Cleaning-up-CSS-with-Ruby/69408</link>
<description>
<![CDATA[How to create a small Ruby script that will remove duplicate classes/blocks from a css file.]]>
</description><guid>http://www.tutorialized.com/tutorial/Cleaning-up-CSS-with-Ruby/69408</guid>
</item>
<item>
<title>Securing a Ruby on Rails app</title>
<pubDate>Mon, 06 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Securing-a-Ruby-on-Rails-app/69406</link>
<description>
<![CDATA[This tutorial is about how to add basic authentication to a RoR app through a simple user table, no ACL or fancier stuff is implemented.]]>
</description><guid>http://www.tutorialized.com/tutorial/Securing-a-Ruby-on-Rails-app/69406</guid>
</item>
<item>
<title>Sinatra URL Shortener</title>
<pubDate>Mon, 06 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Sinatra-URL-Shortener/69388</link>
<description>
<![CDATA[Create a URL shortener using Sinatra, Datamapper, HAML and Bundler.]]>
</description><guid>http://www.tutorialized.com/tutorial/Sinatra-URL-Shortener/69388</guid>
</item>
<item>
<title>Advanced Data Models with Rails</title>
<pubDate>Mon, 06 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Advanced-Data-Models-with-Rails/69162</link>
<description>
<![CDATA[If youve made it this far, then Its safe to assume youre at least an intermediate user of Rails. If so, I congratulate you! The hardest learning curve is behind you. Now, you can start mastering th...]]>
</description><guid>http://www.tutorialized.com/tutorial/Advanced-Data-Models-with-Rails/69162</guid>
</item>
<item>
<title>Ruby for Newbies: The Tilt Gem</title>
<pubDate>Mon, 06 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Ruby-for-Newbies%3A-The-Tilt-Gem/69158</link>
<description>
<![CDATA[Ruby is a one of the most popular languages used on the web. Weve started a new Session here on Nettuts+ that will introduce you to Ruby, as well as the great frameworks and tools that go along with ...]]>
</description><guid>http://www.tutorialized.com/tutorial/Ruby-for-Newbies%3A-The-Tilt-Gem/69158</guid>
</item>
<item>
<title>Ruby for Newbies: Regular Expressions</title>
<pubDate>Sun, 05 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Ruby-for-Newbies%3A-Regular-Expressions/68315</link>
<description>
<![CDATA[Ruby is a one of the most popular languages used on the web. Weve started a new Session here on Nettuts+ that will introduce you to Ruby, as well as the great frameworks and tools that go along with ...]]>
</description><guid>http://www.tutorialized.com/tutorial/Ruby-for-Newbies%3A-Regular-Expressions/68315</guid>
</item>
<item>
<title>Ruby for Newbies: Working with DataMapper</title>
<pubDate>Sun, 05 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Ruby-for-Newbies%3A-Working-with-DataMapper/68313</link>
<description>
<![CDATA[Today, well look at the DataMapper gems to get up and running with a database in Ruby.]]>
</description><guid>http://www.tutorialized.com/tutorial/Ruby-for-Newbies%3A-Working-with-DataMapper/68313</guid>
</item>
<item>
<title>Ruby for Newbies: Working with Gems</title>
<pubDate>Sat, 04 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Ruby-for-Newbies%3A-Working-with-Gems/67171</link>
<description>
<![CDATA[Today, well look at the awesome packaging system that Ruby provides for distributing programs and libraries: Gems.]]>
</description><guid>http://www.tutorialized.com/tutorial/Ruby-for-Newbies%3A-Working-with-Gems/67171</guid>
</item>
<item>
<title>Rails many-to-many association tutorial</title>
<pubDate>Fri, 03 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Rails-many-to-many-association-tutorial/66862</link>
<description>
<![CDATA[This tutorial teaches basics of many-to-many relationships. You will learn how to use has_and_belongs_to_many association as well as has_many :through association.]]>
</description><guid>http://www.tutorialized.com/tutorial/Rails-many-to-many-association-tutorial/66862</guid>
</item>
<item>
<title>Ruby for Newbies: Working with Directories and Files </title>
<pubDate>Fri, 03 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Ruby-for-Newbies%3A-Working-with-Directories-and-Files-/66523</link>
<description>
<![CDATA[Today, wefll look at the Dir and File classes, and how we can use them to work with directories and files. ]]>
</description><guid>http://www.tutorialized.com/tutorial/Ruby-for-Newbies%3A-Working-with-Directories-and-Files-/66523</guid>
</item>
<item>
<title>Create a Simple Music Streaming App with Ruby on Rails</title>
<pubDate>Fri, 03 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Create-a-Simple-Music-Streaming-App-with-Ruby-on-Rails/66517</link>
<description>
<![CDATA[Amazon S3 is a great way to store files, but learning how to integrate it into your website can be a challenge. In this article, you will learn how to integrate Amazon S3 and Ruby on Rails through the...]]>
</description><guid>http://www.tutorialized.com/tutorial/Create-a-Simple-Music-Streaming-App-with-Ruby-on-Rails/66517</guid>
</item>
<item>
<title>Introduction to Ruby on Rails Ecommerce</title>
<pubDate>Fri, 03 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Introduction-to-Ruby-on-Rails-Ecommerce/66437</link>
<description>
<![CDATA[I am a .NET developer and have been programming ASP.NET in C# for a number of years, I have been hearing some pretty wonderful stuff about Ruby on Rails and wanted to see for myself. This post is abou...]]>
</description><guid>http://www.tutorialized.com/tutorial/Introduction-to-Ruby-on-Rails-Ecommerce/66437</guid>
</item>
</channel>
</rss>
