Tutorials



How to test static sites with RSpec, Capybara, and Webkit
Automated tests are not only good for dynamic code. You can (and probably should) test your static web sites as well. Here is an example of me testing the Fedora Developer website using Ruby, RSpec and Capybara.First, let’s briefly stress out why ...



Build a contact form using ActiveModel, I18n and custom validations
Getting in touch through a website contact form is commonplace for a lot of web applications. Typically, a user may want to send comments or feedback through a form to allow them to receive a more detailed response. Therefore, we will be building ...




Build a WhatsApp chatbot with Ruby, Sinatra and Twilio - Twilio
Chatbots are programs that communicate some way with humans. They can be very basic, responding to keywords or phrases, or use something like Twilio Autopilot to take advantage of natural language understanding (NLU) to provide a richer experience...