<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>blog if mind.blank?</title>
	<atom:link href="http://rbudiharso.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rbudiharso.wordpress.com</link>
	<description>stuff I do in learning web based app with Ruby on Rails</description>
	<lastBuildDate>Fri, 30 Dec 2011 04:25:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rbudiharso.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>blog if mind.blank?</title>
		<link>http://rbudiharso.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rbudiharso.wordpress.com/osd.xml" title="blog if mind.blank?" />
	<atom:link rel='hub' href='http://rbudiharso.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Missing host to link to!</title>
		<link>http://rbudiharso.wordpress.com/2011/12/30/missing-host-to-link-to/</link>
		<comments>http://rbudiharso.wordpress.com/2011/12/30/missing-host-to-link-to/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 04:24:41 +0000</pubDate>
		<dc:creator>Rahmat Budiharso</dc:creator>
				<category><![CDATA[Rails Tips]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[default url]]></category>
		<category><![CDATA[url helpers]]></category>

		<guid isPermaLink="false">http://rbudiharso.wordpress.com/?p=181</guid>
		<description><![CDATA[So I was outputting URL from a rails model with Rails.application.routes.url_helpers.something_url(id) but my specs were complaining with Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true after some googling and trial and errors I found that this line would did the trick. Put it in your test_helper [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rbudiharso.wordpress.com&amp;blog=629592&amp;post=181&amp;subd=rbudiharso&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rbudiharso.wordpress.com/2011/12/30/missing-host-to-link-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e58c3d651de4a8ba2eba2764f7f44fbd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">rbudiharso</media:title>
		</media:content>
	</item>
		<item>
		<title>Rails 3, unit test, and autotest</title>
		<link>http://rbudiharso.wordpress.com/2011/04/19/rails-3-unit-test-and-autotest/</link>
		<comments>http://rbudiharso.wordpress.com/2011/04/19/rails-3-unit-test-and-autotest/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 08:25:07 +0000</pubDate>
		<dc:creator>Rahmat Budiharso</dc:creator>
				<category><![CDATA[Rails Tips]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://rbudiharso.wordpress.com/?p=171</guid>
		<description><![CDATA[This is just a reminder for myself, I finally can run autotest with this setup on my mac: Gemfile content: snip ... group :development, :test do   gem 'webrat'   gem 'mocha'   gem 'ZenTest'   gem 'autotest-rails'   gem 'autotest-growl'   gem 'autotest-fsevent' end RAILS_ROOT/.autotest (create one if it doesn&#8217;t exist) content: require "ZenTest" [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rbudiharso.wordpress.com&amp;blog=629592&amp;post=171&amp;subd=rbudiharso&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rbudiharso.wordpress.com/2011/04/19/rails-3-unit-test-and-autotest/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e58c3d651de4a8ba2eba2764f7f44fbd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">rbudiharso</media:title>
		</media:content>
	</item>
		<item>
		<title>RailsInstaller with ruby 1.9.2</title>
		<link>http://rbudiharso.wordpress.com/2011/03/25/railsinstaller-with-ruby-1-9-2/</link>
		<comments>http://rbudiharso.wordpress.com/2011/03/25/railsinstaller-with-ruby-1-9-2/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 06:57:21 +0000</pubDate>
		<dc:creator>Rahmat Budiharso</dc:creator>
				<category><![CDATA[Rails Tips]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://rbudiharso.wordpress.com/?p=166</guid>
		<description><![CDATA[UPDATE: RailsInstaller 2 has been released. It include ruby 1.9.2 and rails 3.1, read it here and download it here. Railsinstaller from railsinstaller.org ships with ruby 1.8.7 by default, but if you want to use ruby 1.9.2, these steps might help you out. Download and install railsinstaller (default to C:\RailsInstaller, lets call this ROOT_DIR) Download [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rbudiharso.wordpress.com&amp;blog=629592&amp;post=166&amp;subd=rbudiharso&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rbudiharso.wordpress.com/2011/03/25/railsinstaller-with-ruby-1-9-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e58c3d651de4a8ba2eba2764f7f44fbd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">rbudiharso</media:title>
		</media:content>
	</item>
		<item>
		<title>Problem with paperclip 2.3.4</title>
		<link>http://rbudiharso.wordpress.com/2010/10/15/problem-with-paperclip-2-3-4/</link>
		<comments>http://rbudiharso.wordpress.com/2010/10/15/problem-with-paperclip-2-3-4/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 10:40:09 +0000</pubDate>
		<dc:creator>Rahmat Budiharso</dc:creator>
				<category><![CDATA[Rails Tips]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://rbudiharso.wordpress.com/?p=161</guid>
		<description><![CDATA[I just upgrade my rails application to rails 2.3.10 because of this post, my application is using paperclip and by that time it was using paperclip 2.3.4, and on rails 2.3.9 everything is going well. But as soon as I upgraded to rails 2.3.10 when I run ./script/server I got this error: =&#62; Booting Mongrel [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rbudiharso.wordpress.com&amp;blog=629592&amp;post=161&amp;subd=rbudiharso&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rbudiharso.wordpress.com/2010/10/15/problem-with-paperclip-2-3-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e58c3d651de4a8ba2eba2764f7f44fbd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">rbudiharso</media:title>
		</media:content>
	</item>
		<item>
		<title>Missing the Rails 2.3.8 gem after bundle install, solved</title>
		<link>http://rbudiharso.wordpress.com/2010/08/25/missing-the-rails-2-3-8-gem-after-bundle-install-solved/</link>
		<comments>http://rbudiharso.wordpress.com/2010/08/25/missing-the-rails-2-3-8-gem-after-bundle-install-solved/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 16:48:52 +0000</pubDate>
		<dc:creator>Rahmat Budiharso</dc:creator>
				<category><![CDATA[Rails Tips]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://rbudiharso.wordpress.com/?p=151</guid>
		<description><![CDATA[Ok, basically I have just clone this rails 2.3.8 app which use bundler, and it told me to do &#8220;bundle install&#8221;, so I did, and it run without any problem, so far so good. After &#8216;bundle install&#8217; finished successfully I try to run &#8216;rake db:create&#8217; and it throws this error message : Missing the Rails [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rbudiharso.wordpress.com&amp;blog=629592&amp;post=151&amp;subd=rbudiharso&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rbudiharso.wordpress.com/2010/08/25/missing-the-rails-2-3-8-gem-after-bundle-install-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e58c3d651de4a8ba2eba2764f7f44fbd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">rbudiharso</media:title>
		</media:content>
	</item>
		<item>
		<title>Tudulis with Ruby on Rails</title>
		<link>http://rbudiharso.wordpress.com/2010/07/26/tudulis-with-ruby-on-rails/</link>
		<comments>http://rbudiharso.wordpress.com/2010/07/26/tudulis-with-ruby-on-rails/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 10:11:57 +0000</pubDate>
		<dc:creator>Rahmat Budiharso</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://rbudiharso.wordpress.com/?p=140</guid>
		<description><![CDATA[Tudulis which originally written with PHP and CakePHP is now have its clone. Meet rtudulis, just like tudulis it&#8217;s a web-based, free, todo list and tasks management application and most importantly it is written with Ruby on Rails instead, how cool is that? :D The reasons behind why I created rtudulis are mainly to get [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rbudiharso.wordpress.com&amp;blog=629592&amp;post=140&amp;subd=rbudiharso&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rbudiharso.wordpress.com/2010/07/26/tudulis-with-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e58c3d651de4a8ba2eba2764f7f44fbd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">rbudiharso</media:title>
		</media:content>
	</item>
		<item>
		<title>Spanish translation for tudulis.com</title>
		<link>http://rbudiharso.wordpress.com/2010/07/12/spanish-translation-for-tudulis-com/</link>
		<comments>http://rbudiharso.wordpress.com/2010/07/12/spanish-translation-for-tudulis-com/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 07:52:17 +0000</pubDate>
		<dc:creator>Rahmat Budiharso</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://rbudiharso.wordpress.com/?p=135</guid>
		<description><![CDATA[In my previous post, I mention that tudulis.com is now support internationalization or i18n, and it&#8217;s currently only support English and Indonesian. But thanks to the generosity of Rodrigo Perez, tudulis.com now also support Spanish. Since I can only speak English (beside Indonesian of course), I&#8217;ll be very happy if there&#8217;s somebody who want to do the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rbudiharso.wordpress.com&amp;blog=629592&amp;post=135&amp;subd=rbudiharso&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rbudiharso.wordpress.com/2010/07/12/spanish-translation-for-tudulis-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e58c3d651de4a8ba2eba2764f7f44fbd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">rbudiharso</media:title>
		</media:content>

		<media:content url="http://rbudiharso.files.wordpress.com/2010/07/espanol.png?w=150" medium="image">
			<media:title type="html">espanol</media:title>
		</media:content>

		<media:content url="http://rbudiharso.files.wordpress.com/2010/07/langauges.png?w=150" medium="image">
			<media:title type="html">langauges</media:title>
		</media:content>
	</item>
		<item>
		<title>tudulis now support i18n</title>
		<link>http://rbudiharso.wordpress.com/2010/07/11/tudulis-now-support-i18n/</link>
		<comments>http://rbudiharso.wordpress.com/2010/07/11/tudulis-now-support-i18n/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 05:18:04 +0000</pubDate>
		<dc:creator>Rahmat Budiharso</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://rbudiharso.wordpress.com/?p=126</guid>
		<description><![CDATA[Just a quick note, tudulis, the free, online, todo list management app is now support internationalization or i18n for short. Currently it only support english and indonesian localization, but you can add your own translation too. Just follow this instruction to add your locale, after you get the source code, or you can fork the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rbudiharso.wordpress.com&amp;blog=629592&amp;post=126&amp;subd=rbudiharso&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rbudiharso.wordpress.com/2010/07/11/tudulis-now-support-i18n/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e58c3d651de4a8ba2eba2764f7f44fbd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">rbudiharso</media:title>
		</media:content>

		<media:content url="http://rbudiharso.files.wordpress.com/2010/07/indonesian.png?w=150" medium="image">
			<media:title type="html">indonesian</media:title>
		</media:content>

		<media:content url="http://rbudiharso.files.wordpress.com/2010/07/language-select.png?w=150" medium="image">
			<media:title type="html">language-select</media:title>
		</media:content>

		<media:content url="http://rbudiharso.files.wordpress.com/2010/07/english.png?w=150" medium="image">
			<media:title type="html">english</media:title>
		</media:content>
	</item>
		<item>
		<title>Dynamically add and remove input field in rails without javascript</title>
		<link>http://rbudiharso.wordpress.com/2010/07/07/dynamically-add-and-remove-input-field-in-rails-without-javascript/</link>
		<comments>http://rbudiharso.wordpress.com/2010/07/07/dynamically-add-and-remove-input-field-in-rails-without-javascript/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 10:06:31 +0000</pubDate>
		<dc:creator>Rahmat Budiharso</dc:creator>
				<category><![CDATA[Rails Tips]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://rbudiharso.wordpress.com/2010/07/07/dynamically-add-and-remove-input-field-in-rails-without-javascript/</guid>
		<description><![CDATA[when dealing with nested form field using accepts_nested_attributes_for in ruby on rails, I always tempted to ada feature where the user can dynamically add or remove form field on the form. Usually people achieve this with the help of javascript function. But I want to use plain html for the sake of &#8216;progressive enhancement&#8217;, if [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rbudiharso.wordpress.com&amp;blog=629592&amp;post=111&amp;subd=rbudiharso&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rbudiharso.wordpress.com/2010/07/07/dynamically-add-and-remove-input-field-in-rails-without-javascript/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e58c3d651de4a8ba2eba2764f7f44fbd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">rbudiharso</media:title>
		</media:content>

		<media:content url="http://rbudiharso.files.wordpress.com/2010/07/new-recipe.png?w=150" medium="image">
			<media:title type="html">new-recipe</media:title>
		</media:content>

		<media:content url="http://rbudiharso.files.wordpress.com/2010/07/add-ingredients.png?w=150" medium="image">
			<media:title type="html">add-ingredients</media:title>
		</media:content>

		<media:content url="http://rbudiharso.files.wordpress.com/2010/07/edit.png?w=150" medium="image">
			<media:title type="html">edit</media:title>
		</media:content>

		<media:content url="http://rbudiharso.files.wordpress.com/2010/07/mark-for-delete.png?w=150" medium="image">
			<media:title type="html">mark-for-delete</media:title>
		</media:content>

		<media:content url="http://rbudiharso.files.wordpress.com/2010/07/validation.png?w=150" medium="image">
			<media:title type="html">validation</media:title>
		</media:content>
	</item>
		<item>
		<title>Tudulis now support OAuth with twitter</title>
		<link>http://rbudiharso.wordpress.com/2010/06/25/tudulis-now-support-oauth-with-twitter/</link>
		<comments>http://rbudiharso.wordpress.com/2010/06/25/tudulis-now-support-oauth-with-twitter/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 08:18:24 +0000</pubDate>
		<dc:creator>Rahmat Budiharso</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://rbudiharso.wordpress.com/?p=105</guid>
		<description><![CDATA[Tudulis, the free and simple online todo and task management application has a new feature, now user can register and/or login via twitter, how awesome is that? :P here&#8217;s some screenshots&#8230; in case you don&#8217;t know, the source code for tudulis is available for you to download, or if you prefer to use the existing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rbudiharso.wordpress.com&amp;blog=629592&amp;post=105&amp;subd=rbudiharso&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rbudiharso.wordpress.com/2010/06/25/tudulis-now-support-oauth-with-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e58c3d651de4a8ba2eba2764f7f44fbd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">rbudiharso</media:title>
		</media:content>

		<media:content url="http://rbudiharso.files.wordpress.com/2010/06/tudulis-twitter-connect.png?w=150" medium="image">
			<media:title type="html">tudulis-twitter-connect</media:title>
		</media:content>

		<media:content url="http://rbudiharso.files.wordpress.com/2010/06/tudulis-twitter.png?w=150" medium="image">
			<media:title type="html">tudulis-twitter</media:title>
		</media:content>

		<media:content url="http://rbudiharso.files.wordpress.com/2010/06/tudulis-register-login-with-twitter.png?w=150" medium="image">
			<media:title type="html">tudulis-register-login-with-twitter</media:title>
		</media:content>
	</item>
	</channel>
</rss>
