<?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>Martin Videc &#187; ruby</title>
	<atom:link href="http://www.videc.at/tag/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.videc.at</link>
	<description>codemonkey/developer</description>
	<lastBuildDate>Mon, 20 Jun 2011 10:42:06 +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: undefined method &#8216;[]&#8216; for #&lt;Enumerable::Enumerator&gt;</title>
		<link>http://www.videc.at/2010/09/29/rails-undefined-method-for/</link>
		<comments>http://www.videc.at/2010/09/29/rails-undefined-method-for/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 23:32:05 +0000</pubDate>
		<dc:creator>vid</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.videc.at/?p=136</guid>
		<description><![CDATA[I was moving an older Rails app to a new server when I encountered this error. This gives a good description of what was going on and shows how to fix it: http://groups.google.com/group/attachment_fu/browse_thread/thread/502dd4504a59c84d. Ruby 1.8.7 and acts_as_attachment didn&#8217;t get along with each other in my case. However, there&#8217;s a typo where .first == &#8216;/&#8217; is [...]]]></description>
		<wfw:commentRss>http://www.videc.at/2010/09/29/rails-undefined-method-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby: Convert Strings from UTF-8 to LATIN1 (ISO 8859-1) with Iconv</title>
		<link>http://www.videc.at/2009/04/30/ruby-convert-strings-from-utf-8-to-latin1-iso-8859-1-with-iconv/</link>
		<comments>http://www.videc.at/2009/04/30/ruby-convert-strings-from-utf-8-to-latin1-iso-8859-1-with-iconv/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 11:13:32 +0000</pubDate>
		<dc:creator>vid</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.videc.at/?p=60</guid>
		<description><![CDATA[I used VPIM to create VCards from employees in my database which stores the employee&#8217;s data UTF-8 encoded. Then I wanted to give the user the possibility to download them. And of course half of the employees&#8217; names were corrupted because I didn&#8217;t convert them to LATIN1 (ISO 8859-1). so here&#8217;s what i came up [...]]]></description>
		<wfw:commentRss>http://www.videc.at/2009/04/30/ruby-convert-strings-from-utf-8-to-latin1-iso-8859-1-with-iconv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RubyGems: undefined method &#8216;manage_gems&#8217; for Gem:Module (NoMethodError)</title>
		<link>http://www.videc.at/2009/04/30/rubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror/</link>
		<comments>http://www.videc.at/2009/04/30/rubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 04:59:33 +0000</pubDate>
		<dc:creator>vid</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubygems]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.videc.at/?p=35</guid>
		<description><![CDATA[Update: There&#8217;s a more efficient solution to this problem here: The Easy Fix After updating RubyGems I got the following error message: /usr/bin/gem:10: undefined method `manage_gems' for Gem:Module (NoMethodError) # Nice. So I took a look at the output that was generated and came across this: Deprecation Notices: * Gem::manage_gems has been removed. * Time::today [...]]]></description>
		<wfw:commentRss>http://www.videc.at/2009/04/30/rubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror/feed/</wfw:commentRss>
		<slash:comments>63</slash:comments>
		</item>
		<item>
		<title>Installing sqlite3 for Rails on Windows XP</title>
		<link>http://www.videc.at/2009/04/29/installing-sqlite3-for-rails-on-windows-xp/</link>
		<comments>http://www.videc.at/2009/04/29/installing-sqlite3-for-rails-on-windows-xp/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 20:23:59 +0000</pubDate>
		<dc:creator>vid</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[rubygems]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://www.videc.at/?p=13</guid>
		<description><![CDATA[Here is a short description how to install sqlite3 with RubyGems on Windows XP. First download sqlite-3_x_x.zip and sqlitedll-3_x_x.zip from http://www.sqlite.org/download.html. Either extract the files into &#60;drive&#62;:\your\path\to\ruby\bin or set your PATH environment variable to set PATH=C:\path\to\sqlite;%PATH% Now, if you try to install sqlite3-ruby on Windows XP with C:\&#62;gem install sqlite3-ruby and get this error message: [...]]]></description>
		<wfw:commentRss>http://www.videc.at/2009/04/29/installing-sqlite3-for-rails-on-windows-xp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

