Capybara is primarily used for testing, but did you know it has other uses?
This article will show you how to write controller tests for the AJAX example app.
This article will show you how to add Github authentication to your Rails app.
This article will show you how to allow your users to authenticate using Google. (UPDATED!)
This article will show you how to test the AJAX in your application.
This article will go over a few best practices for the Rails secrets.yml file.
This article shows you how to simplify application configuration using the Figaro gem.
This article will show you how to test your model concerns using RSpec.
This article will show you how to convert SVG to PNG using RMagick
This article will show you how to use HTML 5 input types to enhance user experience.
We are back!
This article will show you how to set up a Ruby on Rails development environment in Ubuntu 16.04.
This article will show you how to add reCAPTCHA to your Rails application
In this article we will build out the shopping cart for our eCommerce application.
This article will show you how to make debugging easier with Pry
In this article we will add images, authentication, and the product page.