We seem to be up and running with the new theme!
Introduction Hey, lets discuss getting a ruby on rails application up and running to heroku. This guide is built from my personal experiences and also contains points/mentions from a ruby on rails...
Resetting commit history by replacing main branch From your terminal run: # Checkout from your main branch git checkout --orphan latest_branch # Add all the files git add -A # Commit your chang...
Notes At about 3am this morning, I Finally submitted my first iteration of my wallpaper-engine project utilizing particles.js! Interested in it? You can find it here: Particles.js Interactive/Cu...
Deploying a rails app to heroku(Basic Guideline)
-