|
|
|
|
|
by thedanbob
307 days ago
|
|
Bundler has always been the best package manager of any language that I've used, but dealing with gem extensions can still be a pain. I've had lots of fun bugs where an extension worked in dev but not prod because of differences in library versions. I ended up creating a docker image for development that matched our production environment and that pretty much solved those problems. |
|
docker has massively improved things - but it still has edge cases (you have to be really pushing it hard to find them though)