The largest Spanish-language digital signage network with a mission to empower consumers to be more informed, confident and active participants in U.S. society.
Our main apps are hosted on Heroku. We use Papertrail for logging, the Heroku Scheduler to automate rake tasks and deploy automatically through CircleCI. Heroku
Slack is our go-to communication tool and it's slowly replacing emails across all departments of the company. We built our own Slack Bot to help us with simple DevOps stuff; Honeybadger notifies us in real time of errors happening on production in our monitoring channel; CircleCI reports builds status and deployment info as well. Slack
We are primarily a Ruby shop; our main apps are running on Ruby + Rails, our Slack bot is written in Ruby and our smaller projects are on Sinatra. It makes it really easy for us to re-use code and switch between different projects since they are all on the same language. Ruby