<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Kabisa Blog</title>
	<link>http://blog.kabisa.nl</link>
	<description>The Ruby on Rails Experts</description>
	<lastBuildDate>Sun, 09 Oct 2011 07:54:07 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.3" -->

	<item>
		<title>Kabisa at #arrrrcamp 2011</title>
		<description><![CDATA[Hi guys, We&#8217;re posting this one right at ya from Arrrrcamp 2011 in Ghent. Arrrrcamp is one of the best known RoR events in Belgium. An event Kabisa is a proud sponsor of. Our crew is sitting in the sessions and we&#8217;ll report in this post after each event. John W Long &#8211; Design workflow for Rails [...]]]></description>
		<link>http://blog.kabisa.nl/2011/10/07/kabisa-at-arrrrcamp-2011/</link>
			</item>
	<item>
		<title>Custom Array#uniq for ActiveRecord results</title>
		<description><![CDATA[You may be aware of the uniq method in Ruby: &#91;1,2,3,4,4,6,2&#93;.uniq =&#62; &#91;1,2,3,4,6&#93; This does not work for arrays of ActiveRecord objects, especially if you want uniqueness on a arbitrary property. Here&#8217;s a snippet that allows you to uniquify an Array using an arbitrary property: Hash&#91;*arrayname.map &#123;&#124;obj&#124; &#91;obj.name, obj&#93;&#125;.flatten&#93;.values Basically you create a new Hash, [...]]]></description>
		<link>http://blog.kabisa.nl/2011/06/03/custom-arrayuniq-for-activerecord-results/</link>
			</item>
	<item>
		<title>&#8220;No architectures to compile&#8221; in Xcode 4</title>
		<description><![CDATA[XCode 4 has a new, improved project structure. But sometimes, when you open an older project format (like XCode 3) you&#8217;ll face a little challenge before you can get to coding again. After opening an Xcode 3 project in Xcode 4, we received the message: &#8220;No architectures to compile for (ARCHS=i386, VALID_ARCHS=armv6 armv7).&#8221; Since all [...]]]></description>
		<link>http://blog.kabisa.nl/2011/06/03/no-architectures-to-compile-in-xcode-4/</link>
			</item>
	<item>
		<title>Xcode4: Attaching to MyApp</title>
		<description><![CDATA[Today I imported an iOS project, originally written in Xcode3 into Xcode4. I ran into an issue that prevented me from debugging the app both in the iOS Simulator and on my own iPhone 4. When hitting &#8216;Run&#8217;, all Xcode would do is show the message &#8220;Attaching to MyApp&#8221;. The simulator and my iPhone both [...]]]></description>
		<link>http://blog.kabisa.nl/2011/05/24/xcode4-attaching-to-myapp/</link>
			</item>
	<item>
		<title>Long running migrations? Use the right tool for the job!</title>
		<description><![CDATA[Rails migrations are awesome, even for updating data after a migration to keep everything consistent. Arguably, you should not update data in migrations, but it is useful in some scenarios. If done incorrectly, however, data migrations can take a long time, causing unnecessary downtime of your application. The Problem Updating data can take a very [...]]]></description>
		<link>http://blog.kabisa.nl/2011/05/19/long-running-migrations-use-the-right-tool-for-the-job/</link>
			</item>
	<item>
		<title>Share sessions between Rails 2 and Rails 3 applications</title>
		<description><![CDATA[This week we started building a Rails 3 application for one of our customers which had to share data with their existing Rails applications, which were built with version 2.1.2 and 2.3.8. Although session configuration differs from version 2 to 3, getting this done wasn&#8217;t such a hard job, mainly thanks to this blogpost written [...]]]></description>
		<link>http://blog.kabisa.nl/2010/10/27/share-sessions-between-rails-2-and-rails-3-applications/</link>
			</item>
	<item>
		<title>Handle CMYK colorspace uploads with Paperclip</title>
		<description><![CDATA[When saving images in general, and JPEG in particular, a colorspace is used. The two most commonly used colorspaces are RGB and CMYK. RGB is used for screens (e.g. television, monitors, phones). Screens work by combining different light colors (red, green or blue) into one color we can actually see. CMYK is used in print [...]]]></description>
		<link>http://blog.kabisa.nl/2010/06/17/handle-cmyk-colorspace-uploads-with-paperclip/</link>
			</item>
	<item>
		<title>Headless Cucumbers and Capybaras with Selenium and Hudson</title>
		<description><![CDATA[Nowadays software engineers can&#8217;t live without their favorite test frameworks. But what a software engineer does not want is having to put a lot of effort in keeping these test run. Neither do teams of software engineers want to spent much time on making their test results visible to the entire team. More and more [...]]]></description>
		<link>http://blog.kabisa.nl/2010/05/24/headless-cucumbers-and-capybaras-with-selenium-and-hudson/</link>
			</item>
	<item>
		<title>Dynamic Queue Assignment for Resque Jobs</title>
		<description><![CDATA[Resque is a Redis-backed library for creating background jobs, placing those jobs on multiple queues, and processing them later. Sounds great! Let&#8217;s dive in directly: class Archive @queue = :file_serve &#160; def self.perform&#40;repo_id, branch = 'master'&#41; repo = Repository.find&#40;repo_id&#41; repo.create_archive&#40;branch&#41; end end &#160; Resque.enqueue&#40;Archive, @repo.id&#41; This example was taken from the Resque README. It works [...]]]></description>
		<link>http://blog.kabisa.nl/2010/03/16/dynamic-queue-assignment-for-resque-jobs/</link>
			</item>
	<item>
		<title>Setup a self-signed SSL site with Apache2</title>
		<description><![CDATA[Some things need to be secure. Login and registration pages are often among them. This guide will show you how to quickly set-up a SSL site with a self-signed certificate and automatic HTTP-to-HTTPS redirect. This is ideal for setting up staging environments. I&#8217;ll assume you have a standard Debian system with the apache2 package installed [...]]]></description>
		<link>http://blog.kabisa.nl/2010/03/08/setup-a-self-signed-ssl-site-with-apache2/</link>
			</item>
</channel>
</rss>

