Go to file
2015-09-20 13:26:45 -05:00
app wip 2015-09-20 13:26:45 -05:00
bin init 2015-09-12 15:37:05 -05:00
config wip 2015-09-20 13:26:45 -05:00
db wip 2015-09-20 13:26:45 -05:00
lib init 2015-09-12 15:37:05 -05:00
public init 2015-09-12 15:37:05 -05:00
test wip 2015-09-20 13:26:45 -05:00
vendor/assets init 2015-09-12 15:37:05 -05:00
.gitignore init 2015-09-12 15:37:05 -05:00
.rubocop.yml init 2015-09-12 15:37:05 -05:00
config.ru init 2015-09-12 15:37:05 -05:00
Gemfile app port from old version 2015-09-18 15:50:52 -05:00
Gemfile.lock app port from old version 2015-09-18 15:50:52 -05:00
Guardfile wip 2015-09-20 13:26:45 -05:00
Rakefile init 2015-09-12 15:37:05 -05:00
README.md wip 2015-09-20 13:26:45 -05:00

SMS Pager

A simple api to send sms messages with twillio.

Configure

Secrets file:

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

  1. Copy config/secrets.yml.sample and rename to config/secrets.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

  • lookup child
  • lookup parent
  • lookup child by parent
  • lookup parent by child
  • add parent
  • add child
  • edit parent
  • edit child
  • page parent
  • sorcery or a lower oauth solution
  • application log
  • app version file - milestone 0.9.0
  • task runner - delayedjob or sidekiq or activerecord newness?
  • milestone 1.0.0