19 May Third party SAML Single Sign On (SSO) integration / implementation in Ruby
If you ever have the need to play with SAML SSO or SAML Single Sign-On integrations in Ruby, feel free to take a look at this gist :) ...
If you ever have the need to play with SAML SSO or SAML Single Sign-On integrations in Ruby, feel free to take a look at this gist :) ...
Let's say you want to see where it is declared the method `last` from ActiveRecord, you can do so Just as simple as: [ruby] MyModel.method(:last).source_location [/ruby] There you go...
Ahora una triste historia para programadores/arquitectos de software: Erase una vez una clase llamada `God` la cual implementaba el método `create_planet` [ruby] Class God def self.create_planet Earth.new end end [/ruby] Cierto día fue invocada por primera vez [ruby] @earth = God.create_planet [/ruby] La instancia Earth(Tierra) era maravillosa y resplandeciente, llena...
I was having troubles after switching between branches, here is the basic troubleshooting trick. [caption id="attachment_1394" align="alignnone" width="700"] problems with gem depedencies[/caption] As simple as that, thanks for reading Keep reading, coding and relax, peace H....
How do I allow my camera in a Cucumber scenario in Chrome? I was looking for a way to test a WebRtc feature and trying to fake the camera in order to do so, it turns out that it was pretty easy when using Chrome as...
Sometimes when you have a large test suite chances are that some of them fail randomly and when this happen you would not want to re run everything again so here it is the configuration I used to have for Rspec and cucumber in order...
Sometimes when you are doing some tests or trying some new configurations in your project you end up with many commits with generic messages or maybe you were working on a big feature and before creating your pull request you need to update your branch...
In this short post I will review some of the different ways you can organize your classes using a namespaces or without it and just creating a new folder and place there your classes and adding a suffix. Let's start by checking the different ways you...
Pro-tip: when you want to setup naked domains(for example phocus.io) you need some control to setup it up and that's when you need to pay a DNS service, for many domains I'm using the dnsimple.com service and the service costs $5.00 dollars per month up...
Hello there, I just want to share with you a couple of tutorials that will guide you and teach you how to create a real web application from Scratch using Rails 4 and Angular.js 1.4(the latest at this moment). If you don't know what Mailchimp, Aweber, Constant...