rails-app-template-sustainable
rails-app-template-sustainable copied to clipboard
Installing Locally fails
I cloned the repo, and changed line 6 in the template to this:
RAILS_REQUIREMENT = "7.0.4.3".freeze
Installed Rails 7.0.4.3, and executed:
rails new my-app \
--rc=rails-app-template-sustainable/.railsrc \
--template=rails-app-template-sustainable/template.rb
and it failed with this error message:
The template [.../rails-app-template-sustainable/template.rb] could not be loaded. Error: Unsupported option: skip_listen=
You must run with --skip-listen --skip-spring --skip-turbolinks
Installing "from the Internets" was successful (Rails 6.1.0).
You can try #4 but I don't think that version is ready for what I would call a solid setup. That said, it does successfully complete the rails new
process
Thanks Dave.
On May 12, 2023, at 10:27, David Copeland @.***> wrote:
You can try #4 https://github.com/davetron5000/rails-app-template-sustainable/pull/4 but I don't think that version is ready for what I would call a solid setup. That said, it does successfully complete the rails new process
— Reply to this email directly, view it on GitHub https://github.com/davetron5000/rails-app-template-sustainable/issues/3#issuecomment-1545833897, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZ5VGAZWA57JVVXTJ4CWZWTXFZCFPANCNFSM6AAAAAAXY5O7YA. You are receiving this because you authored the thread.