Project

General

Profile

Plugins Directory » Redmine Canvas Gantt

Author: tiohsa tiohsa
Website: https://github.com/tiohsa/redmine_canvas_gantt
Code repository: https://github.com/tiohsa/redmine_canvas_gantt
Registered on: 2026-02-05 (7 months ago)
Current version: 0.11.0
Compatible with: Redmine 7.0.x, 6.1.x, 6.0.x
User ratings:   (1)

This plugin provides a canvas-based Gantt chart UI for Redmine.

  • No database migration required
  • Adds only two permissions: view_canvas_gantt, edit_canvas_gantt
  • Can be uninstalled by removing the plugin directory and restarting Redmine
  • Supported Redmine version: 6.x

Installation notes

1. Clone into Redmine plugins

cd /path/to/redmine/plugins
git clone https://github.com/tiohsa/redmine_canvas_gantt.git

2. Restart Redmine Restart your app server (Puma, Passenger, etc.).

Changelog

0.11.0 (2026-08-10)

Compatible with Redmine 7.0.x, 6.1.x, 6.0.x.

0.9.1 (2026-05-14)

Compatible with Redmine 6.1.x, 6.0.x.

0.9.0 (2026-05-10)

Compatible with Redmine 6.1.x, 6.0.x.

0.8.4 (2026-04-29)

Compatible with Redmine 6.1.x, 6.0.x.

0.6.0 (2026-04-01)

Compatible with Redmine 6.1.x, 6.0.x.

0.4.1 (2026-03-22)

Compatible with Redmine 6.1.x, 6.0.x.

0.3.1 (2026-03-18)

Compatible with Redmine 6.1.x, 6.0.x.

0.3.0 (2026-03-12)

Compatible with Redmine 6.1.x, 6.0.x.

0.2.0 (2026-03-01)

Compatible with Redmine 6.1.x, 6.0.x.

0.13 (2026-02-09)

Compatible with Redmine 6.1.x, 6.0.x.

0.1.1 (2026-01-27)

Compatible with Redmine 6.1.x, 6.0.x.

User ratings

  by Damduck Yu 13 days ago

keys.each do |key|
if relation.respond_to?(:key?)
return relation[key] if relation.key?(key)
return relation[key.to_s] if relation.key?(key.to_s)
end
return relation.public_send(key) if relation.respond_to?(key)
The error has been fix