Я пытаюсь разработать университетское веб-приложение, используя ruby на рельсах для моего проекта колледжа. Я использую ruby версию - 5.1.7 и rails версию 2.6.3 Это ссылка github для ссылки на код проекта -
https://github.com/NSWEETY/online_management
Когда я пытаюсь для запуска git push heroku master
выдает ошибку:
(base) sweety@sweety-INVALID:~/Downloads/online_management$ git push heroku master
Enumerating objects: 330, done.
Counting objects: 100% (330/330), done.
Delta compression using up to 4 threads
Compressing objects: 100% (180/180), done.
Writing objects: 100% (330/330), 2.74 MiB | 360.00 KiB/s, done.
Total 330 (delta 120), reused 330 (delta 120)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: ! No default language could be detected for this app.
remote: HINT: This occurs when Heroku cannot detect the buildpack to use for this application automatically.
remote: See https://devcenter.heroku.com/articles/buildpacks
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to powerful-gorge-42453.
remote:
To https://git.heroku.com/powerful-gorge-42453.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/powerful-gorge-42453.git'