I went through a bunch of videos today on my graphql refresher journey. Half the videos deal with graphql and ruby and the other are from a series that uses graphql with meteor. I’m finding Apollo client 2.0 particularly interesting. GraphQL in Ruby introduction Your browser does not support iframes. Introduction to GraphQL implementation in…
Category: ruby
Why the Lucky Stiff’s Gifts to the Ruby World
If you write Ruby you must see these. The Least Surprised in “UnboundMyth’d” Your browser does not support iframes. Malsky contemplates the dear friendship of the Ruby programming language, and all of its implications, but, when it falls upon deaf ears… uhhhh, satan? The Least Surprised in “The Red Scared” Your browser does not support…
Why the Lucky Stiff’s Gifts to the Ruby World
If you write Ruby you must see these. The Least Surprised in “UnboundMyth’d” Your browser does not support iframes. Malsky contemplates the dear friendship of the Ruby programming language, and all of its implications, but, when it falls upon deaf ears… uhhhh, satan? The Least Surprised in “The Red Scared” Your browser does not support…
Why the Lucky Stiff’s Gifts to the Ruby World
If you write Ruby you must see these. The Least Surprised in “UnboundMyth’d” Your browser does not support iframes. Malsky contemplates the dear friendship of the Ruby programming language, and all of its implications, but, when it falls upon deaf ears… uhhhh, satan? The Least Surprised in “The Red Scared” Your browser does not support…
Firefox, Vimeo and Froogaloop Have a Little Problem
On one of our latest projects we’re integrating with Vimeo. They provide a great Video player API that makes it pretty simple to interact with videos. Vimeo even provides the Froogaloop library that wraps up all the communication between the iframe where the video lives and your page. What We Need The requirement was to…
Omniauth, Devise and Facebook Client Login Don’t Play Nice
I’ve had to use Facebook login inside an iframe twice now. Combine Devise with omniauth and omniauth-facebook and you have a pretty great user authentication system. Now try to login via Facebook inside an iframe and nothing will happen. If you check your Javascript console you’ll see a error that looks something like this: Refused…
jQuery ajax request yields statusText: No Transport
If you write code you hate Internet Explorer. You get everything just right in Chrome, Firefox, Safari – any other browser really and then everything falls apart in Internet Explorer. We use CORS in some of the work with do at Open Tapestry. It works really well for letting the client figure out which service…
Install RVM on Mac OSX Mountain Lion
I recently moved over to a new Macbook Pro which is awesome but like every other time I’ve switched computers there’s some serious pain. This time around various changes from Apple including the removal of the command line tools from XCode has Ruby Version Manager (RVM) a bit more difficult to use. If you aren’t…
Getting this: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
Setting up a new Mac is always a joy. You forget how many configuration errors you solved long ago. Here’s one I just ran into. I started getting this error when doing OAuth with Facebook on my local machine: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed </pre> I had already installed…
Script Your Development Environment Setup on Your New Mac
Just in time for Christmas. Every developer who’s been good this year is hoping for a new MacBook under the tree. (Actually your better off waiting since Apple is likely to release new machines in 4 or 5 months). Anyway, if you need to setup a development environment in a hurry here are some scripts…