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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T23:39:17+00:00 2026-06-17T23:39:17+00:00

I want to allow the user and nonlogin visitors to create posts, but have

  • 0

I want to allow the user and nonlogin visitors to create posts, but have trouble in coding
In ruby on rails tutorial, I find:
@post =current_user.posts.build(params[:post])
But the curren_user would be nil.
Another approach is
@post.user = current_user
This seems ok
but is this line too ugly? should I need to create a guest user to put those posts into 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-06-17T23:39:18+00:00Added an answer on June 17, 2026 at 11:39 pm

    You could do this, assuming you are using devise:

    application_controller.rb

    class ApplicationController < ActionController::Base
      before_filter :set_current_user
    
      def set_current_user
        #create a new use if there is no logged in user
        #or you could probably load a default user
        current_user = User.new unless user_signed_in?  
      end 
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to allow any user to create a category using a text field.
I have the following model and I want to allow user to join the
If I want allow user to add some formating, but I need prevent css
I have an sql query. I want to allow user to modify only relational
I have a tab panel in the gwt. I want allow the user to
I want to allow user to enter characters,numbers and special characters but no the
I have a Windows Forms TextBox in which I want to allow the user
I have a command line Ruby app I'm developing and I want to allow
I want to allow user to upload a file of txt ,doc or pdf
I want to allow user to enter only english alphabets and characters. How can

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.