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

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)?

Unable To Clear Text Field With Overridden Submit Method Used For Ajax Implementation Via Jquery 1.4

I have a functionality of posting messages to a group which works using AJAX via Jquery. When I cli… Read more Unable To Clear Text Field With Overridden Submit Method Used For Ajax Implementation Via Jquery 1.4

Best Way To Display Flash Notices In Rails

I'm using notices in Rails and Devise and wondered what's the best way to display them? In … Read more Best Way To Display Flash Notices In Rails