Using the redmine:latest dockerhub image.
installing the plugin using:
git clone --branch 4.0 https://github.com/commandprompt/redmine_canned_responses.git
The plugin does not work.
To make it work, I had to run:
sed -i "s/ActiveRecord::Migration/ActiveRecord::Migration[5.1]/g" /usr/src/redmine/plugins/redmine_canned_responses/db/migrate/20110925054102_create_canned_responses.rb
Using the redmine:latest dockerhub image. installing the plugin using:
git clone --branch 4.0 https://github.com/commandprompt/redmine_canned_responses.git
The plugin does not work.
To make it work, I had to run:
sed -i "s/ActiveRecord::Migration/ActiveRecord::Migration[5.1]/g" /usr/src/redmine/plugins/redmine_canned_responses/db/migrate/20110925054102_create_canned_responses.rb