RubyFlow The Ruby and Rails community linklog

[ANN] Sudo Rails - Sudo mode for your Rails controllers

I just released a first version 🚀 of a new gem: Sudo Rails, sudo mode for your Rails controller. You can easily protect any Rails action with a customizable password confirmation strategy (ships with Devise and Clearance integration), just use the sudo method:

class SecretController < ApplicationController
  sudo
end

Inspired by Unix sudo command and GitHub Sudo mode.


Links:

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in