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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:53:20+00:00 2026-05-25T20:53:20+00:00

I have this Rails 1.2.6 form: <%= form_tag(:action => login_in_user) %> <p> <label for=header>Username</label>

  • 0

I have this Rails 1.2.6 form:

<%= form_tag(:action => "login_in_user") %>
 <p>
          <label for="header">Username</label>
          <%= text_field("user", "name") %>       
          </p>          
         <p>
          <label for="header">Password</label>
          <%= password_field("user", "password") %>                
          </p>
          <div class="spacer"></div>
          <%= write_flash_notice(:label => true)%>
          <%= error_messages_for 'user' %>
 <p>
          <label for="submit">&nbsp;</label>          
    <%= submit_tag("login") %>     
           </p>
<%= end_form_tag %>

I have really tried to rewrite this wihhout luck using form_for(:login_in_user)

How should I rewrite it?

UPDATE – Rails§! Had of course forgot the <%= yield %> in layout

  • 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-25T20:53:21+00:00Added an answer on May 25, 2026 at 8:53 pm

    Is there a @user instance present? If so:

    <%= form_for @user, :url => { :action => :login_in_user } do |f| %>
      <p>
        <%= f.label :name %>
        <%= f.text_field :name %>
      </p>
      <p>
        <%= f.label :password %>
        <%= f.password_field :password %>
      </p>
      <%= error_messages_for :user %>
      <p>
        <%= f.label :submit %>
        <%= f.submit :login %>
      </p>
    <% end %>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

this time it's about Ruby On Rails. I have a form in the view
In my Rails 3 application I have the following form: <%= form_tag(/lounge/add_new_message, :id =>
I did a simple rails form with two user inputs , name and email.
This question is related to this other question: Change rails text_field form builder type
Ok so I have this relationship in Rails: class Position < ActiveRecord::Base belongs_to :company
I have this command in a Rails controller open(source) { |s| content = s.read
I have this RoR app that calls to RAILS_ROOT. When running it using rails
I have a text like this: 'Rails on IIS7 http://is.gd/vWPn ' (it's a tweet
Ever since I created this Rails 3.2.3 project to use MiniTest, I have been
The default in Ruby on Rails is to have this set to false (in

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.