Conversation
Fix sidekiq in development
Update bin/setup script.
…into organization-icon
Add icon to organizations
…pers Improve README for new developers
Update gems
Update Rails
Fix secret token
Add circle.yml
Fix circle.yml
Move code climate reporting
Coalesce find requests for /users
To partially address #351, this change stubs AWS responses so that fake data is generated and no HTTP requests are made.
Stub AWS responses
Add more coalescing
This update moves configuration of Puma to an external config file, providing finer-grained control of its settings. See the following Heroku Dev Center article for additional info on recommended configuration options: https://devcenter.heroku.com/articles/deploying-rails-applications-with- the-puma-web-server#config
Add a config file for Puma
Install rails_12factor for Heroku logging
| require "rails_helper" | ||
|
|
||
| describe OrganizationPolicy do | ||
|
|
There was a problem hiding this comment.
Extra empty line detected at block body beginning.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎈