Project

General

Profile

Actions

Defect #3862

closed

Update to Rails 2.3.4 breaks Bots Filter plugin

Added by Ashley McKenzie over 14 years ago. Updated over 14 years ago.

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 #1

Updated by Jean-Philippe Lang over 14 years ago

  • Category set to Plugin API
  • Status changed from New to Closed
  • Affected version (unused) deleted (devel)
  • Resolution set to Fixed

Fixed. Thanks for pointing this out.

Actions

Also available in: Atom PDF