<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Thomas On Rails: Category MacOS X</title>
    <link>http://www.thomasonrails.com/articles/category/macos-x</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Ruminations of a Daddy,Coder,Gamer,Photographer</description>
    <item>
      <title>Glorious Day</title>
      <description>&lt;p&gt;Finally Apple has done it, they &lt;a href="http://www.apple.com/hotnews/"&gt;announced a SDK for the Apple iPhone (and also for apples iTouch)&lt;/a&gt;.  What is an sdk to my non-techie readers, it stands for "Software Development Kit".  Basically its a bunch of programs that allow a developer (me) to write programs and software for a device (iPhone/iTouch).  Why is this a big deal?  Cause it allows most ANY developer (not a big famous/rich/powerful) one to write software for these devices.  The software(s) I plan to write, why they will be photographically related of course!  Or I might go back to my roots and build some video games for your iPhone or iTouch (mobile gaming is where I got my game programming start professionally speaking) so who knows, the kit doesn't come out till feb but the knowledge that it is coming is a glorious thing.&lt;/a&gt;
</description>
      <pubDate>Wed, 17 Oct 2007 13:06:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:989d610a-92f7-43bf-a271-e04568b72564</guid>
      <author>Codejoy</author>
      <link>http://www.thomasonrails.com/articles/2007/10/17/glorious-day</link>
      <category>Me</category>
      <category>Hacks</category>
      <category>MacOS X</category>
      <category>Programming</category>
      <category>iPhone</category>
      <category>SDK</category>
      <category>iTouch</category>
      <category>news</category>
    </item>
    <item>
      <title>Success!!!!</title>
      <description>&lt;p&gt;Finally, got rails and ruby and rflickr and RMagick all playing nice together... it took a bit but in the end I got it done.  The drawinports way is the way I chose, and it worked well.  The process is roughly like:&lt;p&gt;
&lt;hr=50%&gt;&lt;/hr&gt;

&lt;p&gt;
Use the MacOS X cd's to install the X11SDK package, and then the x11 package.  This package (the x11 one) is hard to find, its on the cd in the "other packages" .mpkg file.  Though I don't have the cd on me now so let me double check that name.&lt;/p&gt;
&lt;br&gt;
&lt;p&gt;After thats done, you can get darwinports and follow the instructions here:&lt;/p&gt;
&lt;a href="http://blog.nanorails.com/articles/2006/07/11/installing-rails-on-mac-os-x-tiger"&gt;http://blog.nanorails.com/articles/2006/07/11/installing-rails-on-mac-os-x-tiger&lt;/a&gt;
&lt;p&gt;
A few gotcha's with RMagick, if you install it with the gem apparently you need to use:
require 'rubygems' before the 
require 'RMagick'&lt;/p&gt;

&lt;p&gt;
Then you can install rflickr by calling:&lt;/p&gt;
&lt;code&gt;
sudo gem install rflickr --remote&lt;/code&gt;
and
Instead of:&lt;/p&gt;

&lt;code&gt;&lt;p&gt;require_gem 'rflickr'&lt;/code&gt;

do

require 'flickr'
as per here:&lt;/p&gt;
&lt;a href="http://rubyforge.org/forum/forum.php?thread_id=11449&amp;forum_id=4256"&gt;http://rubyforge.org/forum/forum.php?thread_id=11449&amp;forum_id=4256&lt;/a&gt;

&lt;p&gt;So all that to say I now have Ruby On Rails working with RadRails on my macOSX tiger intel core 2 duo. w00t&lt;/p&gt;







</description>
      <pubDate>Thu, 01 Feb 2007 09:52:00 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:4cf2c436-b390-45f1-a470-447e0844140a</guid>
      <author>Codejoy</author>
      <link>http://www.thomasonrails.com/articles/2007/02/01/success</link>
      <category>Rails</category>
      <category>Ruby</category>
      <category>MacOS X</category>
      <category>ruby</category>
      <category>macos</category>
      <category>x</category>
      <category>rails</category>
      <category>radrails</category>
      <category>success</category>
      <category>x11</category>
    </item>
  </channel>
</rss>
