You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ This library implements an app, [SlackRubyBotServer::App](lib/slack-ruby-bot-ser
72
72
73
73
#### App
74
74
75
-
The app instance checks for a working MongoDB connection, ensures database indexes, performs database migrations, sets up bot aliases and log levels. You can introduce custom behavior into the app lifecycle by subclassing `SlackRubyBotServer::App` and creating an instance of the child class in `config.ru`.
75
+
The app instance checks for a working database connection, ensures indexes, performs migrations, sets up bot aliases and log levels. You can introduce custom behavior into the app lifecycle by subclassing `SlackRubyBotServer::App` and creating an instance of the child class in `config.ru`.
76
76
77
77
```ruby
78
78
classMyApp < SlackRubyBotServer::App
@@ -181,15 +181,16 @@ You can see a sample implementation in [slack-sup#3a497b](https://github.com/dbl
181
181
182
182
### Examples Using Slack Ruby Bot Server
183
183
184
-
*[slack-amber-alert](https://github.com/dblock/slack-amber-alert), free service at [missingkidsbot.org](https://www.missingkidsbot.org)
185
184
*[slack-sup](https://github.com/dblock/slack-sup), free service at [sup.playplay.io](https://sup.playplay.io)
186
185
*[slack-gamebot](https://github.com/dblock/slack-gamebot), free service at [www.playplay.io](https://www.playplay.io)
187
186
*[slack-market](https://github.com/dblock/slack-market), free service at [market.playplay.io](https://market.playplay.io)
188
187
*[slack-shellbot](https://github.com/slack-ruby/slack-shellbot), free service at [shell.playplay.io](https://shell.playplay.io)
189
188
*[slack-api-explorer](https://github.com/slack-ruby/slack-api-explorer), free service at [api-explorer.playplay.io](https://shell.playplay.io)
189
+
*[slack-strava](https://github.com/dblock/slack-strava), free service at [slava.playplay.io](https://slava.playplay.io)
190
+
*[slack-arena](https://github.com/dblock/slack-arena), free service at [arena.playplay.io](https://arena.playplay.io)
190
191
191
192
### Copyright & License
192
193
193
-
Copyright [Daniel Doubrovkine](http://code.dblock.org) and Contributors, 2015-2017
194
+
Copyright [Daniel Doubrovkine](http://code.dblock.org) and Contributors, 2015-2018
0 commit comments