Skip to content

Instantly share code, notes, and snippets.

View joshuazap's full-sized avatar

Joshua Zapata joshuazap

View GitHub Profile
@joshuazap
joshuazap / gist:b1f4fc85340d29acf75078e69d50967a
Last active July 6, 2018 05:07
Continuing the test process
# Continuing the test process
The CardinalHire test server is https://shielded-reaches-39856.herokuapp.com
It regularly deploys the latest build of the staging branch of the repo
The test server doesn't automatically change the links it produces to redirect
test users to the test server.
The temporary solution is to change the link provided by the app yourself:

Keybase proof

I hereby claim:

  • I am joshuazap on github.
  • I am joshz (https://keybase.io/joshz) on keybase.
  • I have a public key whose fingerprint is 5EF2 1760 929A A9E0 C30C F43D 85AB 1C73 7222 9A42

To claim this, I am signing this object:

@joshuazap
joshuazap / gist:db82126a08c4c189acb7
Last active January 25, 2016 20:53
Technical issues to implement capstone project
**civdoc**
An app that facilitates working with public records and provides social collaboration tools for lawyers, law students, policy experts, interns, volunteers, and people interested in giving a voice to those who cannot speak for themselves.
Milestones
1. As a user, I want to be able to sign up for a free account by providing a user name, organization, password, and email
+ Add and configure Devise gem for user management
+ Add and configure SendGrid gem for emails
+ Migrate User model to add organization, subscribed status and desired display name columns
joshuazap:~/development/bloccit (assignment-29-rails-object-relational-mapping) $ clear
joshuazap:~/development/bloccit (assignment-29-rails-object-relational-mapping) $ vim Gemfile
joshuazap:~/development/bloccit (assignment-29-rails-object-relational-mapping) $ bundle
Using rake 10.4.2
Using i18n 0.7.0
Using json 1.8.3
Using minitest 5.8.3
Using thread_safe 0.3.5
Using tzinfo 1.2.2
Using activesupport 4.2.4