Association Basics This guide is based on guides.rubyonrails.org/association_basics.html Why Associations? Associations exist to simplify code that deals with related rows in separate database tables. Without associations, if you had classes ... 続きを読む
Rubyライブラリの選択Sinatra は MVC のモデルに関してのサポートはないので、DB を使ったアプリケーションを作成する場合は既存のO/Rマッピングライブラリを組み込むのがよさそう。サポートされていないことのメリットって、DBを使用しない場合は組み込まなく... 続きを読む