JSONAPI-Resources / JSONAPI-Resources/jsonapi-resources
Relationship routes are created without adding them in the routes.rb
オープン
まだ誰も着手していません。
Type: Bug
- 主要言語
- Ruby
- スター
- 2.3k
- フォーク
- 546
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I've defined the following Resource:
class CommentResource < BaseResource
has_one :activity
has_one :user
end
class ActivityResource < BaseResource
has_many :comments
end
jsonapi_resources :activities, only: %w(index show)
jsonapi_resources :comments, only: %w(create destroy index show)
And checking with rake routes I see that it also created all the relationship/related routes for both Activity and Comment even if I haven't added jsonapi_links / jsonapi_related_resources in the routes file
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
Issue に示されているリソース宣言と routes.rb の設定から始め、次に rake routes で出力を再現します。ActivityResource と CommentResource の relationship route と related route がどのように生成されるかを追跡します。relationship の宣言と明示的に設定された route オプションに route 一覧が一致すれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- rails, ruby
- 領域
- api, backend
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100