Devise Masquerade as another User

January 31, 2017

Track your progress

Sign in to track your progress and access subscription-only lessons.

Log In

Your Teacher

Hi, I'm Chris. I'm the creator of GoRails, Hatchbox.io and Jumpstart. I spend my time creating tutorials and tools to help Ruby on Rails developers build apps better and faster.

About This Episode

Add masquerading (the ability to impersonate or login as another user) to your development or admin environments using the devise_masquerade gem

Notes

Resources

<% if user_masquerade? %>
  <div class="alert alert-warning text-center" style="margin-bottom: 0px">
    You're logged in as <%= current_user.name %>.
    <%= link_to back_masquerade_path(current_user) do %>Logout <%= fa_icon "times" %><% end %>
  </div>
<% end %>

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.