Migrating from Bundler
Rad is a direct, drop-in replacement for Bundler that delivers significantly improved performance without changing your workflow.
100% Bundler Compatible
Rad works with your existing Gemfile and Gemfile.lock without modifications. You can start using Rad immediately in any Ruby project without disruption.
One-Command Migration
Migrating to Rad is as simple as installing it and running your first command:
Then, in your existing Ruby project:
That's it! No configuration needed, no changes to your project files. Just replace bundle
with rad
and enjoy the performance boost.
Command Equivalents
All Bundler commands have direct equivalents in Rad, making the transition effortless:
Core Commands
Analysis Commands
Management Commands
Usage Example
Complete Command Reference
For a detailed guide on each command and its options, check the Command Reference section.
CI/CD Integration
Integrate Rad into your CI/CD pipelines with a simple replacement of Bundler commands:
Rad's faster dependency resolution and installation can significantly reduce CI build times, typically by 20-50%.
Common Questions
Will Rad work with my existing Gemfile?
Yes, Rad is 100% compatible with standard Bundler Gemfiles. No changes needed.
Can I switch back and forth between Bundler and Rad?
Yes, Rad and Bundler can be used interchangeably in the same project without conflicts.
Does Rad support all Bundler features?
Yes, including Git repositories, path dependencies, platform-specific gems, and private gem servers.
How does Rad deliver better performance?
Rad uses parallel gem fetching, advanced caching, and a more efficient dependency resolver, all without compromising compatibility.