Go to file
2015-10-19 22:05:48 -05:00
app simple roles 2015-10-19 22:05:48 -05:00
bin init 2015-09-12 15:37:05 -05:00
config authentication via google 2015-10-19 22:05:28 -05:00
db mixing in some sorcery auth 2015-10-08 19:14:42 -05:00
lib paging and a little styling 2015-09-21 20:40:07 -05:00
public init 2015-09-12 15:37:05 -05:00
test authentication via google 2015-10-19 22:05:28 -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 authentication via google 2015-10-19 22:05:28 -05:00
.scss-lint.yml scsslint, flash styling, new parent start 2015-09-24 22:00:26 -05:00
config.ru init 2015-09-12 15:37:05 -05:00
Gemfile mailjet mailers 2015-10-08 19:16:33 -05:00
Gemfile.lock mailjet mailers 2015-10-08 19:16:33 -05:00
Guardfile scss org and parenthood adding 2015-10-03 15:15:19 -05:00
Rakefile init 2015-09-12 15:37:05 -05:00
README.md mixing in some sorcery auth 2015-10-08 19:14:42 -05:00

SMS Pager

A simple app 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

  • 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