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 6588659
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T17:04:31+00:00 2026-05-25T17:04:31+00:00

I use devise for authentication, all it’s fine but I want to put the

  • 0

I use devise for authentication, all it’s fine but I want to put the before filter to edit user action which is built in devise and have a problem with it cause it’s no controller for it. Anybody knows how to do it?

  • 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-25T17:04:32+00:00Added an answer on May 25, 2026 at 5:04 pm

    You can alter the controller that is used by Devise by specifying it in your config/routes.rb file:

    devise_for :users, :controllers => { :users => "users" } 
    

    Then you would create a UsersController in your application that inherits from the Devise::UsersController and define a before_filter at the beginning of this controller:

    class UsersController < Devise::UsersController
      before_filter :some_filter
    
      private
        def some_filter
          # some code
        end
    end
    

    You don’t need to define the actions in this controller unless you want to completely override them.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently use Devise for user registration/authentication in a Rails project. When a user
I use Devise and Basic HTTP Authentication to access user areas from a mobile
I'm currently trying to use Devise 1.1.pre3 as authentication in my upcoming project, but
I use devise for authentication. In my User model there is a field locale,
I have two models, user & offline_user, and I want to use a dropdown
I want to use this function from mongoid: person.update_attributes(first_name: Jean, last_name: Zorg) But I
I created a User model using Devise and whenever I use rake db:migrate I
I am using devise but the User model is related to a legacy table
I use Devise for authentication and I have an admin role who can manage
I'm using Devise for user authentication and basic authentication. Let's say I have defined

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.