Skip to content

Commit

Permalink
Add okcomputer
Browse files Browse the repository at this point in the history
Baseline checks are better than none, to start.

Fixes #283
  • Loading branch information
atz committed Sep 20, 2018
1 parent e47b27d commit 3b5bca6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ gem 'honeybadger', '~> 3.1'
gem 'jbuilder'
gem 'jquery-rails'
gem 'nokogiri'
gem 'okcomputer'
gem 'pg' # postgres database
gem 'rails', '~> 5.2', '>= 5.2.1'
gem 'rake'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ GEM
activesupport (>= 3.2.18)
i18n
nokogiri
okcomputer (1.17.3)
om (3.1.1)
activemodel
activesupport
Expand Down Expand Up @@ -539,6 +540,7 @@ DEPENDENCIES
listen
modsulator
nokogiri
okcomputer
pg
pry-byebug
rails (~> 5.2, >= 5.2.1)
Expand Down
1 change: 1 addition & 0 deletions config/initializers/okcomputer.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# by default, okcomputer does "app up?" and "database conntected?" checks

0 comments on commit 3b5bca6

Please sign in to comment.