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.

Simple gem with a list of professions

Profession is a simple gem with a list of professions (over 1000), for matching and parsing professions in a large body of text. For instance, this was helpful for parsing out Wikipedia articles for a little school project for my kids. Feel free to add more occupations to the list.

How to create a video upload service in Rails - Part I

I’ve finally gotten around to bringing my blog back to life. I wanted to start writing a series piggy backing on a small project I was doing in my spare time, so I started with the first post, which starts off with a basic Rails site capable of uploading and watching videos. Simple stuff. I will continue to expand on this, adding some more fun features. Hopefully its enjoyable. [more inside]

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!

Loading older posts