bem-on-rails icon indicating copy to clipboard operation
bem-on-rails copied to clipboard

BEM methodology for Rails applications

Results 4 bem-on-rails issues
Sort by recently updated
recently updated
newest added

My blocks renders in 'html.erb' files, but aren't rendering in a 'js.erb'. That's my code on the js.erb: `js $('#my-item').append( '' ); ` When I check on the browser this...

Make view with test blocks

tests

It would be awesome to avoid retyping bem-prefix every time while writing code in haml/rhtml template. I wonder one can add a preprocessor or something to convert ``` ``` into...

think