Hi,
I’m new to RoR and have downloaded RadRails to use (on windows) after
seeing some good recommendations. However, in setting up a new project
I get the error below:
C:/ruby/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/initializer.rb:271:in
require_frameworks': RubyGem version error: rack(1.0.0 not ~> 1.0.1) (RuntimeError) from C:/ruby/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/initializer.rb: 134:in
process’
from C:/ruby/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/initializer.rb:
113:in send' from C:/ruby/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/initializer.rb: 113:in
run’
from C:/Documents and Settings/Sonia Bracegirdle/My Documents/Aptana
RadRails Workspace/Tig/config/environment.rb:9
from C:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
gem_original_require' from C:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
require’
from C:/ruby/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/commands/
generate.rb:1
from C:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
gem_original_require' from C:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
require’
from C:/Documents and Settings/Sonia Bracegirdle/My Documents/Aptana
RadRails Workspace/Tig/script/generate:3
I’ve tried $ gem install rack to update the version (to 1.1.0):
gem install rack
Successfully installed rack-1.1.0
1 gem installed
Installing ri documentation for rack-1.1.0…
Installing RDoc documentation for rack-1.1.0…
However, this doesn’t seem to help and I still get the error message
above with further operations. Any help would be much appreciated!
Tig