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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T08:21:06+00:00 2026-05-31T08:21:06+00:00

Following Hartl’s Railstutorial on Chapter 10 where we protect user edit pages so that

  • 0

Following Hartl’s Railstutorial on Chapter 10 where we protect user edit pages so that users can only edit their info. http://ruby.railstutorial.org/chapters/updating-showing-and-deleting-users#sec:protecting_pages

Is there a way to deny access to a user’s home page (http://localhost:3000/users/1) if the user ID does not match the ID from the page being accessed or if the user is not signed in? Essentially, this only allows the user to view the page if his id matches the user page’s id.

  • 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-31T08:21:07+00:00Added an answer on May 31, 2026 at 8:21 am

    The tutorial already defines a correct_user before_filter which checks if the current logged in user is equal to the user found from params[:id].

    You’re already using it to make sure the user can only edit/update his or her info.

    before_filter :correct_user, :only => [:edit, :update]

    All you have to do is add that filter to the show action.

    before_filter :correct_user, :only => [:show, :edit, :update]

    edit: I forgot to add that @user = User.find(params[:id]) is no longer needed in the show action since it’ll be set by the before filter.

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

Sidebar

Related Questions

I am following Michael Hartl's Screencasts from railstutorial.org. According to chapter 5, I changed
I am following Michael Hartl's Rails Tutorial Here: http://ruby.railstutorial.org/chapters/modeling-and-viewing-users-one#top I use this command to
Following up from this question: How can I unlock a file that is locked
Following Hartl's railstutorial and I changed my error-messages partial to work with other objects
Hey I was following Michael Hartl's railstutorial when I stumbled upon this chunk of
I have this test from michael hartl book describe follower/following counts do let(:user) {
I have been following this tutorial, http://ruby.railstutorial.org/chapters/modeling-users?version=3.2#top , and I tried this in the
I am following the Ruby on Rails tutorial by Michael Hartl http://ruby.railstutorial.org/ I installed
I'm following Ruby on Rails Tutorial: Learn Rails by Example, by Michael Hartl. http://ruby.railstutorial.org/chapters/a-demo-app#sec:a_micropost_microtour
Working through Michael Hartl's RailsTutorial and came across the following error - even though

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.