I hereby claim:
- I am rgpass on github.
- I am rgpass (https://keybase.io/rgpass) on keybase.
- I have a public key ASAMfOIaKNxZUH_fvT402Cqfh_XiI5cniUgNB0hRvtNkAwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
To add a field for new users to fill out, we need to do a couple of steps. The big picture is:
user_registrations#new
viewThis example adds a phone_number
field.
# Problem Statement: | |
# Using Ruby, create a script that opens a HAR file from a URL (example HAR file URL) and prints | |
# both the fastest and slowest resources from the file along with their total response times. | |
# command: | |
# $ ruby har_script.rb <given_har_url> | |
# output: | |
# fastest: <fastest_file_name> <slowest_response_time> seconds | |
# slowest: <slowest_file_name> <slowest_response_time> seconds | |
require 'uri' |