Defect #9798
Updated by Etienne Massip almost 13 years ago
Redmine keeps asking for rubytree even though it is already installed.
<pre>
C:\redmine>rake db:migrate RAILS_ENV=production
Missing these required gems:
rubytree >= 0
You're running:
ruby 1.9.3.0 at C:/Ruby193/bin/ruby.exe
rubygems 1.8.11 at C:/Ruby193/lib/ruby/gems/1.9.1, C:/Documents and Settings/merlin/.gem/ruby/1.9.1
Run `rake gems:install` to install the missing gems.
C:\redmine>rake gems:install
gem install rubytree --version ">= 0"
file 'COPYING,API-CHANGES' not found
file 'COPYING,API-CHANGES' not found
========================================================================
Thank you for installing rubytree.
WARNING: SIGNIFICANT API CHANGE in 0.8.0 !
------------------------------------------
Please note that as of 0.8.0 the CamelCase method names are DEPRECATED.
The new method names follow the ruby_convention (separated by '_').
The old CamelCase methods still work (a warning will be displayed),
but may go away in the future.
Details of the API changes are documented in the API-CHANGES file.
========================================================================
Successfully installed rubytree-0.8.1
1 gem installed
Installing ri documentation for rubytree-0.8.1...
Installing RDoc documentation for rubytree-0.8.1...
(rerunning "rake migrate" shows the same error as above)
C:\redmine>gem list
*** LOCAL GEMS ***
actionmailer (2.3.14)
actionpack (2.3.14)
activerecord (2.3.14)
activeresource (2.3.14)
activesupport (2.3.14)
bigdecimal (1.1.0)
cgi_multipart_eof_fix (2.5.0)
gem_plugin (0.2.3)
i18n (0.6.0)
io-console (0.3)
json (1.5.4)
minitest (2.5.1)
mongrel (1.1.5 x86-mingw32)
rack (1.1.2, 1.1.1)
rails (2.3.14)
rake (0.9.2.2)
rdoc (3.9.4)
rubytree (0.8.1)
C:\redmine>ruby --version
ruby 1.9.3p0 (2011-10-30) [i386-mingw32]
</pre>