Code:
Shoes.setup do
gem 'mechanize'
end
require 'rubygems'
require 'mechanize'
Running Shoes on it says:
no such file to load -- mechanize
Thank you.
Code:
Shoes.setup do
gem 'mechanize'
end
require 'rubygems'
require 'mechanize'
Running Shoes on it says:
no such file to load -- mechanize
Thank you.
I did:
and the following seems to be working:
It says 'Building native extensions' and is taking forever, but seems to be the norm according to hackety.org.
rubygems
needs to be required before any gems.