Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Procfile Error #11

Open
Tioneb12 opened this issue Aug 14, 2020 · 2 comments
Open

Procfile Error #11

Tioneb12 opened this issue Aug 14, 2020 · 2 comments

Comments

@Tioneb12
Copy link

Tioneb12 commented Aug 14, 2020

I'm trying to use your template but get this error just after the devise config :

route  root to: 'home#index'
    generate  devise
       rails  generate devise User first_name last_name admin:boolean
Running via Spring preloader in process 96771
Deprecation warning: Expected boolean default value for '--orm'; got :active_record (string).
This will be rejected in the future unless you explicitly pass the options `check_default_type: false` or call `allow_incompatible_default_type!` in your code
You can silence deprecations warning by setting the environment variable THOR_SILENCE_DEPRECATION.
      invoke  active_record
      create    db/migrate/20200814143156_devise_create_users.rb
      create    app/models/user.rb
      invoke    test_unit
      create      test/models/user_test.rb
      create      test/fixtures/users.yml
      insert    app/models/user.rb
       route  devise_for :users
        gsub  db/migrate/20200814143156_devise_create_users.rb
      insert  app/models/user.rb
      remove  app/assets/stylesheets/application.css
      insert  config/routes.rb
      insert  config/routes.rb
Could not find "Procfile" in any of your source paths. Your current source paths are:
/Users/ben/code/Tioneb12/blog/https:/raw.githubusercontent.com/justalever/kickoff_tailwind/master
@justalever
Copy link
Owner

Right now you'll need to clone the project down to your machine to use this template. Hoping to improve this soon!

@timjedrek
Copy link

I had a similar issue. I just created a blank Procfile and it started up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants