Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in erb

Should I use haml or erb or erubis for potentially high traffic site?

Convert existing html.erb to Haml [closed]

ruby-on-rails haml erb

What is the difference between .erb , .rhtml and .html.erb?

ruby-on-rails erb rhtml

Notepad++ not syntax highlighting my files

What does <%== %> do in rails erb?

Ruby templates: How to pass variables into inlined ERB?

ruby templates syntax erb

Default value for input with simple_form

Include blank for first item in select list in options_for_select tag

Render an ERB template with values from a hash

ruby erb template-engine

How do I escape the ERB tag in ERB

erb, haml or slim: which one do you suggest? And why? [closed]

Block comments in html.erb templates in rails

What is the meaning of erb?

ruby-on-rails ruby erb

Best way to add comments in erb

raw vs. html_safe vs. h to unescape html

ruby-on-rails erb

What is the difference between <%, <%=, <%# and -%> in ERB in Rails?