This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 316
New app fails to boot, Could not resolve "./application"
#171
Comments
Is there no |
Update: It's due to the |
Ah yes. And you know, we should probably be copying the Probably just need to add it around here: https://github.com/excid3/jumpstart/blob/master/template.rb#L123 |
Want to take a stab at that? |
This should be fixed in 5f4a5f8 👍 |
Beat me to it 😁 |
Sometimes you just need an easy PR to finish the day off. 😎 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On a new Rails 7.0.1 app, running
bin/dev
fails with:Command use to create:
rails new hello_jumpstart -d postgresql -m https://raw.githubusercontent.com/excid3/jumpstart/master/template.rb --skip-javascript
Commenting out that line allows the app to boot.
The text was updated successfully, but these errors were encountered: