Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ruby On Rails

Are There Javascript Or Ruby Versions Of "html Tidy"?

Does there exist a library similar to HTML tidy (http://tidy.sourceforge.net/) that is not OS speci… Read more Are There Javascript Or Ruby Versions Of "html Tidy"?

Passing Javascript Variable To Ruby-on-rails Controller

How can I pass a variable (id) from the JavaScript listener: Gmaps.map.callback = function() { … Read more Passing Javascript Variable To Ruby-on-rails Controller

How Can I Trigger A Scanner From A Browser?

I have Fujitsu fi-6130 TWAIN / ISIS scanners that I'd like to trigger from a button in a jQuery… Read more How Can I Trigger A Scanner From A Browser?

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

Creating A Spreadsheet

I have an application I'm building that is basically just an online spreadsheet. I've been … Read more Creating A Spreadsheet

Access Posted Json Data From Ajax In Rails Controller

I have made an ajax post request for json data and I want to access that data in the rails controll… Read more Access Posted Json Data From Ajax In Rails Controller