パッチのダウンロード
# wget https://gist.github.com/ShinichiU/5689768/raw/8139eb8f382c45047ab4313452a520f83add981c/redmine-2-3-1-gantt.patch
バックアップは下記の通り、
http://simezou.net/DL/redmine-2-3-1-gantt.patch
# cd /var/www/html/redmine/app/views/gantts/
パッチの適用を実施。
# patch -b < /usr/local/src/redmine-2-3-1-gantt.patch
Rakeタスクを直接実行し、プリコンパイル済みのアセットを作成
(コンパイルが必要なファイルの場合に必要)を一応、実行。
# bundle exec rake assets:precompile RAILS_ENV=production