Skip to content

Instantly share code, notes, and snippets.

@MichaelDimmitt
Last active May 21, 2025 13:43
Show Gist options
  • Save MichaelDimmitt/0f0ef9eaa01787b8b03bcc4332b1d5e7 to your computer and use it in GitHub Desktop.
Save MichaelDimmitt/0f0ef9eaa01787b8b03bcc4332b1d5e7 to your computer and use it in GitHub Desktop.
ruby journey

Ruby Journey

A quick ruby journey on a saturday

Commands:

brew install rbenv
brew upgrade ruby-build
rbenv install 3.4.1
rbenv global 3.4.1
gem install rails

rails new blog
rails generate scaffold post title:string body:text
rails db:migrate

rails action_text:install
rails db:migrate
rails g authentication
rails db:migrate
bin/importmap pin local-time

rails db:seed

# ... kamal stuff to deploy
  1. use sendgrid to make an email server
  2. https://sendgrid.com/en-us/pricing

Do the keynote thing

Rails api?

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