summaryrefslogtreecommitdiff
path: root/db/migrate/20160509201028_add_health_check_access_token_to_application_settings.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable RuboCop for migrationsenable-rubocop-for-migrationsSean McGivern2016-06-091-0/+1
| | | | | | | Migrations shouldn't fail RuboCop checks - especially lint checks, such as the nested method check. To avoid changing code in existing migrations, add the magic comment to the top of each of them to skip that file.
* Add health_check access token, and enforce on the health_check endpointDJ Mountney2016-05-101-0/+5
Also added a health check page to the admin section for resetting the token.