Installing Redmine_rate plugin : problem with cucumber (rake db:migrate) ->> "Stack level too deep"
Added by John W. over 14 years ago
Hello, Hope someone can help.
I was evaluating Redmine 0.9.3 installed in my office. It was running ok.
When I installed the Redmine_rate plugin, it required several "gems" and their dependencies. They were downloaded and installed ok until the installation of "cucumber". See below.
-----------------------------------------------------------------------------------------------------
C:\InstantRails-2.0-win\rails_apps\redmine-0.9.3\vendor\plugins\cucumber> rake db:migrate_plugins
(in C:/InstantRails-2.0-win/rails_apps/redmine-0.9.3/vendor/plugins/cucumber)
rake aborted!
stack level too deep
C:/InstantRails-2.0-win/rails_apps/redmine-0.9.3/vendor/plugins/
cucumber/rakefile:48:in 'new'
(See full trace by running task with --trace)
I attach the /../cucumber/rakefile for your information.
The Redmine environment is as follows:
Ruby version 1.8.6 (i386-mswin32)
RubyGems version 1.3.6
Rack version 1.0
Rails version 2.3.5
Active Record version 2.3.5
Active Resource version 2.3.5
Action Mailer version 2.3.5
Active Support version 2.3.5
Application root C:/InstantRails-2.0-win/rails_apps/redmine-0.9.3
Environment production
Database adapter MySQL
Thanks
John W.
Replies (1)
RE: Installing Redmine_rate plugin : problem with cucumber (rake db:migrate_plugins) ->> "Stack level too deep" - Added by John W. over 14 years ago
Ruby-aware Server used = Mongrel
The full trace is displayed on the Ruby Console Window (screen). How to capture it into a file?