David Stump

Results 4 issues of David Stump

Add tests. Any tests. All the tests.

enhancement

Setup a way for users to set their app name for use with multiple tokens, etc. ``` Slackex.Channels.list => Slackex.Channels.list(:my_app) ``` ``` config :my_app, :slack, token: System.get_env("token") ```

enhancement

belongs_to is now explicitly required in the Rails 5 beta. In this situation, an optional parent_id is needed to set a root page with no parent. Not sure if you...