A simple Rails application for sharing your mood via email.
This repo configured with Ruby 3.2.2 and Rails 7.1.2.
After cloning, follow these steps to run locally:
bundle install
rails db:{create,migrate}
rails s
Please note: this app is configured to not send emails in development.
main
: Email will be sent synchronously, starting fromMailersController#create
.background-jobs-complete
: Completed lesson code