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

Rendering Haml File In A Javascript Response With Rails

I am trying to render a haml file in a javascript response like so: $('# .preview .mail_conten… Read more Rendering Haml File In A Javascript Response With Rails

$ Is Not Defined, Uncaught ReferenceError While Using Select2 Plugin With Rails

I'm trying to use the Select2 plugin to add a search bar to my select box. I get the following … Read more $ Is Not Defined, Uncaught ReferenceError While Using Select2 Plugin With Rails