This is a template to get you started with Ruby on Replit. It's ready to go so you can just hit run and start coding!
Simply hit run! You can edit the run command from the .replit
file.
To add packages to your repl, we recommend using the Replit packager interface in the left sidebar or using bundle install
in the shell. Check out the Bundle docs here.
Warning: Avoid using gem install
to add packages.
Beacuse Ruby repls use Bundle under the hood to provide a consistent environment that tracks and installs the exact gems and versions needed, we recommend using bundle install
instead of gem install
, which may not work as expected.
If you need help you might be able to find an answer on our docs page. Feel free to report bugs and give us feedback here.