-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into tests/update-test-for-authentification
- Loading branch information
Showing
44 changed files
with
415 additions
and
676 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
SECRET_KEY_BASE= | ||
ALLOWED_CORS_ORIGINS=* | ||
RAILS_SERVE_STATIC_FILES=true | ||
ENABLE_AUTHENTICATION= | ||
DEVISE_SECRET_KEY= | ||
DEVISE_PEPPER= | ||
MAILER_SENDER= | ||
DEFAULT_URL= | ||
DEFAULT_PORT= | ||
SANITIZED_ALLOWED_TAGS="strong b em i ul ol li br a div span img h1 h2 h3 h4 h5 h6" | ||
SANITIZED_ALLOWED_TAGS="strong b em i ul ol li br a div span img h1 h2 h3 h4 h5 h6 p" | ||
SANITIZED_ALLOWED_ATTRIBUTES="href style" |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,4 +51,4 @@ Dockerfile | |
/data/ | ||
.env | ||
.DS_Store | ||
|
||
coverage/ |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
require: rubocop-rails | ||
Style/FrozenStringLiteralComment: | ||
# Omakase Ruby styling for Rails | ||
inherit_gem: | ||
rubocop-rails-omakase: rubocop.yml | ||
|
||
# Your own specialized rules go here | ||
Style/StringLiterals: | ||
Enabled: false | ||
Style/Documentation: | ||
Layout/SpaceInsideArrayLiteralBrackets: | ||
Enabled: false | ||
Layout/LineLength: | ||
Max: 140 | ||
Layout/EndAlignment: | ||
EnforcedStyleAlignWith: keyword |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.1.3 | ||
3.3.0 |
This file contains 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
Oops, something went wrong.