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.

Meerstats: Reduce the impact of silent production errors

I’m launching the beta of a side project I’ve had brewing for a while – Meerstats. It monitors key metrics and will report anomalies as they are detected. It also sends daily reports, so you can spot check any abnormalities yourself. This is all in an effort to catch silent production errors and reduce the amount of time your customers see them. It’s completely free for the duration of the beta.

FIFO queues with resque

Need something like apache kafka but only want a pure ruby solution and reuses your resque workers? The resque-fifo-queue gem aims to do something like that. [more inside]

Witch is the state of resque-fifo-queue ?? I am trying to use it but after inst…
hmm… it works fine with mine, could you provide information on your rails versi…

Traps on Rails - Overriding Boolean Methods in Models

One very useful feature of ActiveRecord is automatically defining attribute readers and writers for all the columns for given tables. For the ones with boolean type, however, there is one more addition – defining an alias of the method with a question mark. Sometimes it might be useful to override this method and add some extra requirements for a given condition. However, this might not be such a good idea. [more inside]

New Jekyll Remote Theme in Action - Turn Your Manuscripts into Live Books w/ Jekyll

Hello, the latest and greatest plugin to GitHub Pages (and Jekyll) is Jekyll Remote Themes. Using a simple config entry you can “automagically” pull in remote themes (layouts, includes, javascripts, etc). To once again show off / test the new functionality I’ve changed the World Classics Bookshelf (Static Website Source) to now use a remote book theme that turns your manuscripts in plain text w/ markdown formatting conventions into live (online) books. See The Trial by Franz Kafka as example. Happy reading. Happy publishing w/ GitHub Pages (and Jekyll). Cheers.

Kafka on Rails: Using Kafka with Ruby on Rails - Part 1 - Kafka basics and its advant

In this series of articles, I will try to provide you with an explanation on why you should invest your time in learning Kafka and the Karafka framework and how it can reshape the way you design and develop your Ruby applications. https://medium.com/@maciejmensfeld/kafka-on-rails-using-kafka-with-ruby-on-rails-part-1-kafka-basics-and-its-advantages-88e80e221ac3

Partial rendering performance in Rails

Some numbers about rendering times with different techniques. I see often that people are not aware of the importance of rendering views, and especially partials, in the proper way in Rails. In this blog post I show the different approaches with relative numbers. [more inside]

Loading older posts