<?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 on rails</title>
	<atom:link href="http://www.videc.at/tag/ruby-on-rails/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>Rails: Migrate databases in production environment</title>
		<link>http://www.videc.at/2009/05/12/rails-migrate-databases-in-production-environment/</link>
		<comments>http://www.videc.at/2009/05/12/rails-migrate-databases-in-production-environment/#comments</comments>
		<pubDate>Tue, 12 May 2009 21:53:34 +0000</pubDate>
		<dc:creator>vid</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.videc.at/?p=92</guid>
		<description><![CDATA[How to migrate databases in rails. Simply run db:migrate and specify your environment with RAILS_ENV rake db:migrate RAILS_ENV=production]]></description>
		<wfw:commentRss>http://www.videc.at/2009/05/12/rails-migrate-databases-in-production-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monit 5.0.1: 2 Errors during installation</title>
		<link>http://www.videc.at/2009/05/06/monit-error-during-installation/</link>
		<comments>http://www.videc.at/2009/05/06/monit-error-during-installation/#comments</comments>
		<pubDate>Tue, 05 May 2009 22:09:39 +0000</pubDate>
		<dc:creator>vid</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.videc.at/?p=82</guid>
		<description><![CDATA[I encountered following error while running ./configure for Monit 5.0.1: checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the [...]]]></description>
		<wfw:commentRss>http://www.videc.at/2009/05/06/monit-error-during-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails: Generate a version specific project</title>
		<link>http://www.videc.at/2009/05/04/ruby-on-rails-generate-a-version-specific-project/</link>
		<comments>http://www.videc.at/2009/05/04/ruby-on-rails-generate-a-version-specific-project/#comments</comments>
		<pubDate>Mon, 04 May 2009 13:35:08 +0000</pubDate>
		<dc:creator>vid</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[rubygems]]></category>

		<guid isPermaLink="false">http://www.videc.at/?p=74</guid>
		<description><![CDATA[Short answer to a frequently asked question: First install the rails version you need for your project # install specific rails version. 1.2.6 in this case gem install rails -v=1.2.6 this will generate a Rails 1.2.6 project rails _1.2.6_ project Just replace the version number with the one you need.]]></description>
		<wfw:commentRss>http://www.videc.at/2009/05/04/ruby-on-rails-generate-a-version-specific-project/feed/</wfw:commentRss>
		<slash:comments>0</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>

