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.

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.

5 Best Ruby on Rails Content Management Systems (CMS)

Content Management System is also a great platform for content organization, from drafting, revising, reviewing, approvals and publishing. With CMS, users can neatly divided into roles from authors, editors and publishers, and SEO editors. Read our blog to know about RoR based content management system.

Have you tried Jekyll (or another static site builder)? Managing your documents…
What about spinacms.com ?
worth checking out is ComfortableMexicanSofa as well github.com/comfy/comfortab…
I’ve been using refineryCMS on a client project and I’m pretty darn happy with …

Jekyll Against the Rest of the World - Dynamic is Evil ;-) by Tobias Horvath

Hello, via Vienna.html - (a static site news feed + user group) - the latest article about Ruby’s (and the world’s) #1 static site builder/compiler/generator titled “Jekyll Against the Rest of the World - Dynamic is Evil ;-)” by Tobias Horvath. Cheers. PS: Jekyll Trivia #1 - Did You Know - Yes, you can log into a (static) Jekyll site, use the jekyll-auth addon (gem).

Loading older posts