-
Create a vanilla Rails
rails _5.0.7_ new vanilla_test --skip-yarn --skip-active-storage --skip-action --skip-sprockets --skip-spring --skip-listen --skip-coffee --skip-javascript --skip-turbolinks --skip-test --skip-system-test --skip-bootsnap
-
Copy the files into the right spots
-
Run it
bin/rails r lock_it_up.rb
Interesting points:
- bundle exec rails r doesn't seem to work
- can't reproduce the lockup even with the slowdown thing
- Might be related to rails/rails#24028