<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>A Blog about Skateboarding, Technology, and Entrepreneurship</title>
	<link>http://www.techskater.com</link>
	<description>Dennis Baldwin's Thoughts</description>
	<lastBuildDate>Tue, 26 Jan 2010 17:23:56 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Merging a Single Subversion Commit from Trunk to Branch</title>
		<description>I'm posting way too much about SVN these days, but these are mainly for my personal recollection. Hopefully you'll find them useful too. Here's the scenario: you're working on a branch and you want to merge a single commit from trunk into the branch. The first thing you need to ...</description>
		<link>http://www.techskater.com/software-tools/merging-a-single-subversion-commit-from-trunk-to-branch/</link>
			</item>
	<item>
		<title>Running a Single Test File in Rails</title>
		<description>There are cases where you don't want to run your entire Rails test suite. From your Rails application directory run the following command:

ruby -I lib:test test/integration/dealer_admin_test.rb

A small but useful tidbit.

 </description>
		<link>http://www.techskater.com/ruby-on-rails/running-a-single-test-file-in-rails/</link>
			</item>
	<item>
		<title>Problems with MySQL Gem and Rake on Snow Leopard</title>
		<description>I recently got a new MacBook Pro and had problems creating a new database for my Rails app on Snow Leopard. Running rake db:create left me with the following useless error:

Couldn't create database for {"username"=>"root", "adapter"=>"mysql", "database"=>"delete_me", "password"=>nil, "socket"=>"/tmp/mysql.sock"}, charset: utf8, collation: utf8_unicode_ci (if you set the charset manually, make ...</description>
		<link>http://www.techskater.com/ruby-on-rails/problems-with-mysql-gem-and-rake-on-snow-leopard/</link>
			</item>
	<item>
		<title>Magento Unexpectedly Prompts to Download index.php</title>
		<description>This was a new one for me. I was installing Magento today on Ubuntu Hardy (8.04.3 LTS to be exact) and ran into a problem where accessing the base Magento install URL would prompt to download the index.php file. The odd thing was that I could access the index.php directly ...</description>
		<link>http://www.techskater.com/magento/magento-unexpectedly-prompts-to-download-indexphp/</link>
			</item>
	<item>
		<title>SVN List Comment and Files Changed for a Certain Revision</title>
		<description>I'm spending a lot of time with the SVN command line right now because we're trying to get a product release out the door. One thing that I've found handy is the ability to get the comments and list of files changed for a certain revision number. This is fairly ...</description>
		<link>http://www.techskater.com/random/svn-list-comment-and-files-changed-for-a-certain-revision/</link>
			</item>
	<item>
		<title>SVN Current Revision Number and Commit Log Between Two Revisions</title>
		<description>Just a quick post if you'd like to get a history of SVN commits between an older revision and your current working copy. Get the current revision number from your local copy:

svnversion .

Then get a commit history between and older version and your current version:

svn log -r 6885:8485

Where the number ...</description>
		<link>http://www.techskater.com/web-stuff/svn-current-revision-number-and-commit-log-between-two-revisions/</link>
			</item>
	<item>
		<title>Installing Ubuntu Gutsy Packages via apt-get When EOL&#8217;ed</title>
		<description>If you're running an older version of Ubuntu that has been EOL'ed (End of Lifed) then you'll at some point need to install a new package using apt-get. When trying to do this you'll likely get a 404 erros saying the package isn't found. Your choice is to either upgrade ...</description>
		<link>http://www.techskater.com/random/installing-ubuntu-gutsy-packages-via-apt-get-when-eoled/</link>
			</item>
	<item>
		<title>Twitter Whores</title>
		<description>I'm getting more and more follows from "Twitter Whores". Generally I can tell they're spam follows before I even click on the link because they're username will be something like Username1975. Anyway, this is a completely useless post, but on the up-side it's good to know that Twitter is taking ...</description>
		<link>http://www.techskater.com/random/twitter-whores/</link>
			</item>
	<item>
		<title>Rails 2.3.2 ActionMailer Views and Multiple Body Instance Variables</title>
		<description>While upgrading our Rails app to version 2.3.2 I ran into a painful bug when running our unit tests. Previously, we defined ActionMailer instance variables to be used in our views like this:

@body["name"] = user.name
@body["feedback"] = feedback
@body["when"] = Time.now

I had to refactor this to use a hash as the ActionMailer ...</description>
		<link>http://www.techskater.com/ruby-on-rails/rails-232-actionmailer-views-and-multiple-body-instance-variables/</link>
			</item>
	<item>
		<title>Consolidating My Blogs to Reside @ techskater.com</title>
		<description>I've decided to consolidate my different blogs about technology and skateboarding into techskater.com. I've migrated a majority of my content to this blog, but need to update all my pages in Google (> 300) to redirect to techskater. You'll notice that this link about GoDaddy on Rails @ db75.com (my ...</description>
		<link>http://www.techskater.com/random/consolidating-my-blogs-to-reside-techskatercom/</link>
			</item>
</channel>
</rss>
