-
Notifications
You must be signed in to change notification settings - Fork 110
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
Remove references to Madeline #32
Conversation
|
||
Using Madeleine, your application can persist the learned data over time. | ||
# Later |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe mention persistence?
Yeah, Madeline is old and outdated. Maybe show both a file and Redis here? |
I agree with @parkr, and example would be a helpful change. |
? |
Woops, pressed close when I meant to press comment. I've updated this with a hopefully clearer explanation. |
LGTM! |
@Ch4s3 , are any more changes to this PR needed? |
Looks good. |
@Ch4s3, can you please add an item to the history file for this and reference this pr in your commit for that line? Thanks :) |
I feel like the example would be best using http://www.ruby-doc.org/core-2.2.0/Marshal.html not madeline.
No need to pull in extra dependencies when the standard library has got us covered, :).
Maybe using redis is a bad example and it should just write to a file?