This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matthew Gotth-Olsen
authored and
Matthew Gotth-Olsen
committed
Aug 14, 2018
1 parent
4e6beaa
commit 5158c2e
Showing
1,449 changed files
with
72,999 additions
and
1,896 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
packages: | ||
yum: | ||
git: [] | ||
patch: [] | ||
gcc: [] | ||
libxml2: [] | ||
libxml2-devel: [] | ||
libxslt: [] | ||
libxslt-devel: [] | ||
|
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,48 @@ | ||
# MLab's Big Query Configuration # | ||
################################## | ||
MLAB_BIGQUERY_DATASET: | ||
MLAB_BIGQUERY_EMAIL: | ||
MLAB_BIGQUERY_PRIVATE_KEY: | ||
MLAB_BIGQUERY_PRIVATE_KEY_PASSPHRASE: | ||
MLAB_BIGQUERY_AUTH_METHOD: | ||
|
||
# General Configuration # | ||
######################### | ||
LANG=en_US.UTF-8 | ||
RAILS_SERVE_STATIC_FILES= | ||
SECRET_KEY_BASE= | ||
SECRET_TOKEN= | ||
|
||
# 3rd party API integrations # | ||
############################## | ||
MAPBOX_API_KEY= | ||
MAPTECHNICA_API_KEY= | ||
|
||
# Environment Configuration # | ||
############################# | ||
RACK_ENV=development | ||
RAILS_ENV=development | ||
|
||
# Development Environment Variables # | ||
##################################### | ||
RDS_DEV_DB_NAME= | ||
RDS_DEV_HOSTNAME= | ||
RDS_DEV_PASSWORD= | ||
RDS_DEV_PORT= | ||
RDS_DEV_USERNAME= | ||
|
||
# Staging Environment Variables # | ||
#################################### | ||
RDS_DB_NAME= | ||
RDS_HOSTNAME= | ||
RDS_PASSWORD= | ||
RDS_PORT= | ||
RDS_USERNAME= | ||
|
||
# Production Environment Variables # | ||
#################################### | ||
RDS_DB_NAME= | ||
RDS_HOSTNAME= | ||
RDS_PASSWORD= | ||
RDS_PORT= | ||
RDS_USERNAME= |
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,14 +1,29 @@ | ||
# See https://help.github.com/articles/ignoring-files for more about ignoring files. | ||
# | ||
# If you find yourself ignoring temporary files generated by your text editor | ||
# or operating system, you probably want to add a global ignore instead: | ||
# git config --global core.excludesfile '~/.gitignore_global' | ||
|
||
# Ignore bundler config. | ||
/.bundle | ||
|
||
# Ignore all logfiles and tempfiles. | ||
/log/* | ||
!/log/.keep | ||
/tmp | ||
public/assets | ||
|
||
# Elastic Beanstalk Files # | ||
########################### | ||
.elasticbeanstalk/* | ||
!.elasticbeanstalk/*.cfg.yml | ||
!.elasticbeanstalk/*.global.yml | ||
|
||
# Heroku Procfile # | ||
################### | ||
# Procfile | ||
|
||
# Configuration # | ||
################# | ||
.env | ||
|
||
# Logs and databases # | ||
###################### | ||
*.log | ||
*.sql | ||
|
||
# OS generated files # | ||
###################### | ||
.DS_Store | ||
.DS_Store? | ||
._* | ||
.Spotlight-V100 | ||
.Trashes | ||
ehthumbs.db | ||
Thumbs.db |
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,44 @@ | ||
about | ||
assets:clean[keep] | ||
assets:clobber | ||
assets:environment | ||
assets:precompile | ||
cache_digests:dependencies | ||
cache_digests:nested_dependencies | ||
db:create | ||
db:drop | ||
db:fixtures:load | ||
db:migrate | ||
db:migrate:status | ||
db:rollback | ||
db:schema:cache:clear | ||
db:schema:cache:dump | ||
db:schema:dump | ||
db:schema:load | ||
db:seed | ||
db:setup | ||
db:structure:dump | ||
db:structure:load | ||
db:version | ||
doc:app | ||
geocode:all | ||
geocoder:maxmind:geolite:download | ||
geocoder:maxmind:geolite:extract | ||
geocoder:maxmind:geolite:insert | ||
geocoder:maxmind:geolite:load | ||
log:clear | ||
middleware | ||
notes | ||
notes:custom | ||
rails:template | ||
rails:update | ||
routes | ||
secret | ||
stats | ||
test | ||
test:all | ||
test:all:db | ||
test:db | ||
time:zones:all | ||
tmp:clear | ||
tmp:create |
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.