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.

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]

Rails Security Threats: Authentication

Authentication is at the heart of most web development, yet it is difficult to get right. In this article, Diogo Souza discusses common security problems with authentication systems and how you can resolve them. Even if you never build an authentication system from scratch (you shouldn’t), understanding these security concerns will help you make sure whatever authentication system you use is doing its job. https://www.honeybadger.io/blog/rails-security-authentication-leaks/

Loading older posts