MENU
Home
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other
About
Home
Categories
13749
today
Tutorials
Send an SMS Message with Ruby in 30 Seconds
You’re building a Rails app and you need to send SMS messages. “This could take some time,” you think. Not so! Here’s a video showing how quick it is to get started with Twilio in Ruby:
Adding Twilio SMS Messaging to your Rails App
The use of smart phones is on the rise, however SMS text messaging is still the best way to reach the broadest customer base, especially in developing countries. If you have a Ruby on Rails application that needs to reach this broad customer base,...
Ruby is Fast Enough - serving JSONAPI at speed by Michał Czyż
rails ruby jsonapi-resources puma apache benchmark ab sinja sinatra sequel single process wrocloverb
Service Objects in Ruby on Rails…and you
This tutorial is an excerpt for the service object chapter in my upcoming book Building a SaaS Ruby on Rails 5. The book will guide you from humble beginnings through deploying an app to production.
Bots on Rails. Part two, building conversational flow
In the first section we developed an idea and a high level spec of our bot functionality. We have also bootstrapped our rails app and created some dummy hello world bot, that was basically a skeleton to keep moving.
Ruby Module Linearization
A class that includes a module will be able to use the methods defined in the modules. A class doesn't really "inherit instance variables". Instance variables must not be declared, they exist just by virtue of being accessed.
norswap · Ruby Methods, Procs and Blocks
In everything that follows we make the distinction between parameters (or formal parameters): the parameters as they appear in method definitions
Ruby's Lookups
The great difficulty in Ruby is knowing what names refer to. Linearization showed us that knowing which method gets called is non-trivial. Unfortunately it's only part of the story.
Ruby Gem for smarter importing of CSV Files as Array(s) of Hashes
Ruby Gem for smarter importing of CSV Files as Array(s) of Hashes, with optional features for processing large files in parallel, embedded comments, unusual field- and record-separators, flexible mapping of CSV-headers to Hash-keys
Using Database Replicas in Rails with Octopus Gem
Everyone waits until the ideal moment to take life-changing decisions. For most people, the beginning of a new year is the best time for choosing bold approaches or goals.
<
1
…
242
243
244
245
246
…
261
>
Visit our quiz
Categories
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other