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.

Ruby 2.5 enables Thread.report_on_exception by default

Threads are hard to work because when they die then , by default, we don’t get much info. This new feature in ruby 2.5 would provide us more info when threads die due to an uncaught exception. Originally this feature was discussed 6 years ago. Read on to see why it took so long. [more inside]

Export your Rails performance metrics with scout_dogstatsd

Want your Rails performance KPIs (response time, throughput, error rate, time-in-queue, etc) in your DogStatsD-compatible metric system with almost zero effort? Try the scout_dogstatsd gem. scout_dogstatsd automatically instruments your web + background jobs, sending metrics to systems that support the DogStatsD protocol (like DataDog).

tty-config - Ruby apps configuration data management

I’ve written tty-config to help with managing configuration options in Ruby apps, especially CLIs. I needed a simple api that will easily define, get and merge keys of arbitrary depth. It supports reading and writing of configuration options in YAML, JSON & TOML formats. No magic DSLs and converting keys into method calls. Pure and simple data lookups.

WordpRSS - a simple gem to help with the RSS aggregation app creation

Have you ever thought about building an RSS aggregator app with Rails? If yes then I have some goods news for you. I created WordpRSS – a simple Ruby gem that will help you to pull the data from any WordPress RSS channel. READ MORE

Hey Pawel, few thoughts here: 1. Why did you put a link to your own blog instea…
Hello Kaloyan! I put the link to the blog instead of the link to the rep…
Loading older posts