kai-xiong / redminewikiext

Automatically exported from code.google.com/p/redminewikiext
0 stars 0 forks source link

migrate_plugins: "uninitialized constant SimpleConsole" #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Clone repository into vendor/plugins
2. rake db:migrate_plugins RAILS_ENV=production

What is the expected output? What do you see instead?

team:/srv/www/redmine# rake db:migrate_plugins RAILS_ENV=production
rake/rdoctask is deprecated.  Use rdoc/task instead (in RDoc 2.4.2+)
rake aborted!
uninitialized constant SimpleConsole

What version of the product are you using? On what operating system?

Using the latest hg version (as of 15 Oct 11) on 
Ubuntu 10.04 with
Redmine 1.2.1.devel.7557

Please provide any additional information below.

Note that the simpleconsole gem is installed:

team:/srv/www/redmine# gem list

*** LOCAL GEMS ***

actionmailer (3.1.0, 2.3.11, 2.3.5)
actionpack (3.1.0, 2.3.11, 2.3.5)
activemodel (3.1.0)
activerecord (3.1.0, 2.3.11, 2.3.5)
activeresource (3.1.0, 2.3.11, 2.3.5)
activesupport (3.1.0, 2.3.11, 2.3.5)
arel (2.2.1)
Ascii85 (1.0.1)
bcrypt-ruby (3.0.1)
builder (3.0.0)
bundler (1.0.21)
daemon_controller (0.2.6, 0.2.5)
edavis10-object_daddy (0.4.3)
erubis (2.7.0)
fastthread (1.0.7)
fcgi (0.8.8)
file-tail (1.0.7, 1.0.5)
googlecharts (1.6.7, 1.6.0)
hike (1.2.1)
holidays (1.0.3, 1.0.0)
i18n (0.6.0, 0.4.2)
icalendar (1.1.6, 1.1.5)
inifile (0.4.1, 0.4.0)
lockfile (1.4.3)
mail (2.3.0)
metaclass (0.0.1)
mime-types (1.16)
mini_magick (3.3, 3.2)
mocha (0.10.0, 0.9.8)
multi_json (1.0.3)
mysql (2.8.1)
net-ssh (2.2.1, 2.1.0)
nokogiri (1.5.0, 1.4.4)
open-uri-cached (0.0.4)
passenger (3.0.9, 3.0.2)
pdf-reader (0.10.0)
polyglot (0.3.2)
prawn (0.12.0, 0.8.4)
prawn-core (0.8.4)
prawn-layout (0.8.4)
prawn-security (0.8.4)
rack (1.3.3, 1.1.2, 1.1.1, 1.0.1)
rack-cache (1.0.3)
rack-mount (0.8.3)
rack-ssl (1.3.2)
rack-test (0.6.1)
rails (3.1.0, 2.3.11, 2.3.5)
railties (3.1.0)
rake (0.9.2, 0.8.7)
rdoc (3.9.4)
ruby-units (1.3.1, 1.2.0)
rubygems-update (1.8.10, 1.5.3)
simpleconsole (0.1.1)
sprockets (2.0.1)
spruz (0.2.13, 0.2.2)
subexec (0.1.0, 0.0.4)
task (0.0.1)
thor (0.14.6)
thoughtbot-shoulda (2.11.1)
tilt (1.3.3)
tins (0.3.1)
treetop (1.4.10)
ttfunk (1.0.2)
tzinfo (0.3.30)

Original issue reported on code.google.com by karsten....@gmail.com on 16 Oct 2011 at 9:03