Project

General

Profile

Redmine Plugin development requires restart after every change

Added by Hitesh . about 12 years ago

I am currently developing a plugin on redmine.
For every change i make to the code of plugin(say a view.html.erb file), i have to restart redmine server.

is there a way to override this, so that my server runs on hot mode(yes this will not be efficient but will be good for development)

i tried adding this line to environment.rb file

  ENV['RAILS_ENV'] ||= 'development'

but it dint help.

any solution/comments?


Replies (1)

RE: Redmine Plugin development requires restart after every change - Added by Mahmoud Said over 11 years ago

my comment is I am sharing the same problem... it is really distracting and counter productive

    (1-1/1)