-
Notifications
You must be signed in to change notification settings - Fork 196
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
Following todos tutorial update does not work #344
Comments
Hello @marcomd
Looking closer at the code inside of the main_controller.rb file I noticed that the logic for marking something completed does not look exactly the same as the logic contained in the tutorial making me think that the tutorial is probably just out of date..
I would probably suggest you clone the repo located at If you have any suggestions for fixing the tutorial please add a new issue to help the maintainers locate the issue that might have made it become out of sync. |
@afaur |
Hi, I've encounter the same issue as well. I'm using Volt 0.9.6, whereas from @afaur answer, where he took a github was on volt 0.9.3. I've tried the github's example, it worked but for my simple code
The following line, does not work |
I created a fix for this: koffeinfrei/volt-mongo@1fa06cb. This probably broke in newer mongo versions. You can try to use |
Hello,
I'm trying this new framework using the tutorial that shows how to create the first application Todos.
http://docs.voltframework.com/en/tutorial/todo_functionality.html
When I update a record (for example, clicking on the checkbox to complete a Todo) appears in the log:
In the db there are:
Is this a bug? The tutorial is obsolete? Or is it my mistake?
The text was updated successfully, but these errors were encountered: