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

  • Home
  • SEARCH
  • 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 7835873
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T13:51:03+00:00 2026-06-02T13:51:03+00:00

I want to implement partial for edit and new views. So, i have now

  • 0

I want to implement partial for edit and new views.

So, i have now partial with such code:

_subject_fields.html.erb

<div class="control-group">
  <%= f.label :subject_name, "Name of subject", :class => "control-label" %>
  
  <div class="controls">
    <%= f.text_field :subject_name,
                     :placeholder => field_placeholder,
                     :value => subject_name %>
  </div>
</div>

I call my partial with such code:

<%= render :partial => 'subject_fields', 
         :locals => { :f => f,
                      :field_placeholder => @everpresent_field_placeholder,
                      :subject_name => @some_var,
                     }
 %> 

But here is problem. When i render such partial in edit view i shouldn’t pass subject_name because rails automatically do that for me (i mean rails do this for me unless i set my own :value which i do because i want to use this partial in new view too). But i should pass subject_name for new view. How can i solve that? Should i add condition in partial or something?

  • 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-02T13:51:07+00:00Added an answer on June 2, 2026 at 1:51 pm

    There is no need to have the value part at all. when you say f.text_field :subject_name, you are calling text_field on the form f. f is acting on an object (like @blog_post in form_for @blog_post do |f|). Rails tries to call the text_field method on @blog_post, and fills that into the text_field if there is a return value.

    So the value of the subject_name text_field will be set if there is one (like in :edit) r left blank if there isn’t one (as in :new)

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

Sidebar

Related Questions

I’m building an application that monitors other systems. Now I want to implement partial
I want to implement this partial method in my Linq table class. partial void
I want to implement the partial updates for my resource as i have large
I have the following code behind: public partial class _Default : System.Web.UI.Page { List<GlassesCollection>
given this class definition: public class Frame { IFrameStream CapturedFrom; } I want implement
I want to implement a close button on a PageControl and I have read
I want to implement an automatic update system for a windows application. Right now
I want to implement in Java a class for handling graph data structures. I
I want to call a partial method from outside of the declaring class. This
I have stack of images in a grid and i want to implement 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.