Jack M.
Jack M.
Regarding bundle cache: Is the intent to speed up `docker build` by having the gem cache? As best I can tell, Docker already includes caching in the build process so...
Video introduction to VS Code Remote Containers: [https://www.youtube.com/watch?v=Yo4wKXlnLMc](https://www.youtube.com/watch?v=Yo4wKXlnLMc) Special thanks to @michaeljolley.
This seems like you may have your `get` in the wrong location. First, try moving up into the routes: ```ruby Rails.application.routes.draw do filter :pagination, :uuid, :locale get 'lab' => 'experiments#lab'...