Rails 7.2.1.2 · Ruby 3.3.4 · Puma 6.4.3
This page is served from Rails::WelcomeController#index while no root route is defined in config/routes.rb. Set a root with root "posts#index" to replace it.
Generate your first scaffold with bin/rails generate scaffold Post title:string body:text and run bin/rails db:migrate to apply the migration.
active_record, action_pack, action_mailer, active_storage, action_cable, and importmap-rails are all loaded. Check Gemfile.lock for resolved versions.
Propshaft handles asset compilation. Importmap pins JavaScript modules without bundling. CSS lives in app/assets/stylesheets.
$ bin/rails server
=> Booting Puma
=> Rails 7.2.1.2 application starting in development
=> Run `bin/rails server --help` for more startup options
Puma starting in single mode...
* Puma version: 6.4.3 ("The Eagle of Durango")
* Min threads: 5
* Max threads: 5
* Environment: development
* PID: 41209
* Listening on http://0.0.0.0:3000