Skip to content
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

Staging #129

Merged
merged 149 commits into from
Feb 3, 2016
Merged

Staging #129

merged 149 commits into from
Feb 3, 2016

Conversation

npauzenga
Copy link
Owner

Hey @enriikke! Bam! App. Done.

...for this weekend 😄

The basic functionality is there. Users can create accounts (and update/delete), view other users, create groups, game nights, join groups and game nights, and generally be merry.

So tomorrows our last meeting 😞 If you wouldn't mind checkout out the other open PR with the "question" label -- #125 and maybe we could look at that.

Also it'd be nice to talk through my deployment strategy. I've got it up on heroku -- https://meet-meeples-staging.herokuapp.com/ (that's staging) but I'd like to discuss the plan for hosting the front-end and having them play nicely.

add config for coveralls/simplecov and factory girl
created initial PasswordResetsController and interactors. Specs
currently red.

Added password to User factory, this is duplicated in other branches.
add GroupsController#index and acceptance specs for Group
add JSON schema validation to controller spec,
create IndexGameNight interactor,
fix update_game_night to return a game_night
…-join-tables

add tests for Group join table creation
@npauzenga
Copy link
Owner Author

Also, would you mind checking over all the commits and make sure I didn't miss anything 😆

(just kidding)

include BCrypt

TOKEN_KEY = Rails.application.secrets.secret_key_base
TOKEN_HASH = "SHA512"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Freeze mutable objects assigned to constants.

@enriikke
Copy link
Collaborator

enriikke commented Feb 2, 2016

I just finished looking over all of the commits one-by-one. I noticed a critical bug and we will now have to start all over... from scratch. 🐛

@enriikke
Copy link
Collaborator

enriikke commented Feb 2, 2016

P.S.: JK! Looks awesome @npauzenga!!! :shipit:

npauzenga added a commit that referenced this pull request Feb 3, 2016
@npauzenga npauzenga merged commit 7c20a8d into master Feb 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants