Deploying a Ruby on Rails Application to Heroku

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Your rails tutorials are the best in Youtube :) Only your tutorials i can follow and it happends the same as you do, unlike other videos..

mantassimkus
Автор

Thanks, this worked for me! I get a few warnings to install a rails_12factor gem and create a Procfile, but this video got my app deployed.

addisonchen
Автор

thanks for leaving the errors in, i appreciate it. awesome video

miodice
Автор

Thank you very much for this video!  The information is conveyed very clearly.

It helped me identify where I was going wrong with an app I was trying to deploy!

gulkus
Автор

As I am working from terminal I had to write

heroku git:remote -a MyHerokuAppName

and then

heroku run rake db:migrate

But it really worked and my application is up and running now(not only on localhost)!
Many thanks!

ivonamircheva
Автор

Thanks so much for making this! Great intro vid

Vangoghbothears
Автор

thank you so much for this!! It was extremely helpful

miajohansson
Автор

such a good tutorial! thank you for showing the errors.. they are super useful

bballClipss
Автор

Perfect tutorial, greetings from Spain!!

poladelena
Автор

What program you've used in this video please? I like how Terminal is integrated right into editor. Nice video.

huskastream
Автор

around 8:59 when i enter git push I get

fatal: No configured push destination.
Either specify the URL from the command-line or configure a remote repository using

git remote add <name> <url>

and then push using the remote name

git push <name>

what would you enter?

BockDAB
Автор

Awesome tutorial, thanks. How about the other way around, like deploying apps from Heroku to a local server? I have about 3 apps on a Windows Server 2012 and all of them are different versions of rails. So far, I can run the app with the latest version of rails, but not the other two, which were deployed from Heroku. I wanted to make changes locally before I push them to Heroku. Do you have any reference on that? thanks a lot!

joecastman
Автор

destroy command does not work, I can not delete any invoice were create, how to solve this?

jspdio
Автор

Is this Jordan from Dissecting Ruby on Rails?

rauljg
Автор

Thanks! what are your other tutorials? I like the way you explain and connect relationships rather than dictating steps. I must admit the first time I built enterpriseape it was buggy (especially the heroku part, so i just tested locally). i repeated the tutorials and was illuminated in problem areas when i pay close attention. the thing i'd like to be warned about is using resources online i.e. stackflow some of them are doing more damage. please give us tips on how to discern a shady suggestion or when to hold back typing a command that could mess up our library system. thank you.

dinagproj
Автор

remember now guys that you should put a ruby version at the top of your gem file and also that you need the gem 'rails_12factor' under the gem 'pg' in the production block of the gem file if you want to successfully deploy to after you do that run bundle with a --without production flag ...hope this helped some people :)

jonbrady
Автор

Heroku always tells me to update the 'Procfile'; in what directory is the Procile?

SergioEArzac
Автор

I know this is an older video, but do you have any tips on "heroku remote: error Command "webpack" not found." it says my upload failed. everything else seems to load fine

miodice
Автор

for some reason, I can't run any rake run command, due to "econnrefused" on heroku
I can load the website though, but since I cant bundle install nor run migration, I'm stuck.

rexfng
Автор

Getting error :failed to push some refs to when executing the command 'git push heroku master'

khushboobindal