-
Notifications
You must be signed in to change notification settings - Fork 0
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 Tutorial 第14章 #87
Comments
ユーザーをフォローするユーザーをフォローする
followers
following
フォロー
user.1 がuser.2, user.7, user.10をフォローしている Relationshipモデル
User/Relationshipの関連付け
メソッド一覧
has_many through
・
フォロワー
ルーティング
フォローボタン
アンフォロー
Relationshipのcreateアクション
Relationshipのdestroyアクション
Ajax (非同期通信)
↓
ステータスフィールド
↓ こちらも同じく呼び出せる
サブセレクトで1つの問い合わせに
|
演習
postリクエストを送信していないため、フォロー数が変わっておらずテストが失敗する
|
確認事項
|
下記のuserがフォローしているユーザーidの値が返ってきます
下記のようにマイクロポストのidが降順で表示されます。
|
👍
|
WHY
WHAT
The text was updated successfully, but these errors were encountered: