RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

New Rails apps monitoring tool

Hi, I started building a Rails apps monitoring tool a year ago. It started as a side project for my own needs. I wanted to track performances and errors for both requests and background jobs. Later with the help of a designer friend it gets a pretty nice UI. Then I decided to launch it to see how it goes. So I take this opportunity to share it and I am still looking for feedbacks. Here is the link

How to Add Chat to a Rails App with Twilio IP Messaging

Adding chat to your app is more than just sending and receiving messages. Full-featured chat requires chat-history, typing indicators, read receipts, and to sync across iOS and Android devices. This tutorial uses Twilio’s IP messaging SDKs to add chat to a Rails app in 20 minutes.

Hey, can you post a rails project that implements this. I’m having a lot of tro…

ruby-kafka: A solid Ruby client for Apache Kafka

Apache Kafka is a message bus implemented as a distributed, partitioned log. ruby-kafka is a new client for Kafka, currently supporting publishing (producing) messages, with subscribing (consuming) planned for the near future. Take a look if you’re interested in Kafka! [more inside]

Not a solid one yet but seems that will get better ;)

Protect Your Web Application with Google reCaptcha on Ruby on Rails

Google reCaptcha is easy to use and comes packed with advanced security features. Using an advanced risk analysis engine, reCaptcha keeps the automated bots from engaging in spamming activities for your application. Besides it is much more user friendly than the earlier image captchas. Read More Here.

Loading older posts