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.

Increase reliability of background job processing using super_fetch of Sidekiq Pro

Many applications use Sidekiq for background job processing. Although the “basic_fetch” strategy shipped with Sidekiq works in normal circumstances, it is prone to losing jobs when the Sidekiq process crashes. In this blog post we will discuss this problem in great detail and the benefits of “super_fetch” strategy offered by Sidekiq Pro to address that problem.

tty-config v0.2.0

The latest tty-config adds validate API call for asserting configuration values that meet validation rules. Validation rules are specified via a callback and Ruby is your validation DSL!

ActiveContract - Blockchain SQL Database Storage for Universum World Computer in Ruby

Hello, the little weekend experiment continuted - let’s (re)build the billion dollar ethereum world computer from scratch (zero) using a 25-year-old contract language - ruby :-) - and ye good 40-year-old SQL databases. What’s news? Use the new ActiveContract machinery to store the contract (world) state in the blockchain using - surprise, surprise - SQL database storage. See a first live converted gold mine / token contract in universum with SQL storage e.g. token_sql.rb. Let’s put ruby on the blockchain :-).

Loading older posts