Skip to content

lluchez/sylvia-luchez-v3-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Commands

Run the following command first for authentication:

heroku login

Push

git push -f stage $(git branch --show-current):master
git push -f prod main:master

Migrate

heroku run -r stage rake db:migrate
heroku run -r prod rake db:migrate

Rails Console

heroku run -r stage rails c
heroku run -r prod rails c

Tips

Use byebug to set a break point

To do

  • Update github actions to run Rubocop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published