Skip to content

Instantly share code, notes, and snippets.

@zmachuca
Created February 15, 2015 01:31
Show Gist options
  • Save zmachuca/11fca39cf4c9ff0c1586 to your computer and use it in GitHub Desktop.
Save zmachuca/11fca39cf4c9ff0c1586 to your computer and use it in GitHub Desktop.
Started POST "/users" for 127.0.0.1 at 2015-02-14 20:22:50 -0500
Processing by UsersController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"nRReeEX9o8l5PNoH3qQ3iEU60qfypfbdGl7762Gls2k=", "user"=>{"name"=>"Test", "address"=>"Test", "city"=>"Test", "state"=>"Test", "zip"=>"Test", "country"=>"Test", "design"=>"1", "email"=>"zachmachuca@gmail.com"}, "stripeToken"=>"tok_15WH7TBNN9wwQpAWRHkqYxRH", "stripeTokenType"=>"card", "stripeEmail"=>"zachmachuca@gmail.com"}
(0.2ms) begin transaction
SQL (0.6ms) INSERT INTO "users" ("address", "city", "country", "created_at", "design", "email", "name", "state", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Test"], ["city", "Test"], ["country", "Test"], ["created_at", "2015-02-15 01:22:50.461395"], ["design", "1"], ["email", "zachmachuca@gmail.com"], ["name", "Test"], ["state", "Test"], ["updated_at", "2015-02-15 01:22:50.461395"], ["zip", "Test"]]
(1.1ms) commit transaction
STRIPE API KEY: "sk_test_GaiwqF1sasWHuf6NZAuG3tnM"
(0.2ms) begin transaction
SQL (0.6ms) UPDATE "users" SET "stripe_customer_id" = ?, "updated_at" = ? WHERE "users"."id" = 3 [["stripe_customer_id", 0], ["updated_at", "2015-02-15 01:22:51.902318"]]
(1.1ms) commit transaction
ExampleMailer#purchase_email: processed outbound mail in 673.0ms
ExampleMailer#sale_email: processed outbound mail in 574.9ms
Completed 500 Internal Server Error in 4083ms
ActionView::MissingTemplate (Missing template users/create, application/create with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
* "/Users/zachmachuca/Desktop/truth-because-love/app/views"
):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment