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/9e1a0da3d98bc5574699a2384f6fff24 to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/9e1a0da3d98bc5574699a2384f6fff24 to your computer and use it in GitHub Desktop.
Personal Brand :: Social Media :: LinkedIn :: Post :: Starting a Ruby & Rails Project on macOS

Personal Brand :: Social Media :: LinkedIn :: Post :: Starting a Ruby & Rails Project on macOS

⪼ Made with 💜 by Polyglot.

related
research
» Starting a Ruby & Rails Project on macOS «

Starting a Ruby & Rails project couldn't be any easier on macOS these days.

This is thanks to a cool little tool called "asdf". "asdf" manages handles downloading and installing developer tools such as programming languages and similar tools.

It removes the need to install a version manager for Node.js, Ruby, Python and instead provides a consistent interface for managing your versions of Node.js, Ruby, Python, etc.

As an example of how easy it is to use. Here's a quick playbook for how to use "asdf" and "homebrew" to bootstrap a new Ruby/Rails project.

↳ Install Homebrew (Who doesn't have homebrew installed in 2024?)
↳ Install the asdf formula
↳ Install the ruby asdf plugin
↳ Install the latest recommended ruby version (currently 3.3.5)

Țechśavvy CEO

image

If you're starting a Ruby & Rails project or just want a smoother way to manage your developer tools, give this workflow a try! Have you used asdf before, or do you have another go-to method for managing programming languages on macOS? Drop your thoughts or questions below—I’d love to hear how you’re setting up your environment!

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