Banks which require further authentication on transactions may decline charges if Strong Customer Authentication is not being performed on 3D Secure enabled Credit Cards. In this episode, we look at adding Stripe Checkout and webhooks to our Rails application.
There's many benefits to running your own cache and proxy for Ruby gems. In this episode, we look at provisioning, configuring our system and projects to use a Gem in a Box instance.
Dot files are important for customizing our development experience and in this episode, we'll have a look at the .zshrc, .gemrc, .railsrc, and .irbrc dot files and how we can customize them to make our development life easier.
The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, and can follow links and submit forms. Form fields can be populated and submitted.