<?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>Codec &#187; ruby</title>
	<atom:link href="http://www.trembl.org/codec/tag/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trembl.org/codec</link>
	<description>A Personal Polylogic Code/Decode &#039;Zettelkasten&#039;</description>
	<lastBuildDate>Thu, 02 Feb 2012 03:38:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ruby Version Manager for OSX</title>
		<link>http://www.trembl.org/codec/688/</link>
		<comments>http://www.trembl.org/codec/688/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 08:58:57 +0000</pubDate>
		<dc:creator>Georg Tremmel</dc:creator>
				<category><![CDATA[Raw]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.trembl.org/codec/?p=688</guid>
		<description><![CDATA[Nice, simple and clean way to install the latest version of Ruby and Gems on OSX. The Tutorial: http://pragmaticstudio.com/blog/2010/9/23/install-rails-ruby-mac And here&#8217;s also the direct link: http://rvm.beginrescueend.com/]]></description>
			<content:encoded><![CDATA[<p>Nice, simple and clean way to install the latest version of Ruby and Gems on OSX.</p>
<p>The Tutorial:<br />
<a href="http://pragmaticstudio.com/blog/2010/9/23/install-rails-ruby-mac">http://pragmaticstudio.com/blog/2010/9/23/install-rails-ruby-mac</a></p>
<p>And here&#8217;s also the direct link: <a href="http://rvm.beginrescueend.com/">http://rvm.beginrescueend.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trembl.org/codec/688/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Missing constants in RubyCocoa for Snow Leopard</title>
		<link>http://www.trembl.org/codec/367/</link>
		<comments>http://www.trembl.org/codec/367/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 07:02:50 +0000</pubDate>
		<dc:creator>Georg Tremmel</dc:creator>
				<category><![CDATA[Raw]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.trembl.org/codec/?p=367</guid>
		<description><![CDATA[Not sure if anyone except me will need this information again. Situation: A legacy RubyCocoa Application that runs fine in OSX 10.5, but refuses to compile in 10.6. RubyCocoa is working, only access to constants seems to be problematic. So far the following workarounds: &#60;del datetime=&#34;2010-02-02T06:57:40+00:00&#34;&#62;OSX::KCGScreenSaverWindowLevel&#60;/del&#62; ➯➤➲ OSX::NSScreenSaverWindowLevel Bug Report and Workaround about inproper mapped [...]]]></description>
			<content:encoded><![CDATA[<p>Not sure if anyone except me will need this information again.  </p>
<p>Situation: A legacy RubyCocoa Application that runs fine in OSX 10.5, but refuses to compile in 10.6. RubyCocoa is working, only access to constants seems to be problematic.</p>
<p>So far the following workarounds:</p>

<div class="wp_syntax"><div class="code"><pre class="objc" style="font-family:monospace;">&lt;del datetime<span style="color: #002200;">=</span><span style="color: #bf1d1a;">&quot;2010-02-02T06:57:40+00:00&quot;</span>&gt;OSX<span style="color: #002200;">::</span>KCGScreenSaverWindowLevel&lt;<span style="color: #002200;">/</span>del&gt; ➯➤➲ OSX<span style="color: #002200;">::</span>NSScreenSaverWindowLevel</pre></div></div>

<p>Bug Report and Workaround about inproper mapped constants in Bridgesupport on Snow Leopard<br />
<a href="http://lists.macosforge.org/pipermail/macruby-devel/2009-October.txt">http://lists.macosforge.org/pipermail/macruby-devel/2009-October.txt</a></p>
<p>Notes<br />
<a href="http://ruby-doc.org/core/classes/Struct.html">Structs in Ruby</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trembl.org/codec/367/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project templates for PyObjC and RubyCocoa</title>
		<link>http://www.trembl.org/codec/365/</link>
		<comments>http://www.trembl.org/codec/365/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 10:17:35 +0000</pubDate>
		<dc:creator>Georg Tremmel</dc:creator>
				<category><![CDATA[Raw]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[pyhton]]></category>
		<category><![CDATA[pyobjc]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubycocoa]]></category>
		<category><![CDATA[temlpates]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.trembl.org/codec/?p=365</guid>
		<description><![CDATA[svn co http://svn.macosforge.org/repository/ruby/MacRuby/trunk/misc/xcode-templates/ ruby-templates svn co http://svn.red-bean.com/pyobjc/trunk/pyobjc/pyobjc-xcode/ python templates Info from here: http://developer.apple.com/mac/library/releasenotes/DeveloperTools/RN-Xcode/index.html]]></description>
			<content:encoded><![CDATA[<p><code>svn co http://svn.macosforge.org/repository/ruby/MacRuby/trunk/misc/xcode-templates/ ruby-templates</p>
<p>svn co http://svn.red-bean.com/pyobjc/trunk/pyobjc/pyobjc-xcode/ python templates</code></p>
<p>Info from here: <a href="http://">http://developer.apple.com/mac/library/releasenotes/DeveloperTools/RN-Xcode/index.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trembl.org/codec/365/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

