MENU
Home
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other
About
Home
Categories
17066
today
Tutorials
Dockerize an Existing Ruby on Rails Application
Using docker, we can build and package an application or service with all the dependencies into single unit. Such a unit is called the “Docker Image”. It contains the entire source code of the application, runtime libraries and dependency software...
Send free SMS messages in a Ruby app using email-to-sms gateways provided by cell carriers.
sms-easy - Allows you to send free SMS messages in a Ruby app using email-to-sms gateways provided by cell carriers.
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.
<
1
…
240
241
242
243
244
…
259
>
Visit our quiz
Categories
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other