Added by Hitesh . almost 13 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?
my comment is I am sharing the same problem... it is really distracting and counter productive