-
Notifications
You must be signed in to change notification settings - Fork 46
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
Rails5 #63
base: master
Are you sure you want to change the base?
Rails5 #63
Conversation
What's holding back the merge, aside from a quick rebase? |
@@ -0,0 +1,4 @@ | |||
FACEBOOK_API_KEY: 830527976957438 |
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.
I expect that API keys and secrets should not be included as part of this pull request.
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.
Development is stopped. I already noticed above all parts are not ported. Please finish it by yourself or by another enthusiast.
Hi,
Most parts are ported and tests should pass. Photocracy is not ported.
Gem activeresource has minor changes - POST means create new record, PUT means update existing record. This lead to single line changes in the pairwise api routes (post to put).
Front-end is not touched, files moved only. Right now I am not sure highcharts works correct.