Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
3.1 ActiveRecord regression: habtm doesn't respect select options anymore #2923
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
tenderlove
Sep 7, 2011
Owner
Can you post your schema.rb and the relationships in your Developer
and Project
model?
Can you post your schema.rb and the relationships in your |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
joevandyk
Sep 7, 2011
Contributor
I'm using what's in the habtm rails unit tests. Developers habtm Projects.
I'm using what's in the habtm rails unit tests. Developers habtm Projects. |
added a commit
to htanata/rails
that referenced
this issue
Sep 15, 2011
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
This is fixed by #3030 which I've just merged. |
jonleighton
closed this
Sep 26, 2011
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
joevandyk commentedSep 7, 2011
Failing test here: joevandyk/rails@a6bb340
This worked fine in 3.0, stopped working in 3.1.
Note that
SELECT "projects".*, id
isn't correct.