This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
convert to Rails 5.1, handle CORS requests, add Rubocop, convert to A…
…PI-only app
- Loading branch information
1 parent
9ac51b3
commit f0e07b0
Showing
87 changed files
with
646 additions
and
354 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 |
---|---|---|
|
@@ -15,3 +15,6 @@ | |
/log/* | ||
!/log/.keep | ||
/tmp | ||
|
||
# Ignore encrypted secrets key file. | ||
config/secrets.yml.key |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Rails: | ||
Enabled: true | ||
AllCops: | ||
AutoCorrect: true | ||
TargetRubyVersion: 2.4.0 | ||
Include: | ||
- '**/Gemfile' | ||
- '**/Rakefile' | ||
Exclude: | ||
- 'bin/*' | ||
- 'db/seeds.rb' | ||
- 'db/schema.rb' |
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.