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

管理画面の追加 #81

Merged
merged 8 commits into from
Jan 5, 2021
Merged

管理画面の追加 #81

merged 8 commits into from
Jan 5, 2021

Conversation

Riri0000
Copy link
Owner

@Riri0000 Riri0000 commented Jan 5, 2021

close #18

概要

  • gem 'rails-adminをインストールし、管理画面を追加しました。
  • gem 'rails-adminで推奨されている認可用のgem 'cancancanをインストールし、管理画面はadminだけが使用できるようにしました。
  • 管理画面へのアクセスをテストするシステムスペックを追加しました。
  • 一般ユーザーが/adminへアクセスしようとすると、アクセスが拒否されます。認証は通常と同じ、sorceryを使用しています。

確認方法

  1. Gem を追加したので bundle install を実行してください

@Riri0000
Copy link
Owner Author

Riri0000 commented Jan 5, 2021

ローカルではRSpecが通るのに、CircleCIだと落ちるエラーが発生。

..*..................../home/circleci/repo/vendor/bundle/ruby/2.7.0/gems/sassc-2.4.0/lib/sassc/engine.rb:43: [BUG] Segmentation fault at 0x0000000000000000
ruby 2.7.2p137 (2020-10-01 revision 5445e04352) [x86_64-linux]

ブログに解決方法をまとめた。
https://study-diary.hatenadiary.jp/entry/2021/01/05/200916

@Riri0000 Riri0000 merged commit d88ecd3 into main Jan 5, 2021
@Riri0000 Riri0000 deleted the add_adminstrate branch January 5, 2021 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

管理画面の追加
1 participant