Cannot Freeze gems - uninitialized constant Gem::GemRunn

Will Merydith schrieb:

James Byrne wrote:

James Byrne wrote:

I do not seem to see anything like 'c:/ruby/lib/ruby/gems/1.8' do you?

It seems to me that the system environment variables GEM_HOME and GEM_PATH should have entries like: GEM_HOME = c:/ruby/lib/ruby/gems/1.8 GEM_PATH = c:/ruby/lib/ruby/gems/1.8

You may also try 'c:/ruby/lib/ruby/gems/1.8/gems' if the above does not work.

None of these solutions work.

I might just go back to 1.2.6.

in <rubygems>/rails/lib/tasks/framework.rake you have the rails:freeze:gems task. After "require 'rubygems'" add the following line:

require 'gem_runner'

Since Gems 0.9.5 the Runner isn't required automatically.

Cheers Florian

You should delete the empty vendor/rails directory since rails tries to load itself from here...

Will Merydith schrieb: