Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7062739
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T04:37:49+00:00 2026-05-28T04:37:49+00:00

I am using the devise gem for authentication and have the following before_filter in

  • 0

I am using the devise gem for authentication and have the following before_filter in my ApplicationController:

  before_filter :require_login

  def require_login
    unless user_signed_in? || params[:controller] == 'devise/sessions'
      flash[:error] = "You must be logged in to access that page."
      redirect_to new_user_session_path
    end
  end

I have recently implemented the ActiveAdmin gem and am trying to get skip_before_filter to work for ActiveAdmin, so that I can access ActiveAdmin. I have attempted the methods outlined in this post, adding the following to config/initializers/active_admin.rb:

  config.skip_before_filter :require_login

and also adding the following to one of my admin model files, listing.rb:

ActiveAdmin.register Listing do

  controller do
    skip_before_filter :require_login
  end

end

but it doesn’t seem to work, even after restarting the server and browser.

What am I doing wrong?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T04:37:49+00:00Added an answer on May 28, 2026 at 4:37 am

    So two things:

    First: I think you’re using Devise inefficiently. Instead of a custom login method on application_controller, you should:

    class ApplicationController 
      before_filter :authenticate_user!
    end
    

    That’s it — everything else works.

    Second: Active Admin uses a different user class — the “admin_user” (rather than “user”). By default, you’ll use the following credentials:

    email: admin@example.com 
    password: password
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I using devise gem for registration but i have problem. my table include: first_name,
I have a Rails 3 application using Devise for authentication. Now I need to
I am using the devise gem to make authentication work in my app. Here's
I've employed devise as the user-authentication gem for my rails web-app. Using this pre-generated
I am developing a Rails 3 app using the Devise gem for authentication. I'm
I'm using devise invitable: gem on github I want to implement controller inheritance, so
I need to know how configure the gem devise,Im using ruby 1.9.2, rails 3.1.3,
Devise, the authentication gem for Ruby based on Warden (another auth gem) does not
Hi I am using the devise gem for rails for app. My question is
I'm building a website based on RoR, and using a third-party gem devise. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.