now I am the git push heroku master
spent the entire morning yesterday debugging a nasty heroku issue with Jade and Asher. Bugs that aren’t actually errors are the worst. Turned out to be a combination of bundle.js being gitignored and assets being precompiled locally, which resulted in subsequent pushes to heroku deploying successfully, but with old precomplied assets instead of an updated bundle.js. Along the way we figured out that you can heroku run bash, which is waaaaay more helpful for debugging heroku than most of its error messages.
Got most of single page auth set up. sign up/sign in/sign out all work. sign in takes user to their home “page”. still working on getting sign up error messages to display correctly. some of the JSON apis are done. I’m slightly behind due to the amount of time spent debugging heroku.
Goals for today: finish JSON/jbuilder API. Build as much flux architecture as possible. implement review CRUD.












