rails-app-template-sustainable icon indicating copy to clipboard operation
rails-app-template-sustainable copied to clipboard

Installing Locally fails

Open Z2Flow opened this issue 1 year ago • 2 comments

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).

Z2Flow avatar May 07 '23 14:05 Z2Flow

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

davetron5000 avatar May 12 '23 14:05 davetron5000

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.

Z2Flow avatar May 23 '23 13:05 Z2Flow