Skip to content

Instantly share code, notes, and snippets.

Cyberspace. A consensual hallucination experienced daily by billions of legitimate operators, in every nation, by children being taught mathematical concepts... A graphic representation of data abstracted from banks of every computer in the human system. Unthinkable complexity. Lines of light ranged in the nonspace of the mind, clusters and constellations of data. Like city lights, receding...

-- William Gibson

Keybase proof

I hereby claim:

  • I am zambrose on github.
  • I am zambrose (https://keybase.io/zambrose) on keybase.
  • I have a public key ASAk6Q4CSzM6fxVXN_mor8KLEKCsMUB4b6GeGYlK_IUtyAo

To claim this, I am signing this object:

@zambrose
zambrose / cloudSettings
Created February 12, 2019 16:04
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-02-12T16:04:56.593Z","extensionVersion":"v3.2.4"}
@zambrose
zambrose / authentication_with_bcrypt_in_rails_4.md
Created October 10, 2015 13:36 — forked from thebucknerlife/authentication_with_bcrypt_in_rails_4.md
Simple Authentication in Rail 4 Using Bcrypt

#Simple Authentication with Bcrypt

This tutorial is for adding authentication to a vanilla Ruby on Rails app using Bcrypt and has_secure_password.

The steps below are based on Ryan Bates's approach from Railscast #250 Authentication from Scratch (revised).

You can see the final source code here: repo. I began with a stock rails app using rails new gif_vault

##Steps

@zambrose
zambrose / rvm_cheetsheat.md
Last active March 30, 2022 11:07
RVM Cheatsheet

RVM Cheatsheet

Updating RVM
  • rvm get stable
Install Ruby Dependencies
  • rvm requirements