Ruby on Rails/第8回勉強会 - ActionView::Helpers http://www.ark-web.jp/sandbox/wiki/192.html

Ruby on Rails/第8回勉強会 - ActionView::Helpers

[edit]

Ruby on Rails勉強会一覧

[edit]

第8回勉強会のネタ

ネタもとは下記です。

[edit]

日時

[edit]

参加者

[edit]

動画

[edit]

Module ActionView::Helpers::ActiveRecordHelper

http://okra.ark-web.jp/~shida/sandbox/helpers/active_record_helper/index

ALL: <%= error_messages_for "example" %>
<hr>
<%= error_message_on "example", "column1" %>
<hr>
<%= form "example" %>
<hr>
<%= input "example", "column1" %>
[edit]

Module ActionView::Helpers::AssetTagHelper

http://okra.ark-web.jp/~shida/sandbox/helpers/helpers/asset_tag_helper

<%= auto_discovery_link_tag "aaa" %>
<hr>
<%= image_path "aaa" %>
<hr>
<%= image_tag "aaa" %>
<hr>
<%= javascript_include_tag "aaa" %>
<hr>
<%= javascript_path "aaa" %>
<hr>
<%= stylesheet_link_tag "aaa" %>
<hr>
<%= stylesheet_path "aaa" %>
<hr>
[edit]

Module ActionView::Helpers::BenchmarkHelper

http://okra.ark-web.jp/~shida/sandbox/helpers/helpers/benchmark_helper

<% benchmark "aaa" do %>
  <% HelperExample.benchmark_example %>
<% end %>
[edit]

Module ActionView::Helpers::CaptureHelper

http://okra.ark-web.jp/~shida/sandbox/helpers/helpers/capture_helper

<% @example = capture do %>
<%= HelperExample.capture_example %>
<% end %>

aaa <%= @example -%> bbb

投稿者志田 | パーマリンク

| append.gif

tag: Ruby on Rails, 勉強会


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2007-01-05 (金) 18:01:27 (6292d)

アークウェブのサービスやソリューションはこちら