Take a peek behind the scenes at some of features and workflows we've built up
to help support Upcase as a production application and manage it across the
varied environments of development, staging, and production.
Loved the concept of Masquerading as a User and such a simple way of achieving it. In a previous position, there was something that was implemented that was similar to this, but far more complicated.
Great video. Similar to @antwonlee id like to know if you have heroku apps for each developer as they work on features and want to demo them live withot distirbing the staging server.
This is a feature of the heroku pipeline and in a previous video it was mentioned thoughtbot were experimenting with this. How expensive does your heroku bill become?
For staging on Heroku weāll typically have matching addons, but lower levels and lower dyno counts. This seems to provide a good compromise between staging<->production parity and cost effectiveness. Of course varies on app by app basis, but thatās the general idea.
We tend not to have dedicated test instances, although some thoughtbotters have started using pipelines and review apps for pull requests. Iām very intrigued by review apps, but havenāt tried them myself.
Hello, I am somewhat new to rails and am stuck on the config part. I donāt have a RailsAdmin. I am not sure what that is and what it does and where to get it and how it interacts with the User model. Any help would be appreciated.