Initializing a Rails 7 application with Postgres and TailwindCSS
The first step is to install Ruby. I use rvm and take advantage of gemsets also.
% rvm install ruby-3.0.2
% rvm list
=> ruby-3.0.2 [ x86_64 ]
# => - current
# =* - current && default
# * - default
Then create a gemset for Rails 7.
% rvm gemset cre...
andrewfoster.hashnode.dev1 min read