Skip to content

Instantly share code, notes, and snippets.

@biwakonbu
Last active October 5, 2024 02:19
Show Gist options
  • Save biwakonbu/f5200b3916b741afc14aa6006c3ef885 to your computer and use it in GitHub Desktop.
Save biwakonbu/f5200b3916b741afc14aa6006c3ef885 to your computer and use it in GitHub Desktop.
Railsスキルチェック質問集

Rails エンジニアとしてのスキルチェック

1. Rails と技術的な質問

  1. MVC モデルとは何ですか?
  2. ルーティングの役割は何ですか?
  3. Rails のコードにおいて、Fat Controller に対してどのような問題があるか説明してください。
  4. Rails の Model は ActiveRecord (ORM ではなくパターンの話) を利用していますが、この特徴を説明してください。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment