I'm about to make Reddit. I'm sure I will fuck it up somehow. Don't use this.
Heroku app = kchanbloccit
Here is a big outline of the steps:
- rails new
- rake db:create
- update the gemfile then run "bundle"
- link up to git (repo, add, commit, remote add origin, push -u origin master)
- create controller (with view) = rails g controller welcome index about (controller, view, view)
- declare the default home page with "root to:"
- you can check the routes with 'rake routes'