Skip to content Skip to sidebar Skip to footer
Showing posts with the label Erb

Rails-bootstrap-markdown Gem Not Parsing To Html On Save

I am using bootstrap-markdown to add a markdown editor to my page and save the content parsed to ht… Read more Rails-bootstrap-markdown Gem Not Parsing To Html On Save

Rendering Js From A Rails Controller With Webpacker

Just replaced the js pipeline in my Rails app with webpacker. Most things work correctly, however c… Read more Rendering Js From A Rails Controller With Webpacker

How Do I Get Escape_javascript And Other Helpers In My Sprockets Pre-processed Js File (not A View)?

I'm using Rails 3.1 and the sprockets stuff. I want to use ERB to pre-process a js file that wi… Read more How Do I Get Escape_javascript And Other Helpers In My Sprockets Pre-processed Js File (not A View)?