Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails 6 にアップデートする #90

Open
matsuo0227 opened this issue May 27, 2021 · 1 comment
Open

Rails 6 にアップデートする #90

matsuo0227 opened this issue May 27, 2021 · 1 comment
Labels

Comments

@matsuo0227
Copy link
Contributor

Created from AI0768 of minute 1144.

  • jay を Rails 6 にアップデートする -->(濵本,三宅,山田 !:0768)
@hamamoto-j
Copy link
Contributor

やったこと

Ruby の version を 3.0.0 に変更した.
また,issue #97,および #98 に対応した.

詳細

Ruby のバージョンの変更

GitHub Actions を実行させるために, Ruby のバージョンを 3.0.0 に変更した.現在の Ruby と Rails のバージョンを以下に示す.

項目 バージョン
Ruby 3.0.0
Rails 6.1.3.0

issue #97 への対応

「jay を omniauth 2 で動作するようにする」に対応した.

  • jay のログイン機能に omniauth が使われている.
  • omniauth 2 では,認証ページを取得する際に POST リクエストしか受け付けないようになった.
  • 認証ページへのリンクのメソッドを GET から POST に変更した.
  • また,CSRF 対策を行う必要があるため,CSRF Token 検証用の Gem を追加した.

issue #98 への対応

「jay を font-awesome-sass 5 で動作するようにする」に対応した.

  • jay では minutes 一覧ページの右側にある,ペンマークと再利用マークとゴミ箱マークに font-awesome-sass が使われている.
  • font-awesome-sass 5 では,アイコンを表示する関数である icon() にスタイルを指定するための引数が追加されたため,該当箇所を修正した.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants