MENU
Home
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other
About
Home
Categories
9812
today
Tutorials
How to use AWS Secrets Manager in Ruby on Rails
AWS has recently rolled out Secrets Manager in April 2018. It comes with a web console for you to easily CRUD the secrets, and it works with IAM to control who and what can access them. If you run one or more Rails apps in EC2, you can use IAM rol...
Default Ruby on Rails Options – Drifting Ruby
A lot of times, we will create a new Ruby on Rails application and go through the process of our normal configuration setup. Sometimes, we will create a template to expedite our setup like in a recent screencast episode. https://www.driftingruby.c...
Try SMTP Server From Rails Console
When working with a none technical person, it is really difficult to identify the problem of SMTP config. It hard to define because the credentials or our config is wrong. Also, we don’t want to config and release it then user spot it is not worki...
A ruby client for interacting with Rails' ActionCable
This gem is a wrapper around websocket-eventmachine-client, and supports the Rails Action Cable protocol.
How to Use The VCR Gem to Improve Your Testing Suite
If your Ruby application uses any kind of external API then you probably have faced the problem of slow tests .
Ruby Kafka Messaging App using Docker
In the previous article, Kafka Producer and Consumer in Ruby using Docker we ran the producer and consumer programs in the Docker host.In this article, we will connect a simple Ruby messaging app running in a container to Kafka running in another ...
Polymorphic Routes - Ryan Bigg
What this would do is dutifully redirect to the show action inside the PostsController and pass along the id parameter with a value of whatever @post.id returns. Typical 302 response.
Integrating ReactJS with Rails
There is lot of buzz(1, 2, 3) around ReactJS and lot many tech companies started using it in production. Thoughtworks has already adopted and is strongly recommending to use it in production.I am in love with React because of these 7 strengths of ...
Streaming downloads using net/http, http.rb or wget
Down is a utility tool for streaming, flexible and safe downloading of remote files. It can use open-uri Net::HTTP, HTTP.rb or wget as the backend HTTP library.
An open source Ruby framework for voice and text chatbots.
Stealth is a Ruby based framework for creating voice .
<
1
…
197
198
199
200
201
…
263
>
Visit our quiz
Categories
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other