Muhammad Seyrawan
Results
3
issues of
Muhammad Seyrawan
Hi, I've checked the rake tasks and didn't find any helpful task for this purpose. So is there any signal we can send to the process to load code changes...
Sometimes we need to write some conditional config in unicorn like: ``` ruby if ENV['RAILS_PORT'] || ENV['PORT'] listen '127.0.0.1:' + (ENV['RAILS_PORT'] || ENV['PORT']) end ``` But that didn't work with...
Fixes #2 Related to #1