<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: RubyInstaller: Getting Started with Rails and SQLite3</title>
	<atom:link href="http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-sqlite3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-sqlite3/</link>
	<description>Compartiendo fragmentos de código con el mundo.</description>
	<lastBuildDate>Sun, 07 Mar 2010 15:27:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: guillermo</title>
		<link>http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-sqlite3/comment-page-1/#comment-3506</link>
		<dc:creator>guillermo</dc:creator>
		<pubDate>Tue, 02 Mar 2010 13:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=233#comment-3506</guid>
		<description>Works like a charm :D 
Thanx so much!</description>
		<content:encoded><![CDATA[<p>Works like a charm <img src='http://blog.mmediasys.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  <br />
Thanx so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-sqlite3/comment-page-1/#comment-3372</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Mon, 18 Jan 2010 20:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=233#comment-3372</guid>
		<description>Thanks, Luis. This saved me a lot of time messing around with nmake. Much appreciated.</description>
		<content:encoded><![CDATA[<p>Thanks, Luis. This saved me a lot of time messing around with nmake. Much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nikhil</title>
		<link>http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-sqlite3/comment-page-1/#comment-3189</link>
		<dc:creator>nikhil</dc:creator>
		<pubDate>Wed, 30 Dec 2009 12:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=233#comment-3189</guid>
		<description>i had a similar problem as chong
and jhon&#039;s solution fixed it for me
many thanks</description>
		<content:encoded><![CDATA[<p>i had a similar problem as chong<br />
and jhon&#8217;s solution fixed it for me<br />
many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jhon</title>
		<link>http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-sqlite3/comment-page-1/#comment-3131</link>
		<dc:creator>Jhon</dc:creator>
		<pubDate>Thu, 19 Nov 2009 22:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=233#comment-3131</guid>
		<description>You might have missed putting the sqlite files in C:\Ruby\bin.</description>
		<content:encoded><![CDATA[<p>You might have missed putting the sqlite files in C:\Ruby\bin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chong Kee Tan</title>
		<link>http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-sqlite3/comment-page-1/#comment-3116</link>
		<dc:creator>Chong Kee Tan</dc:creator>
		<pubDate>Sun, 18 Oct 2009 17:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=233#comment-3116</guid>
		<description>Thanks for posting this! I am staring to learn RoR now and tried it and on my PC, Vista Home Premium service pack 1, running Ruby 1.8.6. After this initial success:
                     Successfully installed sqlite3-ruby-1.2.4.1-x86-mswin32
                     1 gem installed

It tried to do the following documentation install:
Installing ri documentation for sqlite3-ruby-1.2.4.1-x86-mswin32...
Installing RDoc documentation for sqlite3-ruby-1.2.4.1-x86-mswin32...

And spewed out masses of error messages. Couldn&#039;t capture them all, here is a sample:

No definition for _wrap_new_CallbackData

No definition for _wrap_CallbackData_proc_set

No definition for _wrap_CallbackData_proc_get

No definition for _wrap_CallbackData_proc2_set

No definition for _wrap_CallbackData_proc2_get

No definition for _wrap_CallbackData_data_set

No definition for _wrap_CallbackData_data_get

No definition for _wrap_sqlite3_libversion

No definition for _wrap_sqlite3_close

No definition for _wrap_sqlite3_last_insert_rowid

No definition for _wrap_sqlite3_changes

No definition for _wrap_sqlite3_total_changes

No definition for _wrap_sqlite3_interrupt

No definition for _wrap_sqlite3_complete

No definition for _wrap_sqlite3_complete16

No definition for _wrap_sqlite3_busy_handler

No definition for _wrap_sqlite3_busy_timeout

No definition for _wrap_sqlite3_set_authorizer

No definition for _wrap_sqlite3_trace

No definition for _wrap_sqlite3_open

No definition for _wrap_sqlite3_open16

That goes on for pages. What should I do?

Chong Kee</description>
		<content:encoded><![CDATA[<p>Thanks for posting this! I am staring to learn RoR now and tried it and on my <span class="caps">PC,</span> Vista Home Premium service pack 1, running Ruby 1.8.6. After this initial success:<br />
                     Successfully installed sqlite3-ruby-1.2.4.1-x86-mswin32<br />
                     1 gem installed</p>
<p>It tried to do the following documentation install:<br />
Installing ri documentation for sqlite3-ruby-1.2.4.1-x86-mswin32&#8230;<br />
Installing RDoc documentation for sqlite3-ruby-1.2.4.1-x86-mswin32&#8230;</p>
<p>And spewed out masses of error messages. Couldn&#8217;t capture them all, here is a sample:</p>
<p>No definition for _wrap_new_CallbackData</p>
<p>No definition for _wrap_CallbackData_proc_set</p>
<p>No definition for _wrap_CallbackData_proc_get</p>
<p>No definition for _wrap_CallbackData_proc2_set</p>
<p>No definition for _wrap_CallbackData_proc2_get</p>
<p>No definition for _wrap_CallbackData_data_set</p>
<p>No definition for _wrap_CallbackData_data_get</p>
<p>No definition for _wrap_sqlite3_libversion</p>
<p>No definition for _wrap_sqlite3_close</p>
<p>No definition for _wrap_sqlite3_last_insert_rowid</p>
<p>No definition for _wrap_sqlite3_changes</p>
<p>No definition for _wrap_sqlite3_total_changes</p>
<p>No definition for _wrap_sqlite3_interrupt</p>
<p>No definition for _wrap_sqlite3_complete</p>
<p>No definition for _wrap_sqlite3_complete16</p>
<p>No definition for _wrap_sqlite3_busy_handler</p>
<p>No definition for _wrap_sqlite3_busy_timeout</p>
<p>No definition for _wrap_sqlite3_set_authorizer</p>
<p>No definition for _wrap_sqlite3_trace</p>
<p>No definition for _wrap_sqlite3_open</p>
<p>No definition for _wrap_sqlite3_open16</p>
<p>That goes on for pages. What should I do?</p>
<p>Chong Kee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mundo Ruby &#187; Blog Archive &#187; SQLite3/Ruby 1.2.5 Released!</title>
		<link>http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-sqlite3/comment-page-1/#comment-1675</link>
		<dc:creator>Mundo Ruby &#187; Blog Archive &#187; SQLite3/Ruby 1.2.5 Released!</dc:creator>
		<pubDate>Sat, 25 Jul 2009 15:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=233#comment-1675</guid>
		<description>[...] Don&#8217;t forget to read a getting started guide here [...]</description>
		<content:encoded><![CDATA[<p>[...] Don&#8217;t forget to read a getting started guide here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DEV_MEM.dump_to(:blog) - Multimedia systems blog</title>
		<link>http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-sqlite3/comment-page-1/#comment-1665</link>
		<dc:creator>DEV_MEM.dump_to(:blog) - Multimedia systems blog</dc:creator>
		<pubDate>Sat, 25 Jul 2009 10:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=233#comment-1665</guid>
		<description>&lt;strong&gt;SQLite3/Ruby 1.2.5 Released!...&lt;/strong&gt;

I just released an updated version of SQLite3/Ruby, officially to RubyForge!
Read the news here
This release includes binaries for Windows, but not any kind of binary, but fat ones!
That means that using either 1.8 or 1.9 versions of Ruby you will be a...</description>
		<content:encoded><![CDATA[<p><strong><span class="caps">SQL</span>ite3/Ruby 1.2.5 Released!&#8230;</strong></p>
<p>I just released an updated version of <span class="caps">SQL</span>ite3/Ruby, officially to RubyForge!<br />
Read the news here<br />
This release includes binaries for Windows, but not any kind of binary, but fat ones!<br />
That means that using either 1.8 or 1.9 versions of Ruby you will be a&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fresh MSI installation prlblems &#8211; Afraha &#124; Our Own Tiny Planet</title>
		<link>http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-sqlite3/comment-page-1/#comment-1395</link>
		<dc:creator>fresh MSI installation prlblems &#8211; Afraha &#124; Our Own Tiny Planet</dc:creator>
		<pubDate>Tue, 14 Jul 2009 12:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=233#comment-1395</guid>
		<description>[...] http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-sqlite3 [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-sqlite3" rel="nofollow">http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-sqlite3</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Pardee</title>
		<link>http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-sqlite3/comment-page-1/#comment-1273</link>
		<dc:creator>Roy Pardee</dc:creator>
		<pubDate>Thu, 09 Jul 2009 19:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=233#comment-1273</guid>
		<description>This rocks--I was completely failing to get sqlite installed on my xp machine at work.  Love the fat binaries!</description>
		<content:encoded><![CDATA[<p>This rocks&#8211;I was completely failing to get sqlite installed on my xp machine at work.  Love the fat binaries!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RubyInstaller: Getting Started with Rails and MySQL</title>
		<link>http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-sqlite3/comment-page-1/#comment-1212</link>
		<dc:creator>RubyInstaller: Getting Started with Rails and MySQL</dc:creator>
		<pubDate>Tue, 07 Jul 2009 14:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=233#comment-1212</guid>
		<description>[...] is a follow up instruction set from previous post, but this time, using [...]</description>
		<content:encoded><![CDATA[<p>[...] is a follow up instruction set from previous post, but this time, using [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
