I'm using heroku for a sort time and I have some doubts on what exactly do 2 'commands'
The first is rake
, I've seen here some people use it and some others, use the same instructions without rake
, so I'd like to know if there's any difference in using rake
or not
The other is more simple: heroku restart
Does this only affect the database or it also affect the code?
If it only affects the database, what happens to the data?
Should I use it, or it's an emergency command?
All info explained here and related to these instructions will be really helpful
Thanks!