Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This incorrect binding was really giving me issues. Not sure why it works #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jeroenvandijk
Copy link

This incorrect binding was really giving me issues. Not sure why it works or why it works differently. You can see the bug in action in my fork where I fixed this in jeroenvandijk@95d1aee.

I would be curious to know what is going on here.

…orks or why it works differently. You can see the bug in action in my fork where I fixed this in 95d1aee.


I would be curious to know what is going on here.
@wagenet
Copy link
Contributor

wagenet commented Apr 28, 2011

This actually shouldn't be necessary. Controllers implement all the methods of their content. What issue are you trying to fix?

@jeroenvandijk
Copy link
Author

I've implemented simple search functionality in the fork. If you checkout the repo before the above commit you'll find that with every search request items are being duplicated. With the commit this simple search works perfectly.

I'm using 1.5.0 for this repo, with rc1 the other way works (but the counter is not updated correctly).

So either I screwed up in this tiny app or a bug was introduced after rc1?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants