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.

Pakyow v0.10 Release

We just pushed out a bit update to Pakyow, a realtime web framework for Ruby. This release introduces WebSockets, channels, reactive views, and a some other goodies. Read the announcement

Great web framework. Added Pakyow to the Awesome Web Frameworks listing in the …
Thanks, Gerald!

Pronto v0.5.0

Pronto performs quick automated code reviews with the help of various analysis tools (RuboCop, Brakeman, Flay, etc.) by checking only the introduced changes. And v0.5.0 is the best version of Pronto yet. It includes bug fixes and features requested and created by the community. If you haven’t had a chance to check Pronto out in the past, there’s no better time than now!

Greenjaguar

Applies retry behavior to arbitrary code blocks with different policies like fibonacci, exponential backoff, FixedInterval, etc. This basically is the ‘retry’ construct on steroids. [more inside]

Investigating Kafka as an Event Store

In this post we explore using Kafka as an Event Store. Kafka is “publish-subscribe messaging rethought as a distributed commit log”. Includes Ruby code examples.

https://stackoverflow.com/questions/17708489/using-kafka-as-a-cqrs-eventstore-g…

ReverseMarkdown 1.0.0

reverse markdown transmogrifies given HTML into markdown for storing or further processing. The library just hit 1.0.0 with major speed improvements, but also some breaking changes, so please update with care! For details look at the changelog.

That’s really cool.
Great library. Added ReverseMarkdown to the Awesome Markdown list in the Hypert…

Introducing Godmin 1.0

Godmin is an admin framework for Rails 4+. It helps you build dedicated admin sections for your apps, or stand alone admin apps such as internal tools. It has support for common features such as scoping, filtering and performing batch actions on your models. Read more in our blog post

Great admin framework. Added Godmin to the Awesome ActiveRecord listing in the …
How does this compare to the administrate gem from Thought Works?

Bulletproof Rails Background Jobs

As Rails applications have grown and matured, we’ve asked them to do more complete and weighty tasks, and background jobs have been a necessity to keep the web application side of things responsive and zippy. But in a lot of cases, developers simply dump code into workers and call it a day. Just by following a few common-sense patterns, you can keep the back side of your code as neat and well-ordered as the front.

Loading older posts