*Rails - Move to Plan B*
I've given up, for now, trying to put Rails on Pwizardry.com. It may be possible but I haven't yet discovered how. Then again, it may be impossible. Instead, I installed it on an old Redhat Linux box in the back closet. This ment installing Ruby from source first. I tried using RPM's but my version of Linux on this box is too old. It took me hours to find this out because the rpmfind system was extra constipated that night. Also, when I click on a ruby RPM I still get a Real audio interface that's trying to open. Sick! I installed Ruby 1.8.3 and rubygems. Then I put in rails using gem. Then I found there is a bug in the 'rails' command: ==== error message: [= !/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.1.1 \ /lib/active_support/clean_logger.rb:13:in `remove_const': constant Logger::Format not defined (NameError) ] The hacky fix is to comment out line 13... I see there is a fix but I should have used Ruby 1.8.2 ---- [/items/Rails] permanent link