I\'m using rails 2.3.5 and ruby 1.8.7. I\'m building a simple TODO manager. Where I have tasks that belong to a user and a user has many tasks.
I\'m using act
act
Maybe there is something wrong with associations in model. Can you paste some code from there?
You can also try doing the same in console. Does it give the same error? Take a look in logs, do both of your examples generates the same sql query?