<?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>m i n d l e v</title>
	<atom:link href="http://mindlev.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mindlev.wordpress.com</link>
	<description></description>
	<lastBuildDate>Thu, 14 Jul 2011 22:29:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mindlev.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>m i n d l e v</title>
		<link>http://mindlev.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mindlev.wordpress.com/osd.xml" title="m i n d l e v" />
	<atom:link rel='hub' href='http://mindlev.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Emacs in a terminal on OSX</title>
		<link>http://mindlev.wordpress.com/2011/06/13/emacs-in-a-terminal-on-osx/</link>
		<comments>http://mindlev.wordpress.com/2011/06/13/emacs-in-a-terminal-on-osx/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 18:33:40 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Emacs]]></category>

		<guid isPermaLink="false">http://mindlev.wordpress.com/?p=332</guid>
		<description><![CDATA[My development workflow is based around a full-screen terminal running GNU screen (actually, Byobu, with the escape key mapped to j so that ctrl-a will still work&#8230;nice since is under the index finger, so very fast and gives the pinky a break), with one screen devoted to Emacs. I recently started working for a great [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mindlev.wordpress.com&amp;blog=9275687&amp;post=332&amp;subd=mindlev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mindlev.wordpress.com/2011/06/13/emacs-in-a-terminal-on-osx/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mindlev</media:title>
		</media:content>
	</item>
		<item>
		<title>More Internet Explorer + respond_to trouble</title>
		<link>http://mindlev.wordpress.com/2010/11/03/more-internet-explorer-respond_to-trouble/</link>
		<comments>http://mindlev.wordpress.com/2010/11/03/more-internet-explorer-respond_to-trouble/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 15:15:51 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://mindlev.wordpress.com/?p=318</guid>
		<description><![CDATA[In a previous post, I covered one situation in which Internet Explorer breaks the Rails respond_to method. But other situations, specifically respond_to blocks that differentiated between HTML and PDF, seemed safe. Now that appears to be broken, too. A client of mine has a Ruby on Rails application (Rails 2.3.8) with just over 4,000 users. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mindlev.wordpress.com&amp;blog=9275687&amp;post=318&amp;subd=mindlev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mindlev.wordpress.com/2010/11/03/more-internet-explorer-respond_to-trouble/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mindlev</media:title>
		</media:content>
	</item>
		<item>
		<title>Nonsecure warning in Internet Explorer</title>
		<link>http://mindlev.wordpress.com/2010/06/21/nonsecure-warning-in-internet-explorer/</link>
		<comments>http://mindlev.wordpress.com/2010/06/21/nonsecure-warning-in-internet-explorer/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 20:00:26 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mindlev.wordpress.com/?p=312</guid>
		<description><![CDATA[It documented that url() references in CSS served over HTTPS need to explicitly list the full URL in order to avoid the &#8216;nonsecure&#8217; warning on IE7 &#38; IE6, but I just ran into a variation on this that I found non-obvious: I&#8217;m making use of http://fancybox.net/ to display contextually relevant tutorial videos. In jquery.fancybox-1.2.6.css, there [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mindlev.wordpress.com&amp;blog=9275687&amp;post=312&amp;subd=mindlev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mindlev.wordpress.com/2010/06/21/nonsecure-warning-in-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mindlev</media:title>
		</media:content>
	</item>
		<item>
		<title>Resque and Redis on Ubuntu</title>
		<link>http://mindlev.wordpress.com/2010/06/12/resque-and-redis-on-ubuntu/</link>
		<comments>http://mindlev.wordpress.com/2010/06/12/resque-and-redis-on-ubuntu/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 18:02:28 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>

		<guid isPermaLink="false">http://mindlev.wordpress.com/?p=308</guid>
		<description><![CDATA[If you are getting a message such as rake aborted! You have a nil object when you didn't expect it! You might have expected an instance of Array. The error occurred while evaluating nil.map when you try to run Resque workers (for example by QUEUE=* rake environment resque:work), then here is the solution: http://github.com/defunkt/resque/issues/110 I&#8217;m [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mindlev.wordpress.com&amp;blog=9275687&amp;post=308&amp;subd=mindlev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mindlev.wordpress.com/2010/06/12/resque-and-redis-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mindlev</media:title>
		</media:content>
	</item>
		<item>
		<title>PostgreSQL tables owned by different user than the containing database</title>
		<link>http://mindlev.wordpress.com/2010/05/26/297/</link>
		<comments>http://mindlev.wordpress.com/2010/05/26/297/#comments</comments>
		<pubDate>Wed, 26 May 2010 15:17:56 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://mindlev.wordpress.com/?p=297</guid>
		<description><![CDATA[After restoring a PostgreSQL database, I recently ran into &#8220;PGError: ERROR: permission denied&#8221;: $ rake db:create $ sudo su postgresql # actually, I was restoring a number of development databases after re-installing Ubuntu recently, so I was already logged in as user postgresql in one of my screens, and I just used that to restore [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mindlev.wordpress.com&amp;blog=9275687&amp;post=297&amp;subd=mindlev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mindlev.wordpress.com/2010/05/26/297/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mindlev</media:title>
		</media:content>
	</item>
		<item>
		<title>Testing Ajax with RSpec</title>
		<link>http://mindlev.wordpress.com/2010/04/29/testing-ajax-with-rspec/</link>
		<comments>http://mindlev.wordpress.com/2010/04/29/testing-ajax-with-rspec/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 19:57:44 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://mindlev.wordpress.com/?p=269</guid>
		<description><![CDATA[Overview Every now and again I think I should maybe be integrating Javascript tests into my test suite. Then I take a look at the setup (Celerity, running in Java, plus Culerity, on top of my existing setup of RSpec + Cucumber + ROTS), and I think, &#8220;ick&#8221;. Culerity &#38; Co. probably makes sense for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mindlev.wordpress.com&amp;blog=9275687&amp;post=269&amp;subd=mindlev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mindlev.wordpress.com/2010/04/29/testing-ajax-with-rspec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mindlev</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows + Word + IE + respond_to = trouble</title>
		<link>http://mindlev.wordpress.com/2010/03/31/windows-word-ie-respond_to-trouble/</link>
		<comments>http://mindlev.wordpress.com/2010/03/31/windows-word-ie-respond_to-trouble/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 14:48:10 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://mindlev.wordpress.com/?p=244</guid>
		<description><![CDATA[Backstory So, I had a respond_to block handling PDF and HTML. Without an explicit format, the RESTful route returned HTML. With an explicit PDF format, it returned PDF (using Prince XML and Princely to keep DRY). Straightforward stuff. Then the client requested that the documents also be downloadable in MS Word format. So, after building [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mindlev.wordpress.com&amp;blog=9275687&amp;post=244&amp;subd=mindlev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mindlev.wordpress.com/2010/03/31/windows-word-ie-respond_to-trouble/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mindlev</media:title>
		</media:content>
	</item>
		<item>
		<title>OpenID Integration Testing in Rails</title>
		<link>http://mindlev.wordpress.com/2010/03/17/openid-integration-testing-in-rails/</link>
		<comments>http://mindlev.wordpress.com/2010/03/17/openid-integration-testing-in-rails/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 01:56:16 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://mindlev.wordpress.com/?p=206</guid>
		<description><![CDATA[Overview Providing the option of OpenID for account creation and sign-in helps keeps things easy on your users. It may even lower the barrier to people signing up for (and continuing to use) your service. Authlogic implements user authentication beautifully, and it is readily extensible. By way of illustrating how to extend Authlogic, its author, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mindlev.wordpress.com&amp;blog=9275687&amp;post=206&amp;subd=mindlev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mindlev.wordpress.com/2010/03/17/openid-integration-testing-in-rails/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mindlev</media:title>
		</media:content>
	</item>
		<item>
		<title>Migrating MySQL to PostgreSQL in Rails</title>
		<link>http://mindlev.wordpress.com/2010/03/15/migrating-mysql-to-postgresql-in-rails/</link>
		<comments>http://mindlev.wordpress.com/2010/03/15/migrating-mysql-to-postgresql-in-rails/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 14:56:06 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://mindlev.wordpress.com/?p=189</guid>
		<description><![CDATA[The AR-DBcopy gem, by Michael Siebert, made this very easy. The ReadMe doesn&#8217;t cover use of the gem, so I&#8217;ll cover that here. Overview: AR-DBcopy uses ActiveRecord to achieve database agnosticism. Both the source and target databases are accessible a single instance of Rails (in my case, both databases were on the same machine, but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mindlev.wordpress.com&amp;blog=9275687&amp;post=189&amp;subd=mindlev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mindlev.wordpress.com/2010/03/15/migrating-mysql-to-postgresql-in-rails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mindlev</media:title>
		</media:content>
	</item>
		<item>
		<title>PGError: relation &#8220;model_name&#8221; does not exist</title>
		<link>http://mindlev.wordpress.com/2010/02/12/pgerror-relation-model_name-does-not-exist/</link>
		<comments>http://mindlev.wordpress.com/2010/02/12/pgerror-relation-model_name-does-not-exist/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 22:47:43 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://mindlev.wordpress.com/?p=182</guid>
		<description><![CDATA[Was getting this error in a Postgres backed Rails app I was building. After much googling, I found someone mention something about having messed up their migration. My migrations were fine, but I dropped, created, and migrated the test database anyway, and the problem disappeared. Here&#8217;s the error I was getting, in case it helps [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mindlev.wordpress.com&amp;blog=9275687&amp;post=182&amp;subd=mindlev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mindlev.wordpress.com/2010/02/12/pgerror-relation-model_name-does-not-exist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mindlev</media:title>
		</media:content>
	</item>
	</channel>
</rss>
