Skip to content

Instantly share code, notes, and snippets.

View hayduke19us's full-sized avatar
🐙

matthew sullivan hayduke19us

🐙
View GitHub Profile
{
"data":
{
"reports":
{
"1": [
{
"id": 11984,
"staging": "V84",
"weather": "This should not be in created array",
{
"data":
{
"reports":
{
"1": [
{
"id": 11984,
"staging": "V84",
"weather": "This should not be in created array",
{"1"=>[{"id"=>560167561, "grower_id"=>1026641359, "name"=>"Just a test"}, {"id"=>560167556, "grower_id"=>1026641357, "name"=>"Kettlesens"}, {"id"=>560167557, "grower_id"=>1026641357, "name"=>"Bill Cook"}, {"id"=>560167563, "grower_id"=>1026641359, "name"=>"A new far,"}, {"id"=>560167564, "grower_id"=>1026641359, "name"=>"A mother one"}, {"id"=>560167565, "grower_id"=>1026641359, "name"=>"a mother one"}, {"id"=>560167566, "grower_id"=>1026641359, "name"=>"TEST"}, {"id"=>560167567, "grower_id"=>1026641359, "name"=>"Something"}, {"id"=>560167568, "grower_id"=>1026641359, "name"=>"poop"}, {"id"=>560167560, "grower_id"=>1026641360, "name"=>"Mark Farms"}, {"id"=>560167562, "grower_id"=>1026641358, "name"=>"Another farm"}, {"id"=>560167558, "grower_id"=>1026641358, "name"=>"Dale Case"}, {"id"=>560167559, "grower_id"=>1026641359, "name"=>"Trent Farm"}]}
{"1"=>[{"id"=>1026641360, "name"=>"Mark Schneider"}, {"id"=>1026641357, "name"=>"Chris Johnson"}, {"id"=>1026641358, "name"=>"Scott Eisenhauer"}, {"id"=>1026641359, "name"=>"Trent Peterson"}]}
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any styles
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new

Description

  1. Build is clean
  2. Version is up to date from remotes/origin/master
  3. Xcode is up to date
  4. Simulator run Compiles with no errors
  5. Login screen shows

The request is successful and recieves a 200 from the server. The login form leaves the page as expected and then it hangs on the loading animation.

module ApiTools
extend ActiveSupport::Concern
class Authenticate < Base
attr_reader :password
def initialize args
super(args)
@password = args.fetch(:password, false)
end
standHash = {}
standHash[15] = "34.833"
standHash[20] = "26.17"
standHash[30] = "17.417"
standHash[36] = "14.5"
standHash[38] = "13.750"
{
"type"=>"Polygon",
"coordinates"=>[[[-97.68135853515645, 42.56150990742894],
[-97.6813629960469, 42.56428179008701],
[-97.68072126593715, 42.56391824513394],
[-97.6797863438142, 42.563551318380945],
[-97.67868356591795, 42.56319793370675],
[-97.67775193643915, 42.56267617743888],
[-97.67643616543103, 42.561499602920016],
[-97.68135853515645, 42.56150990742894]]]