|
You are here |
bundler.io | ||
| | | | |
markentier.tech
|
|
| | | | | Quick answer:bundle config build.nokogiri --use-system-libraries && bundle install | markentier.tech | |
| | | | |
gembundler.com
|
|
| | | | | [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
|
|
| | | | | This nix-shell environment provides a Ruby environment capable of running a Rails app without a database | |
| | | | |
ljvmiranda.micro.blog
|
|
| | | 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. | ||