日々精進

新しく学んだことを書き留めていきます

2014-05-31から1日間の記事一覧

gitlabのDBを6.3から6.4にmigrationしようとすると、「You should not use the `match` method〜」エラー

下記記事と同じ症状。 Rails4で「You should not use the `match` method〜」のRuntimeError - Qiita config/routes.rbのmatchをgetに置換すると直った。 gitlabのバージョンアップは修羅の道やで。。