
[ホーム]
[最新エントリー]
[あすなろBLOG]
[あすなろNEXTBLOG]
[あすなろカウンセラーBLOG]
[インタビュー]
[スペシャルコンテンツ]
[テックスペース]
|
|
次へ |
日比 知子
2007年11月23日
http://railscasts.com/episodes/80
via Railscasts
Rails2.0が数週間でリリースの見通し。Railscastでは数回に渡ってRails2.0をピックアップするそうです。今回のポッドキャスト見どころは下記。
***
<% title 'Todos' %> <%= render :partial => @todos %>
<% title h(@todo.title) %> <%= render :partial => @todo %> <%= h(@todo.description) %>
<% div_for todo do %> <h2><%= link_to h(todo.title), todo %></h2> <% end %>
<% form_for @todo |f| do %> <%= f.text_field :title %> <%= f.text_area :description %> <% end %>
|
|
次へ |
|
|
[ホーム]
[ブログコンセプト]
[個人情報]
[著作権]
