[Rails]ページネーション(ページ分割)
https://railstutorial.jp/chapters/updating_and_deleting_users?version=5.1#sec-pagination
[Rails]編集フォーム
https://railstutorial.jp/chapters/updating_and_deleting_users?version=5.1#sec-edit_form
[Rails]ラクに編集フォームを作りたい
https://qiita.com/Toshimatu/items/dbf4da62ab9951b67aa9
[Rails]一覧表示させたい
https://railstutorial.jp/chapters/updating_and_deleting_users?version=5.1#sec-showing_all_users
[Rails]部分テンプレートを呼び出したい
render ‘ファイル名’
https://pikawaka.com/rails/render
[Rails]renderとredirect_toの違い
https://qiita.com/january108/items/54143581ab1f03deefa1
[Rails]マイクロポストの描画
https://railstutorial.jp/chapters/user_microposts?version=5.1#sec-rendering_microposts
[Rails]ボタンでアイコンをクリックしてページ遷移したい
https://github.com/neneti/Elily/blob/master/app/views/layouts/_header.html.slim
https://elily.herokuapp.com/