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

Elliptic Curve Cryptography With Sjcl In Js And Openssl In Ruby

I am working on a web application which must be able to encrypt data with ECC on the server side an… Read more Elliptic Curve Cryptography With Sjcl In Js And Openssl In Ruby

Parsing Ruby Hash Literal Using Javascript

I need to take raw client text in a web form and send it back to a Tomcat servlet as JSON. For lega… Read more Parsing Ruby Hash Literal Using Javascript

Rerun Javascript On Successful Ajax Call

I have a delete button with the remote: true option set: # _categories.html.erb Solution 1: I don… Read more Rerun Javascript On Successful Ajax Call

Phantomjs.rb Freezing When Trying To Screen Capture Page In My Rails Application

I'm having trouble getting a screen capture from my application while using the phantomjs.rb ge… Read more Phantomjs.rb Freezing When Trying To Screen Capture Page In My Rails Application

Assign Console.log Value To A Variable

How can I assign a JavaScript object to a variable which was printed using console.log? I am in Ch… Read more Assign Console.log Value To A Variable

Rails / Stripe - Taking Multiple Payments

I'm building an events app using Rails and Stripe to handle payments. I've used javascript … Read more Rails / Stripe - Taking Multiple Payments