Yay! You're on Rails!

Rails 7.2.1.2 · Ruby 3.3.4 · Puma 6.4.3

About your application's environment

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.

Getting started

Generate your first scaffold with bin/rails generate scaffold Post title:string body:text and run bin/rails db:migrate to apply the migration.

Bundled gems

active_record, action_pack, action_mailer, active_storage, action_cable, and importmap-rails are all loaded. Check Gemfile.lock for resolved versions.

Asset pipeline

Propshaft handles asset compilation. Importmap pins JavaScript modules without bundling. CSS lives in app/assets/stylesheets.

Rails.env = development · ENV["DATABASE_URL"] = postgresql://localhost/app_dev · secret_key_base loaded from credentials.yml.enc
$ 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