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.

Setup ELK for NGINX logs with Elasticsearch, Logstash, and Kibana

ELK Elastic stack is a popular open-source solution for analyzing weblogs. In this blog post, I describe how to setup Elasticsearch, Logstash and Kibana on a barebones VPS to analyze NGINX access logs. I don’t dwell on details but instead focus on things you need to get up and running with ELK-powered log analysis quickly. [more inside]

teletype - create command line apps the easy way!

tty now includes the teletype executable for scaffolding command line applications. Generating new application is a simple as running the teletype new my-app-name in your console. You can then add new commands and subcommands with integration and unit tests baked in. Let me know about your terminal creations built with teletype! Everything you need to know is in a readme document.

An Open Source Data Dictionary for Cities in RoR5 + React

As Cities start working through the ‘What Works Cities’ program, you quickly come upon the requirement to build a ‘data dictionary’. Looking around, everything looked like some variation of a spreadsheet, but I wanted to something that would help visualize and surface the data relationship between our myriad applications. [more inside]

Arel with Wharel

Wharel is a tiny little gem that uses the empty room pattern to make Arel queries easier to build. In this blog post, I walk through all 31 lines of this tiny gem and the features of Ruby’s object model that make it so simple and powerful.

Loading older posts