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.

Set Up A Docker Container To Test Your Rails App

Code is never self-contained. It runs in an environment. Docker lets you define that environment in a simple and portable way. That’s why pretty much every automated testing and deployment service works with docker containers. You give them a container, and done! But how do you set up a container to use for testing your Rails app? In this article, Milap Neupane will show you. https://www.honeybadger.io/blog/testing-rails-with-docker/

New Ruby on Roda Release - Background Jobs with Sidekiq

Hi, many of you asked me to show you how to create background jobs in the Roda application. As a result, I released a new version of Ruby on Roda book that includes a chapter describing how to use Sidekiq for asynchronous jobs and Sidekiq::Web for monitoring processes in production . If there is a topic you would like me to describe, let me know! [more inside]

Loading older posts