List of all erb commands

some of the the erb commands are “text_field” ,“link_to”,etc…

is there any link on internet to show all available ERB commands ?

thank you to read my post.

Pokkai D. wrote:

some of the the erb commands are “text_field” ,“link_to”,etc…

is there any link on internet to show all available ERB commands ?

thank you to read my post.

This would be ruby reference since (probably) any Ruby method can be
called within erb :wink:

What you are refering to are Rails helper methods. You may start here
http://api.rubyonrails.org/ look for ActionView::Helpers.

by
TheR

Damjan R. wrote:

Pokkai D. wrote:

some of the the erb commands are “text_field” ,“link_to”,etc…

is there any link on internet to show all available ERB commands ?

thank you to read my post.

This would be ruby reference since (probably) any Ruby method can be
called within erb :wink:

What you are refering to are Rails helper methods. You may start here
http://api.rubyonrails.org/ look for ActionView::Helpers.

by
TheR

thank you TheR

is there a whole list for Rails helper methods ?
so i can easily remember…