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.

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/

Scout APM Launches Error Monitoring for Ruby Applications

Scout APM announces the release of error monitoring for Ruby applications. Scout APM + Error Monitoring centralizes performance monitoring, error insight, and real-time alerting within a single, integrated dashboard, helping developers streamline troubleshooting by eliminating the need for multiple web application monitoring services. Ruby developers can try Scout APM + Error Monitoring free for 14 days, no credit card required.

Ruby : the "unless" keyword

You are probably familiar with the “if else” control flow but there are certain situations where there may be a visually better way to write these statements. Here we will discuss how you can achieve this via the unless keyword in Ruby and the different ways you can use it. [more inside]

Loading older posts