Closed kuriyama closed 9 years ago
Without this patch, this plugin requires 'setting' at plugin loading, and after that, next loaded plugin cannot access to Setting.plugin_#{@plugin.id} method (NoMethodError).
This seems to be related to the thread below: http://www.redmine.org/boards/3/topics/16587
Ruby 素人なのでこの修正が適切なのかどうかわからないのですが、手元の
という環境でうまく動かなかったので追ってみました。
どうも上記 URL に書いてある事象と同じような状況だったので、見よう見まねで入れてみたところ、動くようになりました。
テストの動かし方がわかっていないのでテストかけていませんが、もし問題なさそうなら pull していただければと思います。
Changes Unknown when pulling 035076bf7341fc7bd21e3d593ca2c0602b46dc34 on kuriyama:fix_breaking_setting_object into \ on pinzolo:master**.
Without this patch, this plugin requires 'setting' at plugin loading, and after that, next loaded plugin cannot access to Setting.plugin_#{@plugin.id} method (NoMethodError).
This seems to be related to the thread below: http://www.redmine.org/boards/3/topics/16587
Japanese
Ruby 素人なのでこの修正が適切なのかどうかわからないのですが、手元の
という環境でうまく動かなかったので追ってみました。
どうも上記 URL に書いてある事象と同じような状況だったので、見よう見まねで入れてみたところ、動くようになりました。
テストの動かし方がわかっていないのでテストかけていませんが、もし問題なさそうなら pull していただければと思います。