davetron5000 / rails-app-template-sustainable

A Rails App Template that creates a new Rails app according to the sustainable rails book
27 stars 3 forks source link

Installing Locally fails #3

Open Z2Flow opened 1 year ago

Z2Flow commented 1 year ago

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

davetron5000 commented 1 year ago

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

Z2Flow commented 1 year ago

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.