Replies: 1 comment 2 replies
-
That's a good idea. I'd suggest recursively deleting all of the contents in the tmp directory except for the Do you want to make a PR for that so you get credit or do you want me to make the change? If you do make that PR you can delete the message in the README file that you're referencing since it's no longer needed. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was bit by the
RuntimeError: invalid bytecode
problem after renaming the project while I was doing some initial playing around with this project. The note in the README about this error and how to resolve it (./run clean
or delete the/tmp
directory) didn't jump out at me, causing me some frustration.Wouldn't it make sense to have the
bin/rename-project
script always delete the/tmp
directory? Rails will always recreate it when it needs it, apparently.Beta Was this translation helpful? Give feedback.
All reactions