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.
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
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 erbWhat 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…
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs