Skip to content

Instantly share code, notes, and snippets.

@petecheslock
Created April 1, 2024 21:57
Show Gist options
  • Save petecheslock/a3675aa31c3f04017147cc925dbf42ce to your computer and use it in GitHub Desktop.
Save petecheslock/a3675aa31c3f04017147cc925dbf42ce to your computer and use it in GitHub Desktop.
Works with asdf installed ruby 3.0.4
[centos@localhost rails-test-project]$ ruby -v
ruby 3.0.4p208 (2022-04-12 revision 3fa771dded) [aarch64-linux]
[centos@localhost rails-test-project]$ bundle install
Warning: the running version of Bundler (2.2.33) is older than the version that created the lockfile (2.3.22). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.3.22`.
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Fetching rake 13.1.0
Installing rake 13.1.0
Fetching concurrent-ruby 1.2.3
<snip>
[centos@localhost rails-test-project]$ 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'
[71284] Puma starting in cluster mode...
[71284] * Puma version: 5.6.4 (ruby 3.0.4-p208) ("Birdie's Version")
[71284] * Min threads: 5
[71284] * Max threads: 5
[71284] * Environment: development
[71284] * Master PID: 71284
[71284] * Workers: 2
[71284] * Restarts: (✔) hot (✖) phased
[71284] * Preloading application
[71284] * Listening on http://127.0.0.1:3000
[71284] * Listening on http://[::1]:3000
[71284] Use Ctrl-C to stop
DEBUGGER: Attaching after process 71284 fork to child process 71389
DEBUGGER[bin/rails#71391]: Attaching after process 71284 fork to child process 71391
[71284] - Worker 0 (PID: 71389) booted in 0.0s, phase: 0
[71284] - Worker 1 (PID: 71391) booted in 0.0s, phase: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment