MENU
Home
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other
About
Home
Categories
5159
today
Tutorials
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.
Automatic LetsEncrypt SSL certificates in your Rails app on Heroku
This gem is a complete solution for securing your Ruby on Rails application on Heroku using their free SNI-based SSL and LetsEncrypt. It will automatically handle renewals and keeping your certificate up to date.
<
1
…
233
234
235
236
237
…
252
>
Visit our quiz
Categories
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other