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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T00:57:03+00:00 2026-06-14T00:57:03+00:00

I am learning ruby on rails, well I have white this code to do

  • 0

I am learning ruby on rails, well

I have white this code to do a login and autenticate to edit post, but I dont find how to do a logout, I only can login, and then I can’t do logout, please help me

class PostsController < ApplicationController

http_basic_authenticate_with :name => 'admin', :password => 'meteoro', :except => [:index, :show]
# GET /posts
# GET /posts.json
def index
@posts = Post.all

respond_to do |format|
  format.html # index.html.erb
  format.json { render json: @posts }
end
end

thanks

  • 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-06-14T00:57:04+00:00Added an answer on June 14, 2026 at 12:57 am

    HTTP is stateless, so it’s really a convention of the browser (client) and server that make you “logged in” for a given request. Check out the answer in this post — the important part is that once authentication is complete, the server will respond with an Authorization header which the browser will pass back. Manually clearing the header in the controller by doing something like request.headers['Authorization'] = '' should work, I think.

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

Sidebar

Related Questions

I am learning Ruby on Rails so I'm sure I'll find this out sooner
I have been learning Ruby (Rails/Sinatra) and it's good very good but OMFG how
I am currently learning ruby on rails with 3.0 I have created a post
I am coming from the world of PHP and am learning Ruby/Rails. I have
I'm just learning ruby on rails and I have a table of user roles
I'm learning Ruby on Rails. I'm using some associations (has_many :through, ...) But i'm
I am learning Ruby on Rails and i did this scaffolding command: rails g
While learning Rails, I found this example in the Sam Ruby's book: app/controllers/line_items_controller.rb def
Learning ruby on rails, playing around with routes and path methods. I have built
I'm just learning Ruby on Rails (no prior Ruby experience) I have these models

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.