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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T22:55:59+00:00 2026-06-16T22:55:59+00:00

i am new to Ruby on Rails. I am trying to make a one

  • 0

i am new to Ruby on Rails.
I am trying to make a one to many association. I have a “Project” and the Project should have many “Taskbundle”.
That is looking fine.

Now i want to show on the page only the taskbundles filtered for that selected project.

I made this in the ProjectController class:

def select
    puts "==Projects=="
    puts params[:id]

    @project = Project.find{params[:id]}
    puts @project.id
    session[:project_id] = @project.id

    puts session[:project_id]

    redirect_to taskbundles_path
end

I am getting there without problem, but the find method finds the project with the id 3 and not the project with the id 4 ? I checked, the project with id 4 exists.

Output

==Projects==
4
3
3


Started GET "/projects/select/4" for 127.0.0.1 at 2013-01-05 20:19:03 +0100
Processing by ProjectsController#select as HTML
  Parameters: {"id"=>"4"}
  ?[1m?[35mProject Load (0.0ms)?[0m  SELECT "projects".* FROM "projects"
Redirected to http://localhost:3000/taskbundles
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

I have no idea where i did a mistake?

  • 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-16T22:56:00+00:00Added an answer on June 16, 2026 at 10:56 pm

    I think you got a syntactic problem: @project = Project.find{params[:id]} should be @project = Project.find(params[:id]). The ID needs to be passed as an argument. Your code creates a ruby block.

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

Sidebar

Related Questions

I am new to Ruby on Rails and I am trying to make a
i I am new to rails and ruby. I am trying to make a
I'm new to Ruby on Rails and to learn it I'm trying to make
I'm super new to Ruby on Rails. I'm trying to make an authentication system
I'm new to ruby/rails and trying to build a simple Projects / Tags app
I'm new to Ruby on Rails and I'm trying to model my table relationships.
I'm new to Ruby on Rails, and I'm trying to create a bass guitar
I'm trying to get Ruby on Rails setup on my new eeeubuntu install and
When trying to run a new refinerycms application with ruby 1.9.2 rails 3.2.1 and
I'm new to Ruby on Rails world. I noticed there is at least one

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.