Procfile Error
Opened this issue · 2 comments
Tioneb12 commented
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 commented
Right now you'll need to clone the project down to your machine to use this template. Hoping to improve this soon!
timjedrek commented
I had a similar issue. I just created a blank Procfile and it started up.