Explore >> Select a destination


You are here

bundler.io
| | markentier.tech
4.0 parsecs away

Travel
| | Quick answer:bundle config build.nokogiri --use-system-libraries && bundle install | markentier.tech
| | gembundler.com
1.4 parsecs away

Travel
| | [AI summary] The article explains how to use the Gem Bundler tool to manage gems in a Ruby on Rails project, including generating a new Rails application and understanding the role of gems in Rails development.
| | jamesmead.org
3.9 parsecs away

Travel
| | This nix-shell environment provides a Ruby environment capable of running a Rails app without a database
| | ljvmiranda.micro.blog
17.5 parsecs away

Travel
| I'm now a uv convert. I haven't really updated my Python tooling and workflow for the past two years. In fact, I've been using the same workflow ever since I started working: python -m venv venv source /venv/bin/activate # While in venv pip install -r requirements.txt But there's a lot of limitations in this workflow. For example, I'm limited by the Python version installed in my machine or it's hard to just install ad-hoc dependencies for my one-off scripts.