Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Twilio Best Practices
  • Toc
  • feedback
Twilio Best Practices

Twilio Best Practices

By : Rogers
4.5 (4)
close
Twilio Best Practices

Twilio Best Practices

4.5 (4)
By: Rogers

Overview of this book

If you have experience with at least one programming language and are looking to integrate Twilio into your applications, then this book is for you.
Table of Contents (10 chapters)
close
9
Index

Ruby


We can install the twilio-ruby library using the ubiquitous RubyGems software. Much like Composer in the PHP world, it's a package manager that makes it easy to install and manage dependencies.

We can install the gem on its own by running gem install twilio-ruby from a terminal/Command Prompt. This will make the gem available in Interactive Ruby Shell (IRB).

However, in the context of a Ruby project, we usually manage our gem dependencies through a Gemfile. This file specifies a source for downloading gems, usually https://rubygems.org, and then lists gems to be installed. You also have the ability to specify the version you want to use and can install different sets of gems for different environments (for instance, you might have different gems for production use and running tests).

A basic Gemfile using the Twilio library would look like this:

source "https://rubygems.org" gem 'twilio-ruby', '~> 3.12'

Once we've added the gem to our dependencies, we can install the library with Bundler...

bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete