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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T05:19:42+00:00 2026-05-29T05:19:42+00:00

I try to build a soccer manager game using rails and I’m stuck with

  • 0

I try to build a soccer manager game using rails and I’m stuck with the rails association.

team table
  ...

history table
  team_id
  saison_id

saison table
  league_id
  league table
  ...

I want to find all the team for one league.

class History < ActiveRecord::Base
  belongs_to :saison
  belongs_to :team
end

class Saison < ActiveRecord::Base
  has_many :histories
  has_many :teams, :through => :histories
  belongs_to :league
end

class League < ActiveRecord::Base
  has_many :saisons 
end

class Team < ActiveRecord::Bases
  has_many :histories
  has_many :saisons, :through => :histories
end

I want to do something like (in the show method of the league controller) :

@team = Team.find(:all, :include => [:saisons => :histories, :leagues => :saisons], 
          :conditions => ["leagues.id = ?", params[:id]])

but it does not work.

The SQL query :

SELECT Team.* 
FROM   Team, Saison, History, League  
WHERE  History.Team_ID = Team.ID AND 
       History.Saison_ID = Saison.ID AND 
       Saison.League_ID = League.ID

this query return all the team for one saison…but I do not achieve to make it work for league

@division = Team.find(:all, :include => [:saisons => :histories],
                                :conditions =>["saisons.id =?",params[:id]])
  • 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-29T05:19:43+00:00Added an answer on May 29, 2026 at 5:19 am

    In the league controller, in the show method, I try something like

     @team = Equipe.find(:all, :include => [:saisons => :history],
                                    :conditions =>["saisons.league_id =?",params[:id]])
    

    I would include the league in the find statement to have all its attributes (name for instance) in the same result tab.

    I know I can those information about league in another query, but it is not the best way to do it.

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

Sidebar

Related Questions

I try to build some application using hibernate for persistence (my first one). The
I try to build a project using the Yii framework. Are there any possibility
I try to build a menu using the datatype hierarchyid . I have the
i try to build an application with xml parser. ex : http://www.androidpeople.com/android-xml-parsing-tutorial-using-saxparser but i
I try build wrap panel with vertical buttons. Every button consist from image and
i try to build a app that is in landsscape mode all the time.
Im try to build my plugins that sit in a seperate directory on the
I try to build libtorrent(rasterbar- libtorrent). It cannot be build. the build log is
I try to build project in Eclipse on Linux Ubuntu. Eclipse show error message:
When I try to build a project in Visual Studio 2005 that has 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.