<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Wed, 10 Jun 2026 09:52:19 +0000</lastBuildDate>
    <item>
      <title>(Rails) Rails: Freezing an app - chrisaiv</title>
      <link>https://snipplr.com/view/37610/rails-freezing-an-app</link>
      <description>&lt;p&gt;Migrating a Rails app from Development to Production can sometimes be a real pain.  One way I help reduce headache is by copying all the necessary Rails files to make it a self-contained unit (Freezing).  If I need to make version changes later, I simply unfreeze.&lt;/p&gt;</description>
      <pubDate>Mon, 19 Jul 2010 19:03:45 UTC</pubDate>
      <guid>https://snipplr.com/view/37610/rails-freezing-an-app</guid>
    </item>
    <item>
      <title>(Rails) Rails: My Favorite Rails Plug-ins - chrisaiv</title>
      <link>https://snipplr.com/view/37609/rails-my-favorite-rails-plugins</link>
      <description>&lt;p&gt;Here are a few examples of how to install my favorite rails plug-ins from GIT.  The alternative solution is to simply use gem --and have the plugin available throughout all of my rails applications-- but I prefer to have my applications living as self-contained units.&lt;/p&gt;</description>
      <pubDate>Mon, 19 Jul 2010 18:57:42 UTC</pubDate>
      <guid>https://snipplr.com/view/37609/rails-my-favorite-rails-plugins</guid>
    </item>
    <item>
      <title>(Rails) Rails: Simple nav link helper - chrisaiv</title>
      <link>https://snipplr.com/view/36675/rails-simple-nav-link-helper</link>
      <description>&lt;p&gt;In an effort to stay DRY, here's a simple way to organize your main navigation.&lt;/p&gt;</description>
      <pubDate>Sun, 04 Jul 2010 19:18:35 UTC</pubDate>
      <guid>https://snipplr.com/view/36675/rails-simple-nav-link-helper</guid>
    </item>
    <item>
      <title>(Rails) Rails: iPhone Detection - chrisaiv</title>
      <link>https://snipplr.com/view/35063/rails-iphone-detection</link>
      <description>&lt;p&gt;Use this as a way to detect iPhone users using Rails 2+.  This should live in your /controllers/application_controller.rb (class ApplicationController &lt; ActionController::Base).  You also need to modify your mime type.&lt;/p&gt;</description>
      <pubDate>Sat, 22 May 2010 13:59:30 UTC</pubDate>
      <guid>https://snipplr.com/view/35063/rails-iphone-detection</guid>
    </item>
    <item>
      <title>(Rails) Rails: Commands I wish I could remember - chrisaiv</title>
      <link>https://snipplr.com/view/30030/rails-commands-i-wish-i-could-remember</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 19 Mar 2010 11:43:01 UTC</pubDate>
      <guid>https://snipplr.com/view/30030/rails-commands-i-wish-i-could-remember</guid>
    </item>
    <item>
      <title>(Rails) Rails: Basic form_for Helper - chrisaiv</title>
      <link>https://snipplr.com/view/9359/rails-basic-formfor-helper</link>
      <description>&lt;p&gt;form_for is the most popular helper used when generating a form that binds to one type of object.  The parameter you pass through form_for ("|f|") is of datatype FormBuilder which offers these methods: text_field, password_field, check_box, and text_area&lt;/p&gt;</description>
      <pubDate>Wed, 29 Oct 2008 20:00:58 UTC</pubDate>
      <guid>https://snipplr.com/view/9359/rails-basic-formfor-helper</guid>
    </item>
    <item>
      <title>(Rails) Rails: List available rake tasks - chrisaiv</title>
      <link>https://snipplr.com/view/9315/rails-list-available-rake-tasks</link>
      <description>&lt;p&gt;I'm always forgetting what rake can do or how to write it so here's a quick command that will list out everything.&lt;/p&gt;</description>
      <pubDate>Mon, 27 Oct 2008 11:59:07 UTC</pubDate>
      <guid>https://snipplr.com/view/9315/rails-list-available-rake-tasks</guid>
    </item>
    <item>
      <title>(Rails) Rails: Installing ReCaptcha - chrisaiv</title>
      <link>https://snipplr.com/view/6614/rails-installing-recaptcha</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 06 Jun 2008 21:34:37 UTC</pubDate>
      <guid>https://snipplr.com/view/6614/rails-installing-recaptcha</guid>
    </item>
    <item>
      <title>(Rails) Rails: Installing Restful Authentication - chrisaiv</title>
      <link>https://snipplr.com/view/6613/rails-installing-restful-authentication</link>
      <description>&lt;p&gt;I always forget the command needed to install RESTful authentication.&lt;/p&gt;</description>
      <pubDate>Fri, 06 Jun 2008 21:32:27 UTC</pubDate>
      <guid>https://snipplr.com/view/6613/rails-installing-restful-authentication</guid>
    </item>
  </channel>
</rss>
