Getting Started with Rad
This guide will help you get started with Rad, the extremely fast dependency manager for Ruby projects.
Installation
Let's begin by installing Rad on your system. Choose the method that works best for your platform:
Verifying Installation
Let's make sure Rad is properly installed by checking the version:
Available Commands
Let's check the Rad command help to see available options:
Basic Workflow
Installing Dependencies
To install the dependencies specified in your Gemfile:
Adding a New Dependency
To add a new gem to your project:
Removing a Dependency
Updating Dependencies
Running Commands in the Context of Your Project
Use rad exec
to run commands with access to your project's gem environment:
rad exec
provides a fast runtime environment for your commands with all dependencies properly configured. This makes it perfect for running your test suites, Rails commands, and other gem executables.
Configuration
Rad stores its configuration in .rad/config.toml
:
You can update configuration values using the rad config
command:
Next Steps
Now that you have Rad installed and know the basics, here are some resources to explore next:
- Check out the Command Reference for a complete list of available commands
- Read the Performance Optimization Guide to maximize Rad's speed
- Explore Gemfile Syntax Comparison to understand Rad's enhancements
- Learn about Environment Variables for fine-tuning Rad's behavior
Need help?
If you encounter any issues, open an issue on GitHub.