Skip to content

Instantly share code, notes, and snippets.

@petecheslock
Created April 1, 2024 21:52
Show Gist options
  • Save petecheslock/66d9aa1a43f77a0fb938d7d30b2ee8ea to your computer and use it in GitHub Desktop.
Save petecheslock/66d9aa1a43f77a0fb938d7d30b2ee8ea to your computer and use it in GitHub Desktop.
Working with asdf install ruby 3.1.2
$ bundle exec rails server
=> Booting Puma
=> Rails 7.0.4 application starting in development
=> Run `bin/rails server --help` for more startup options
AppMap remote recording is enabled because RAILS_ENV is 'development'
AppMap requests recording is enabled because RAILS_ENV is 'development'
[34069] Puma starting in cluster mode...
[34069] * Puma version: 5.6.4 (ruby 3.1.2-p20) ("Birdie's Version")
[34069] * Min threads: 5
[34069] * Max threads: 5
[34069] * Environment: development
[34069] * Master PID: 34069
[34069] * Workers: 2
[34069] * Restarts: (✔) hot (✖) phased
[34069] * Preloading application
[34069] * Listening on http://127.0.0.1:3000
[34069] * Listening on http://[::1]:3000
[34069] Use Ctrl-C to stop
DEBUGGER: Attaching after process 34069 fork to child process 34174
DEBUGGER[bin/rails#34176]: Attaching after process 34069 fork to child process 34176
[34069] - Worker 0 (PID: 34174) booted in 0.0s, phase: 0
[34069] - Worker 1 (PID: 34176) booted in 0.0s, phase: 0
Started GET "/" for 127.0.0.1 at 2024-04-01 17:49:04 -0400
ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
Processing by StaticPagesController#home as HTML
Rendering layout layouts/application.html.erb
Rendering static_pages/home.html.erb within layouts/application
Rendered static_pages/home.html.erb within layouts/application (Duration: 28.3ms | Allocations: 29062)
Rendered layout layouts/application.html.erb (Duration: 28.7ms | Allocations: 29532)
Completed 500 Internal Server Error in 212ms (ActiveRecord: 0.0ms | Allocations: 367392)
ActionView::Template::Error (link_tree argument must be a directory):
app/assets/config/manifest.js:4
^C[34069] - Gracefully shutting down workers...
[34069] === puma shutdown: 2024-04-01 17:49:07 -0400 ===
[34069] - Goodbye!
Exiting
[centos@localhost rails-test-project]$ ls tmp/appmap/requests/1712008144_2967153_http_localhost_3000.appmap.json
tmp/appmap/requests/1712008144_2967153_http_localhost_3000.appmap.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment