Dec 10 2009
∞
“
if ENV[‘RAILS_ENV’] == ‘production’
ENV[‘GEM_PATH’] = ‘/home/USERNAME/.gems’
require ‘/home/USERNAME/.gems/gems/rack-1.0.0/lib/rack.rb’
end
is apparently the crap you have to add to get the correct version of rack on dreamhost. Really? That seems like a pain in the ass.