<?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>rewrite &#62; blog.idearise.com</title>
	<atom:link href="http://blog.idearise.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.idearise.com</link>
	<description>the unofficial idearise blog</description>
	<lastBuildDate>Mon, 23 Nov 2009 07:20:50 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='blog.idearise.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/49eb89e61aa13f2d167861f3fa4b0255?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>rewrite &#62; blog.idearise.com</title>
		<link>http://blog.idearise.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.idearise.com/osd.xml" title="rewrite &gt; blog.idearise.com" />
	<atom:link rel='hub' href='http://blog.idearise.com/?pushpress=hub'/>
		<item>
		<title>paperclip processors and after_post_process</title>
		<link>http://blog.idearise.com/2009/11/23/paperclip-processors/</link>
		<comments>http://blog.idearise.com/2009/11/23/paperclip-processors/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 07:20:50 +0000</pubDate>
		<dc:creator>robertor</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[rubygems]]></category>

		<guid isPermaLink="false">http://blog.idearise.com/?p=286</guid>
		<description><![CDATA[A few things to note when trying to process an uploaded file with paperclip:

The only way a post-processor will run is if a style is defined


class MyModel &#60; ActiveRecord::Base
  has_attached_file :mp3,
                    :url =&#62; '/:class/:id/:style.:extension',
  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.idearise.com&blog=4676569&post=286&subd=idearise&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://blog.idearise.com/2009/11/23/paperclip-processors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/252d5832a8aaf28947925194f05c00dd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">robertor</media:title>
		</media:content>
	</item>
		<item>
		<title>rails log rotation</title>
		<link>http://blog.idearise.com/2009/11/12/rails-log-rotation/</link>
		<comments>http://blog.idearise.com/2009/11/12/rails-log-rotation/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 04:35:13 +0000</pubDate>
		<dc:creator>robertor</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://blog.idearise.com/?p=281</guid>
		<description><![CDATA[No need to restart by following this post:
 http://www.hostingrails.com/401/What-is-the-best-practice-for-rails-log-rotation-How-to-use-logrotate
#!/bin/sh
mkdir /mnt/app/releases/mysite.com/log/archive -p
tar czf "/mnt/app/releases/mysite.com/log/archive/`date +%Y%m%d`_production.tar.gz" -C / mnt/app/releases/mysite.com/log/production.log
cat /dev/null &#62; /mnt/app/releases/mysite.com/log/production.log
find /mnt/app/releases/mysite.com/log/archive/* -mtime +180 -exec rm {} \;
Posted in work Tagged: ruby, ruby on rails      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.idearise.com&blog=4676569&post=281&subd=idearise&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://blog.idearise.com/2009/11/12/rails-log-rotation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/252d5832a8aaf28947925194f05c00dd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">robertor</media:title>
		</media:content>
	</item>
		<item>
		<title>Go</title>
		<link>http://blog.idearise.com/2009/11/11/go/</link>
		<comments>http://blog.idearise.com/2009/11/11/go/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 03:44:15 +0000</pubDate>
		<dc:creator>robertor</dc:creator>
				<category><![CDATA[play]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://idearise.wordpress.com/2009/11/11/go/</guid>
		<description><![CDATA[http://golang.org/

http://arstechnica.com/open-source/news/2009/11/go-new-open-source-programming-language-from-google.ars
Posted in play, read Tagged: google      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.idearise.com&blog=4676569&post=276&subd=idearise&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://blog.idearise.com/2009/11/11/go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/252d5832a8aaf28947925194f05c00dd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">robertor</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/wwoWei-GAPo/2.jpg" medium="image" />
	</item>
		<item>
		<title>Google Wave</title>
		<link>http://blog.idearise.com/2009/11/10/google-wave/</link>
		<comments>http://blog.idearise.com/2009/11/10/google-wave/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 04:59:36 +0000</pubDate>
		<dc:creator>robertor</dc:creator>
				<category><![CDATA[play]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://idearise.wordpress.com/2009/11/10/google-wave/</guid>
		<description><![CDATA[I wish they had full iPhone Safari support. Reloading/logging back in to see new waves #ugh
Posted via email from roberto
Posted in play Tagged: google      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.idearise.com&blog=4676569&post=275&subd=idearise&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://blog.idearise.com/2009/11/10/google-wave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/252d5832a8aaf28947925194f05c00dd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">robertor</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;Roxanne&#8221; by Songsmith and The Police</title>
		<link>http://blog.idearise.com/2009/02/01/roxanne-by-songsmith-and-the-police/</link>
		<comments>http://blog.idearise.com/2009/02/01/roxanne-by-songsmith-and-the-police/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 02:50:47 +0000</pubDate>
		<dc:creator>robertor</dc:creator>
				<category><![CDATA[play]]></category>

		<guid isPermaLink="false">http://blog.idearise.com/?p=271</guid>
		<description><![CDATA[Another off-topic post&#8230;but when Microsoft Songsmith does this to a song, I need to share it:

Posted in play       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.idearise.com&blog=4676569&post=271&subd=idearise&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://blog.idearise.com/2009/02/01/roxanne-by-songsmith-and-the-police/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/252d5832a8aaf28947925194f05c00dd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">robertor</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/ypycpKQxXR0/2.jpg" medium="image" />
	</item>
	</channel>
</rss>