<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: Leeo's Code Snippets</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Thu, 21 Aug 2008 00:36:54 GMT</pubDate>
    <description>DZone Snippets: Leeo's Code Snippets</description>
    <item>
      <title>Check that database.yml is parsed properly</title>
      <link>http://snippets.dzone.com/posts/show/477</link>
      <description>You can confirm that your database YAML file is being parsed properly with this one line shell command.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;ruby -ryaml -e "File.open('config/database.yml') { |f| puts YAML.load(f).inspect }"&lt;/code&gt;</description>
      <pubDate>Sat, 16 Jul 2005 08:37:13 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/477</guid>
      <author>leeo (Lee O'Mara)</author>
    </item>
  </channel>
</rss>
