0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

chat-space終了

Posted at

挙動確認
グループ名が左に寄ってなかった
_message.scssでh1にしていたのを.group-info__box__group に変えたら左に寄った

Editボタンを押すと、参加以外のメンバーが表示される
(どのグループのEditボタンを押しても同じメンバーが表示されています)
_main_chat.html.hamlでedit_group_path(current_user)を
= link_to "Edit", edit_group_path(@group), class: 'btn'に変えて修正。

再起動しないと本番環境には反映されない

Nginxの再起動
リモートのターミナル
1 sudo service nginx restart

Unicornの再起動
リモートのターミナル

  1. ps aux |grep unicorn

  2. Unicornのプロセスidを確認する

  3. kill -9 (unicornのプロセスid

ローカルのターミナル
1 > bundle exec cap production deploy

個人アプリ作りたいものは見つかったが、どうしていいかわからない
とりあえず何もしないのはもったいないので基礎カリキュラムのMVSの復讐、改めて見るよくわかる!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?