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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:57:00+00:00 2026-05-23T09:57:00+00:00

I am using Ruby on Rails and am trying to load a page which

  • 0

I am using Ruby on Rails and am trying to load a page which consists of many sub-pages. Each sub-page is pretty different and the data for each sub-page is generated by a separate action in the controller. Upon loading the main page, I want to also load the content for the sub-pages by calling the corresponding actions.

So my question is whether it is possible to fire off multiple requests to different actions upon a single page request. If so, what is the best way to achieve this so that the resulting views from each action are displayed in the right parts of the page? If it’s not possible, how else can I load content processed from different actions in a single request?

Ideally, the actions for sub-pages can be called from different places (e.g. the sub-page can be a component of a different pages and could also be its own page). I want to abstract out the place from where an action is being called from the controller so I can simply render the appropriate partial for the data generated by the controller. But the key is that this partial is not going to be determined in the controller, but rather in the view. Has something like this been done? Is there an even better alternative?

Thanks!

  • 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-23T09:57:01+00:00Added an answer on May 23, 2026 at 9:57 am

    What you want to do should not by solved by calling different actions.

    In the controller, you know which models you want to display in the view, so you set up the attributes accordingly, e.g.

    @user = current_user
    @team = current_user.team.first
    @top_teams = Team.top5 # this is a scope returning the 5 top teams
    

    In your view, you then use partials to render the different parts of your site

    <%= render "users/parts/box", :user => @user %>
    <%= render "teams/parts/detail", :team => @team %>
    <%= render "teams/parts/top", :collection => @top_teams %>
    

    I suggest you have a look at Opensourcerails, which itself is open source and makes use of this technique. A good example is the user’s show action.

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

Sidebar

Related Questions

I'm trying to load up rails in the test environment using a ruby script.
I'm trying to write an app using Ruby on Rails and I'm trying to
I'm using Ruby on Rails with jQuery and trying to do the following: <%=
I am trying to set up Ruby on Rails on windows. I am using
I was trying to switch the layout using Ruby on Rails but I am
I am using Ruby on Rails. I want to create a filter field on
I am using ruby on rails with a MySQL backend. I have a table
We are developing a considerably big application using Ruby on Rails framework (CRM system)
What is the simplest way to send mail using Ruby on Rails? Is there
I installed Ruby and Ruby on Rails yesterday on Vista 32bit using the directions

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.