D
D
Denis Savitsky2011-12-16 17:42:54
Ruby on Rails
Denis Savitsky, 2011-12-16 17:42:54

Force RedMine plugin to reload in development_env?

How can I force the RedMine plugin (rails -v=2.3.11) to reload along with all the RedMine code in the development environment?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
png, 2011-12-17
@qweewq

add an unloadable mixin to each class
For example, here: www.redmine.org/projects/redmine/wiki/Plugin_Tutorial

class PollsController < ApplicationController
  unloadable
  # ....
end

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question