Skip to content

Instantly share code, notes, and snippets.

View allenbyerly's full-sized avatar

Allen Byerly allenbyerly

  • Tritl
  • San Francisco
View GitHub Profile

Keybase proof

I hereby claim:

  • I am allenbyerly on github.
  • I am allenbyerly (https://keybase.io/allenbyerly) on keybase.
  • I have a public key whose fingerprint is 7F1E FD6F CD29 74DF B50B B4E7 A150 29A1 C68F 8996

To claim this, I am signing this object:

@allenbyerly
allenbyerly / rails-postgres-backbone-bootstrap-bootswatch
Created November 4, 2015 08:47 — forked from sionc/rails-postgres-backbone-bootstrap-bootswatch
Instructions on creating a new app using Ruby on Rails, Postgresql, Backbone.js, Twitter Boostrap, Bootstwatch
- Check rails version
$ rails -v
- To update rails
$ gem update rails
- Creating a new rails app using postgresql
$ mkdir rails_projects
$ cd rails_projects
$ rails new myapp --database=postgresql