This guide covers the basic layout features of Action Controller and Action View. After reading this guide, you will know: How to use the various rendering methods built into Rails. How to create layouts with multiple content sections. How to use partials to DRY up your views. How to use nested layouts (sub-templates). 1 Overview: How the Pieces Fit TogetherThis guide focuses on the interaction be
render :action 説明 他のアクションのテンプレートを表示 使い方 render :action => アクション名 レイアウトを指定 render :action = "アクション名", :layout => レイアウト名 例 「_new.html.erb」を表示 render :action => "new" 他のレイアウトを使用 render :action => "new", :layout => "user" レイアウトは使用しない render :action => "new", :layout => false render :template 説明 他のコントローラのテンプレートを表示 使い方 render :template = コントローラ名/アクション名 例 他のコントローラのテンプレートを表示 render :template => "user/show
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く