Closed Alonski closed 7 years ago
How is this different than #12?
Oops it seems that I added the commits from the previous branch to this one. I added Article Model/adapter/serializer and implementation to this. Humans make mistakes when tired 😄
Feel free to close this and push your additional commit to #12.
Ok. Can you check what is breaking our Travis CI?
Yeah, I think it's something to do with ember-simple-auth
; it does not see the session
service as valid for some reason. I'll look into that when I get home tonight and figure out if there's something we need to do to stub that in acceptance tests.
I got CI passing again in #16
Updated the commit with regards to your comments. Hope I did everything right 😄
Think this looks good? Can we merge this?
Yeah, I'm fine with this. Thanks for putting up with my standards for pull requests 😅
I'll go and rebase this off of master for you, to makes sure that the tests pass, and then merge it in as long as everything is still passing.
Added articles model and implemented it in home route. Pagination isn't implemented yet and tags aren't implemented yet. Part of #13