Hi there,
I'm getting this error after installing/updating your plugin:
NoMethodError (undefined method plugin_under_construction' for #<Class:0x000000067bc5e0>): activerecord (3.2.18) lib/active_record/dynamic_matchers.rb:55:inmethod_missing'
plugins/under_construction/lib/under_construction/application_controller_patch.rb:32:in check_browser_restrictions' activesupport (3.2.18) lib/active_support/callbacks.rb:484:in_run__607380960329933483__process_action__3896446218009872055__callbacks'
....
I've also migrated the plugin, with no effort and also removed it with rake redmine:plugins:migrate NAME=under_construction VERSION=0 and then remigrate it.
The server is restarted and everything else works.
It seems that the defaults for the settings won't be properly set in the redmine settings.
Maybe your init.rb is broken?
Hi there,
I'm getting this error after installing/updating your plugin:
NoMethodError (undefined method
plugin_under_construction' for #<Class:0x000000067bc5e0>): activerecord (3.2.18) lib/active_record/dynamic_matchers.rb:55:inmethod_missing'plugins/under_construction/lib/under_construction/application_controller_patch.rb:32:in
check_browser_restrictions' activesupport (3.2.18) lib/active_support/callbacks.rb:484:in_run__607380960329933483__process_action__3896446218009872055__callbacks'....
I've also migrated the plugin, with no effort and also removed it with rake redmine:plugins:migrate NAME=under_construction VERSION=0 and then remigrate it.
The server is restarted and everything else works.
It seems that the defaults for the settings won't be properly set in the redmine settings.
Maybe your init.rb is broken?