Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active October 17, 2024 22:00
Show Gist options
  • Select an option

  • Save wilmoore/14a9566b676d2bf54d66c06e6516a472 to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/14a9566b676d2bf54d66c06e6516a472 to your computer and use it in GitHub Desktop.
Software Engineering :: Programming :: Languages :: Version Manager :: asdf :: plugin :: asdf-ruby

Software Engineering :: Programming :: Languages :: Version Manager :: asdf :: plugin :: asdf-ruby

⪼ Made with 💜 by Polyglot.

content
related
asdf plugin add ruby
asdf install ruby 3.3.3
asdf global ruby 3.3.3
sqlite --version
gem update --system 3.5.14
gem install rails
rehash
rails -version
rails new blog
cd blog
rails server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment