Go to file
Mark Moser 312d15718e production deploy tweaks 2015-11-15 13:42:13 -06:00
app google auth update 2015-11-14 11:37:27 -06:00
bin init 2015-09-12 15:37:05 -05:00
config google auth update 2015-11-14 11:37:27 -06:00
db sqlite3, test coverage improvements, auto auth 2015-10-23 19:37:44 -05:00
lib paging and a little styling 2015-09-21 20:40:07 -05:00
public production deploy tweaks 2015-11-15 13:42:13 -06:00
test sqlite3, test coverage improvements, auto auth 2015-10-23 19:37:44 -05:00
vendor/assets init 2015-09-12 15:37:05 -05:00
.gitignore init 2015-09-12 15:37:05 -05:00
.haml-lint.yml linting teh hamels 2015-10-03 08:57:06 -05:00
.rubocop.yml user management 2015-10-20 21:49:59 -05:00
.scss-lint.yml scsslint, flash styling, new parent start 2015-09-24 22:00:26 -05:00
Gemfile sqlite3, test coverage improvements, auto auth 2015-10-23 19:37:44 -05:00
Gemfile.lock sqlite3, test coverage improvements, auto auth 2015-10-23 19:37:44 -05:00
Guardfile scss org and parenthood adding 2015-10-03 15:15:19 -05:00
README.md user activation on creation/edit 2015-10-23 19:57:32 -05:00
Rakefile init 2015-09-12 15:37:05 -05:00
config.ru init 2015-09-12 15:37:05 -05:00
deploy.sh production deploy tweaks 2015-11-15 13:42:13 -06:00
version.md sqlite3, test coverage improvements, auto auth 2015-10-23 19:37:44 -05:00

README.md

SMS Pager

A simple app to send sms messages with twillio.

Configure

  • set up twilio account
  • create google apps oauth app

Secrets file:

config/application.yml is read at boot and shoves the values into ENV.

  1. Copy config/application.yml.sample and rename to config/application.yml.
  2. Edit file and set/define as many secrets as you need. The sample file has the minimum expected keys.
  3. Make ABSOLUTE certain that this file is not checked into your repository.

TODO

  • milestone 1.0.0
    • decent UX
    • application log
    • task runner - delayedjob or sidekiq or activerecord newness?