<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Daniele Demichelis &#187; rails</title>
	<atom:link href="http://www.danidemi.com/mainwww/tag/rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danidemi.com/mainwww</link>
	<description>There are 10 types of people in the world: Those who understand binary, and those who don&#039;t...</description>
	<lastBuildDate>Wed, 14 Apr 2010 08:14:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Rails ans SQLite3 on Ubuntu</title>
		<link>http://www.danidemi.com/mainwww/2009/12/rails-ans-sqlite3-on-ubuntu/</link>
		<comments>http://www.danidemi.com/mainwww/2009/12/rails-ans-sqlite3-on-ubuntu/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 10:06:37 +0000</pubDate>
		<dc:creator>danidemi</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://www.danidemi.com/mainwww/?p=90</guid>
		<description><![CDATA[<p>To configure a Rails application in order to use SQLite3 please follow the following steps:</p>
sudo apt-get install  sqlite3 swig libsqlite3-ruby libsqlite3-dev
 sudo gem install sqlite3-ruby
<p>Then create a Rails application as usual and update the environment.rb file in the following way</p>
Rails::Initializer.run do &#124;config&#124;
...
config.gem 'sqlite3-ruby', :lib =&#62; "sqlite3"
...
end
]]></description>
			<content:encoded><![CDATA[<p>To configure a Rails application in order to use SQLite3 please follow the following steps:</p>
<pre>sudo apt-get install  sqlite3 swig libsqlite3-ruby libsqlite3-dev
 sudo gem install sqlite3-ruby</pre>
<p>Then create a Rails application as usual and update the environment.rb file in the following way</p>
<pre>Rails::Initializer.run do |config|</pre>
<pre>...</pre>
<pre>config.gem 'sqlite3-ruby', :lib =&gt; "sqlite3"</pre>
<pre>...</pre>
<pre>end</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.danidemi.com/mainwww/2009/12/rails-ans-sqlite3-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
