Displaying 2 results from an estimated 2 matches for "spirlock".
Did you mean:
spinlock
2006 Jul 16
29
Problem installing on Mac OSX
I tried the instruction tutorial on
http://maczealots.com/tutorials/ruby-on-rails/
and in the middle of trying to install fixrbconfig I got an error:
usr/lib/ruby/1.8/powerpc-darwin8.0/ruby.h does not exist. This probably
means you haven''t yet installed Xcode from the Tiger DVD. You won''t be
able to compile Ruby extensions without it. Please install it then rerun
this
2006 Jul 11
1
Getting ActionMailer off the ground
First off, I wanted to thank the list. You all have been a great help
with my rookie questions as I''m getting my RoR app off the ground. Now
to the problem I''m having with ActionMailer. No matter what I set in
ActionMailer::Base.server_settings when my app tries to send mail I get
a 501: HELO hostname error. I basically set it up matching the
ActionMailer wiki page.