<?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/"
	>

<channel>
	<title>Judith&#039;s language learning blog &#187; Programming / IT</title>
	<atom:link href="http://www.learnlangs.com/blog/category/programming-and-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learnlangs.com/blog</link>
	<description>Language learning, teaching, programming and me</description>
	<lastBuildDate>Fri, 20 Jan 2012 15:01:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Using Paperclip in Rails 3 on Windows</title>
		<link>http://www.learnlangs.com/blog/2011/05/26/using-paperclip-in-rails-3-on-windows/</link>
		<comments>http://www.learnlangs.com/blog/2011/05/26/using-paperclip-in-rails-3-on-windows/#comments</comments>
		<pubDate>Thu, 26 May 2011 15:31:56 +0000</pubDate>
		<dc:creator>Judith</dc:creator>
				<category><![CDATA[Programming / IT]]></category>
		<category><![CDATA[Ruby & Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.learnlangs.com/blog/?p=207</guid>
		<description><![CDATA[After spending several hours trying to get this nifty plugin to run and scouring the internet for solutions, I&#8217;ve decided to publish what I found, even if it doesn&#8217;t fit with the general theme of this blog. First off, let me state that Paperclip, contrary to expectations, only needs ImageMagick, not RMagick, though you&#8217;re better [...]]]></description>
			<content:encoded><![CDATA[<p>After spending several hours trying to get this nifty plugin to run and scouring the internet for solutions, I&#8217;ve decided to publish what I found, even if it doesn&#8217;t fit with the general theme of this blog.</p>
<p>First off, let me state that Paperclip, contrary to expectations, only needs ImageMagick, not RMagick, though you&#8217;re better off installing ImageMagick from the RMagick installer for Windows so that you don&#8217;t have version conflicts later if you need RMagick for something else. Furthermore, ImageMagick does NOT need to be referenced in your Gemfile, or required in application.rb . </p>
<p>You DO however need to refer to the ImageMagick directory in order to get Paperclip to run. This is done by putting<br />
<code>Paperclip.options[:command_path] = 'E:/Ruby192/ImageMagick'</code> (or similar) into your development.rb, otherwise you will get the usual &#8220;is not recognized by the &#8216;identify&#8217; command&#8221; error. It appears to be vital that the path to ImageMagick does NOT contain spaces. </p>
<p>Obviously this is going to be annoying if you&#8217;re part of a team of developers using different operating systems. I saw one post advocating the use of<br />
<code>if RUBY_PLATFORM =~ /mswin/</code><br />
in order to be able to specify a different path for Windows users, but this does not work for me. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnlangs.com/blog/2011/05/26/using-paperclip-in-rails-3-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who I am</title>
		<link>http://www.learnlangs.com/blog/2009/07/29/who-i-am/</link>
		<comments>http://www.learnlangs.com/blog/2009/07/29/who-i-am/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 13:58:04 +0000</pubDate>
		<dc:creator>Judith</dc:creator>
				<category><![CDATA[Languages]]></category>
		<category><![CDATA[My Life]]></category>
		<category><![CDATA[News, Politics & Rants]]></category>
		<category><![CDATA[Programming / IT]]></category>
		<category><![CDATA[Studying and Teaching]]></category>
		<category><![CDATA[summary]]></category>

		<guid isPermaLink="false">http://www.learnlangs.com/blog/?p=3</guid>
		<description><![CDATA[Let me introduce myself here in this first post. My name is Judith Meyer, I&#8217;m a 25-year-old German girl living in Berlin with my American boyfriend, Chuck Smith. I originally come from Kamp-Lintfort, a small town near Düsseldorf, but I&#8217;ve been living in Berlin since March 2008 and I absolutely love this city! I have [...]]]></description>
			<content:encoded><![CDATA[<p>Let me introduce myself here in this first post. </p>
<p>My name is Judith Meyer, I&#8217;m a 25-year-old German girl living in Berlin with my American boyfriend, <a href="http://www.chucksmith.de">Chuck Smith</a>. I originally come from Kamp-Lintfort, a small town near Düsseldorf, but I&#8217;ve been living in Berlin since March 2008 and I absolutely love this city!</p>
<p>I have a huge interest in languages, programming, politics, history, philosophy and methods of learning and teaching. My university major is French studies, with minors in computational linguistics (wish I could take that as a major!) and management. I just need to write my thesis to complete my degree, but it&#8217;s taking longer than expected because I work so much on the side. I <a href="http://edufire.com/users/1465-languages-other-tutor-judith-meyer">tutor</a> people in German, Latin and <a href="http://www.esperanto.info">Esperanto</a> over the internet, occasionally also French or English, and I work as the project manager of <a href="http://www.germanpod101.com">GermanPod101.com</a>, also writing and recording most lessons. When I need a mental challenge, I like to program in Ruby on Rails or play the ancient Asian game of <a href="http://playgo.to/interactive/">Go</a>. </p>
<p>Read more about my starting point in each of the categories!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnlangs.com/blog/2009/07/29/who-i-am/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1328651528.840 seconds -->

