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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T05:43:09+00:00 2026-06-03T05:43:09+00:00

Is it possible to create a separate controller’s action (method) for specific partial view

  • 0

Is it possible to create a separate controller’s action (method) for specific partial view without involving AJAX or without doing as described here? In both these examples the views won’t be partials in Rails notion.

  • 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-03T05:43:11+00:00Added an answer on June 3, 2026 at 5:43 am

    A partial is a fancy name for a chunk of html that isn’t a whole page.

    You can render a partial in a controller action thus:

    render :partial => “my_partial”

    And the chunk will be rendered as contained in _my_partial.html.erb or whatever, and with no layout.

    Inside an existing (ERB) template, you can use the same partial like this:

    <%= render "my_partial" %>
    

    Which will render the _my_partial.html.erb and insert it at that location.

    Apart from that calling render on its own renders a view named after the action calling it, there is no special relationship between action names and view/view template names. You can readily create an action that doesn’t have a view template named after it and vice versa. However if you create an action without a view you must call render at some point in the action and explicitly name the view that is to be rendered, or an error will result.

    more details here.

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

Sidebar

Related Questions

Is it possible for a controller method to return a view if called restfully
Is it possible in Eclipse to create a separate Folder in a package? When
Possible Duplicate: Delphi XE2: Is it possible to create Mac GUI applications without FireMonkey?
Possible Duplicate: How to create comma separated list from array in PHP? My array
Hi it'd like to know if it's at all possible create a parametric equalizer
Possible Duplicate: Create Excel file in Java How to save output in excel format
Possible Duplicate: Create shortcut to console.log() In javascript we can easy assign functions to
Possible Duplicate: create multiple variables based on an int count Objective C Equivalent of
Is possible to create a spinner in HTML? Only HTML? A tag maybe? My
Is it possible to create a wildcard match using the Zend Framework Zend_Controller_Router_Route_Hostname for

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.