Actions
Defect #3862
closedUpdate to Rails 2.3.4 breaks Bots Filter plugin
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Plugin API
Target version:
-
Start date:
2009-09-14
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Upon running svn update
and running RAILS_ENV=production rake db:migrate
, I received the following message: -
(in /var/www-virtuals/redmine) rake aborted! no such file to load -- application (See full trace by running task with --trace)
Sugested fix - first line in <redmine>/vendor/plugins/redmine_bots_filter
could be change from: -
require 'application'
to: -
require 'application_controller'
I downloaded the Bots plugin from http://www.redmine.org/wiki/redmine/PluginBotsFilter
Actions