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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T22:44:38+00:00 2026-06-11T22:44:38+00:00

A quick Rails question that I would love your guys’ help on. Been looking

  • 0

A quick Rails question that I would love your guys’ help on. Been looking around for the answer and everything out there seems a bit on the more complex side for what I think is the solution. I have two pages that use a model (User) and a form on each page which updates a different attribute when saved.

  • One updates their password details (validation is for presence of password)

  • One updates their quiz’s response (validation is for 300 max characters)

How can I do conditional validation so that when I submit the form, validations appear on their respective pages? Do I need two separate actions? How do I link these actions to the form submit?

Here is the generic update action and the form:

Users controller

def update
  @user = User.find(params[:id])
  if @user.update_attributes(params[:user])
    flash[:success] = "All is updated"
    sign_in @user
    redirect_to @user
  else
    render 'edit'
  end
end

Form

<p><h3>Linked-In Optimization</h3></p>
<%= form_for(@user) do |form| %>
  <p><%= form.label :linkedin, 'Please copy and paste your Linked-In profile here (575  chars max.)' %></p>
  <p><%= form.text_area :linkedin %></p>
  <%= form.submit 'Save' %>
  <img class="linkedin" src="/linkedin.png">
<% end %>
  • 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-11T22:44:39+00:00Added an answer on June 11, 2026 at 10:44 pm

    To simplify things, use two separate controller actions.

    To link your form submit to the new paths, do this

    <%= form_for(@user, :url => update_password_user_path(@user)) do |f| %>
    

    If you’ve added the necessary validations in your model, the error messages will appear on your respective forms.

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

Sidebar

Related Questions

I had a quick question that's been bugging me. I'd like to place a
Quick question: I have been learning ruby on rails and http://guides.rubyonrails.org/index.html is really good
Quick question (and sorry if it's already been asked, I have looked but couldn't
Possible Duplicate: Rails primary key and object id Very quick question. My server is
Quick question for rails pros out there... When working with Rails 3.0.x apps I
I learned ruby on rails before php and need a quick answer. I'm trying
A question that I hope you can answer for a Q&A app. Still very
Quick summary: I have a Rails app that is a personal checklist / to-do
Hey there, is there a quick Ruby (or Rails) expression that returns nil if
I'm writing a quick little money tracking rails app for fun that allows a

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.