Commit Graph

9 Commits (774b8661bc578c2e7eae7fff2be24466774fe858)

Author SHA1 Message Date
Akihiko Odaki 0f852c6f74 Do not set port for puma if it is bound to unix socket ()
Setting port after binding a unix socket puma listen to both of an unix
socket and TCP/IP, which is not a desired behavior.
Akihiko Odaki 16cd648181 Allow to listen Unix socket ()
* Allow puma to listen Unix socket

* streaming: Show the whole listening address instead of the port

Port is not always appropriate (e.g. Unix socket)

* streaming: Close server before exiting

This change especially allows to remove Unix socket before exiting.
Ash Furrow 0f8b7d0660 Removed Heroku in-process spawning. ()
Eugen 1c351709bc Force UTF8 encoding on generated XML ()
Eugen Rochko fcb5a85cdd Add sounds for notifications. Boop by @jk@mastodon.social
Effy Elden ab4f5f5da5 Add Heroku deployment support
Eugen Rochko e7723ab662 Add puma preloading, decrease DB pool size to size of threads per worker
Eugen Rochko 10ba09f546 Upgrade to Rails 5.0.0.1
Eugen Rochko aab9f57e36 Adding config for puma, dashboard layout, fixing some queries