Success!!!!
Posted by Codejoy Thu, 01 Feb 2007 15:52:00 GMT
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:
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.
After thats done, you can get darwinports and follow the instructions here:
http://blog.nanorails.com/articles/2006/07/11/installing-rails-on-mac-os-x-tigerA few gotcha's with RMagick, if you install it with the gem apparently you need to use: require 'rubygems' before the require 'RMagick'
Then you can install rflickr by calling:
sudo gem install rflickr --remote
and
Instead of:
require_gem 'rflickr'
do
require 'flickr'
as per here:
http://rubyforge.org/forum/forum.php?thread_id=11449&forum_id=4256
So all that to say I now have Ruby On Rails working with RadRails on my macOSX tiger intel core 2 duo. w00t





