-
Notifications
You must be signed in to change notification settings - Fork 30
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
Demo code? #17
Comments
Hi, |
Can you post a complete solution for the gem? I'd like to implement it into my project. |
As I have said, there is no open-source demo code now. Or what you mean? |
I have a pretty good understanding of how your inkwell system works. But, since there are two parts to it. Should I install both to get a fully functional social networking experience? Also, do you have a notifications system built into it. As in, you can see when someone followed you or reblogged your message in a separate view? |
About two parts - if it is about Inkwell and Inkwell Timeline gems - no, inkwell timeline gem is not required. About notification system - it has not been made yet. |
I know this is super old but could you suggest how i could start using favorites? |
@brendhann which version of Rails you are using? |
rails is 4.2.6 and ruby is 2.2.4p230 |
As far as I remember you can add settings as described at https://github.com/salkar/inkwell#installation. |
ok yea i tried to just add @user.favorite @post to my pin show model but it popped up the error |
undefined method `favorite' for nil:NilClass - error that says @user is nil. |
ill think about that thanks, thanks for the quick reply. gonna mess around with this abit more and try to figure out what im missing lol. Trying to add it to a pinterest clone type of thing. |
Cool, good luck! |
hey i got favorites working, trying comments now, do i have to make comments controller and model etc. ? |
was thinking i might link my code to help anyone else trying to figure it alll out |
Model is already exists - https://github.com/salkar/inkwell/blob/master/app/models/inkwell/comment.rb. |
Hi,
I really want to use inkwell for my project. I'm wondering if you know of any githubs using it so I can take a look at the code so I know where to get started. For example, things like this:
@user.favorite @post
@user.favorite @comment
do they go in the controller or view? Seeing complete code would really help. Thanks!
The text was updated successfully, but these errors were encountered: