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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T07:50:15+00:00 2026-05-24T07:50:15+00:00

render @some_object will render Rails.root/app/views/some_objects/_some_object.html.erb Now I want to handle which partial will be

  • 0
render @some_object

will render Rails.root/app/views/some_objects/_some_object.html.erb

Now I want to handle which partial will be rendered depends on its data_type field. For example:

class SomeObject < AR::Base
  # some magick method wich I need to rewrite
  def partial_name
    case data_type
    when "String"
      "string_template"
    when "Text"
      "text_template"
    else
      "blank_template"
    end
  end
end

I know there is model_name, i18n_key and some others, which are returnes model name, but which one is used in my render @object case?

EDIT

Now I’ve stopped on the easiest solution that didn’t touch models. I removed all this logic into _some_object.html.erb partial, so it renders partial I need inside of itself:

<div class='claim_template_field'>
  <%= render "/some_objects/#{f.object.data_type.downcase}_template", :f => f %>
</div>
  • 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-24T07:50:16+00:00Added an answer on May 24, 2026 at 7:50 am

    Now I’ve stopped on the easiest solution that didn’t touch models. I removed all this logic into _some_object.html.erb partial, so it renders partial I need inside of itself:

    <div class='claim_template_field'>
      <%= render "/some_objects/#{f.object.data_type.downcase}_template", :f => f %>
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Quick question: Will KnockoutJS provide a solid ground for developing a large web app?
In creating a ruby on rails / jquery app, there's a part of a
I just want to implement a service in java that will: take some arguments,
I'm running a ruby on rails app, and I'm using jQuery to show some
I've been drying up one of our controllers in our rails 2.3 app, and
I have a small app that has a Render thread. All this thread does
I have to render some text to a web page. The text is coming
I have a custom NSActionCell used to render some parts of some of the
I'm currently using NVelocity to render some email templates. I'm curious how I can
I am using string template to render some content, but the content may be

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.