New Year, New Rails
Some personal impressions of the Rails 7 release. TLDR: I'm excited!
Testing External APIs in Ruby with Webmock and VCR
Testing external APIs comes with certain challenges. Ruby libraries like Webmock and VCR can help us overcome them.
Announcing Vonage Ruby SDK Version 7.4.0
Introducing a new NCCO builder in the Vonage Ruby SDK
Announcing Vonage Ruby SDK Version 7.3.0
Vonage Ruby SDK v7.3.0 has been released with a new auto-pagination feature
Build a Text-to-Speech Application With Hanami
This tutorial will show how to make a text-to-speech voice application using Hanami, the Vonage Ruby SDK, and the Voice API
All I Want For Christmas Is Ruby 3
The upcoming release of Ruby 3 includes many things to be excited about, including Ruby Signatures, Ruby Actors, and more pattern matching.
Record a Call in Ruby with Vonage Voice API WebSockets
Learn how to build a small webserver to work with WebSockets in Ruby. The server will handle incoming voice calls, WebSocket connections, and rende...
Nexmo Ruby v7.2.0 Release
The latest release of the Nexmo Ruby SDK is now available. Version 7.2.0 extracts JWT handling offering much more control over ACLs and more.
Create a Party With Ruby on Rails and the Vonage Video API Part 2
Build a custom video watch party app. In this second post of the series, you will learn how to add Javascript frontend to the Ruby backend
Create a Party With Ruby on Rails and the Vonage Video API Part 1
A great birthday for kids when you can't leave the house? Learn how to create a video watch party app with Ruby on Rails with this great tutorial
Nexmo Ruby v7.0.0 Release
Nexmo Ruby v7.0.0 introduced improved support for API error handling, renamed an existing class name and added more static typing
Scrape the Web for Updates and Send SMS Alerts with Ruby
Follow this tutorial to create a Ruby on Rails application that scrapes the web and delivers updates via SMS to the subscribed recipients
Insights from Incorporating Static Type Checking in Ruby
Whilst adding static type checking to the Nexmo Ruby Client Library, Developer Advocate Ben Greenberg learned a lot. Here he shares those learnings!
Introducing Nexmo Rack Middleware
Nexmo Rack Middleware makes it easy to incorporate Nexmo API functionality into your Ruby application. Just add the middleware to your app and get ...
Play the Game of Telephone with the Nexmo Voice API
Learn how to recreate the classic children's game of telephone with Ruby on Rails, the Nexmo Voice API and Google Cloud Platform.
How to Build a Magic 8-Ball Voice App with Ruby
In this tutorial, you'll learn how to create a voice app with Ruby on Rails and Nexmo's Voice API to help you answer life's tough questions.
Build a Conference Call with the Nexmo Voice API and Ruby on Rails
Get started with creating a fully featured conference call with the Nexmo Voice API and Ruby on Rails with this tutorial.
Announcing the Nexmo Rails Gem
With the new Nexmo Rails gem you can get started creating fully featured Ruby on Rails communications apps easily and quickly.
Forward a Call via Voice Proxy with Ruby on Rails
In this tutorial you'll see how to build a voice proxy for forwarding voice calls using the Nexmo Voice API and Ruby on Rails.
Getting Started with the Vonage Number Insight API and Rails
Use the Vonage Number Insight API and Rails to quickly check valuable information on phone numbers globally in real time.
Play Streaming Audio to a Phone Call with Ruby
Learn how to create a new phone call and send streaming audio to it with the Nexmo Voice API and Ruby with just a few lines of code.
How to Handle Inbound Phone Calls with Ruby on Rails
In this Nexmo Voice API tutorial, you will learn how to receive an inbound call by implementing a webhook endpoint in Ruby on Rails.
Receive Voice Call Events for a Call In Progress with Ruby on Rails
In this tutorial, you'll learn to determine when a voice call has connected or completed by listening for call events in your Ruby on Rails applica...
Make an Outbound Text-to-Speech Phone Call with Ruby on Rails
With the Nexmo Voice API, you can make worldwide outbound calls. All you need is your virtual phone number, the Ruby Gem, and a few lines of code.
Receive an SMS Delivery Receipt with Ruby on Rails
We will look at what it means for a message to be delivered, and how we can listen for SMS Delivery Receipts from Nexmo
Building a Customer Service Chat App with Rails 5 Action Cable and SMS
In this tutorial we'll cover how to build a customer service chat application with Ruby on Rails 5 Action Cable and SMS using the Nexmo SMS API.
Building a Voice Alerts Broadcast System using Ruby
In this tutorial we'll build a Nexmo Voice Alerts Broadcast System using Ruby with Sinatra and the Nexmo Text-To-Speech API (TTS).