-
Notifications
You must be signed in to change notification settings - Fork 71
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
rack-dev-markというgemを追加し開発環境での作業時に目印が出るようにした #4174
Conversation
@aim2bpg |
@eatplaynap さん、Issue対応おつかれさまです。
本番環境で |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
コメントする場所を間違えたかもです🙏
OKです🙆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approveを選択しないと承認されないのですね〜🙏
今、Approveしました。
追伸というか独り言...です。 |
目的は本番環境での誤操作を防ぐことなので、できれば development, staging のそれぞれで出ているとうれしいです! |
あとデフォルトの ribbon の位置だと既存の UI パーツとかぶってしまうので、なにもなさそうな左下か右下に出しておくとよいかもしれません。 追伸: 左下は development だと any_login がいそうなので、消去法で右下ですかね...。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
下記を追記するイメージですかね。(間違ってたら、すみません。。)
一旦、状態を再レビューに変更しました🙏(あれ?再レビューにならなかった)
config/environments/test.rb
config.rack_dev_mark.enable = true
config/application.rb
module MyApp
class Application < Rails::Application
config.rack_dev_mark.theme = [:title, Rack::DevMark::Theme::GithubForkRibbon.new(position: 'right-bottom')]
end
end
参照元:https://github.com/dtaniwaki/rack-dev-mark/blob/master/THEME.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
レビュー前の状態に戻すには、Request Changesするのですね。
今、レビュー前の状態に戻しました🙏
(初めてなものでたびたび、すみません🔰 )
@aim2bpg @cafedomancer
|
@aim2bpg @cafedomancer |
1da71d4
to
c3b95a8
Compare
@aim2bpg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eatplaynap さん、おつかれさまです。
インデントで悩ましいところがありました。ご確認をお願いします🙏
@@ -27,6 +27,6 @@ class Application < Rails::Application | |||
html_tag.html_safe | |||
end | |||
|
|||
config.active_storage.resolve_model_to_route = :rails_storage_proxy | |||
config.active_storage.resolve_model_to_route = :rails_storage_proxy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここは、
- デバッグで手を入れた際に意図せず変わってしまったものか
- インデントが修正されたものか
のどちらでしょうか🤔
どちらにしても今回は修正せずに、後者は別Issueを立てて修正すべきかとも思いました。
駒形さんにお聞きした方が良いかもですね〜。
本ファイルや他のファイルを見てみると、rails new後の追加設定に対して、インデントをスペース1つ分ズラしているという意図を感じますが、単純にズレているのに気付けていないだけかもしれません。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これはズレているのは単純なミスだと考え、ついでなので修正してしまいました🤔
了解しました。
今回手を入れると「じゃ、上の方のズレは?」となり、中途半端となってしまいますので、それなら別Issueでやった方が得策かという意図で、コメントさせてもらいました🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eatplaynap こちら意図してないです。ミスです。インデントのずれぐらいは修正しちゃって大丈夫です〜。
config.rack_dev_mark.enable = true | ||
config.rack_dev_mark.theme = [:title, Rack::DevMark::Theme::GithubForkRibbon.new(position: 'right-bottom')] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここは今回追加したものなので、インデントはこのままでも良いかと思いました😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eatplaynap こちら他の部分を書いた時点でインデント間違っていたので修正お願いできるとありがたいです〜。
c9d90e9
to
2a80d00
Compare
@aim2bpg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eatplaynap さん
確認しました。OKですー🙆🏻
@komagata |
@@ -27,6 +27,6 @@ class Application < Rails::Application | |||
html_tag.html_safe | |||
end | |||
|
|||
config.active_storage.resolve_model_to_route = :rails_storage_proxy | |||
config.active_storage.resolve_model_to_route = :rails_storage_proxy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eatplaynap こちら意図してないです。ミスです。インデントのずれぐらいは修正しちゃって大丈夫です〜。
config.rack_dev_mark.enable = true | ||
config.rack_dev_mark.theme = [:title, Rack::DevMark::Theme::GithubForkRibbon.new(position: 'right-bottom')] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eatplaynap こちら他の部分を書いた時点でインデント間違っていたので修正お願いできるとありがたいです〜。
2a80d00
to
7576c20
Compare
@komagata |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確認しました、OKですー🙆♂️
issue
概要
rack-dev-markというgemを入れて、どの環境でbootpcampアプリが動いているのかを表示できるようにしました。
変更確認方法
feature/add-rack-dev-mark-gem
をローカルに取り込む$ rails s
でローカル環境を立ち上げる変更前
変更後