Skip to content

Instantly share code, notes, and snippets.

@oseifrimpong
Created August 19, 2014 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oseifrimpong/6fca84b625f17e876176 to your computer and use it in GitHub Desktop.
Save oseifrimpong/6fca84b625f17e876176 to your computer and use it in GitHub Desktop.
Server Logs
Started POST "/landing/soon" for 127.0.0.1 at 2014-08-20 05:23:11 +0800
Started POST "/landing/soon" for 127.0.0.1 at 2014-08-20 05:23:11 +0800
Processing by LandingController#save_email as HTML
Processing by LandingController#save_email as HTML
Parameters: {"utf8"=>"√", "authenticity_token"=>"8AvNiGAh7TBZB3MNan4c
Qr8RiYtUOlOiKw=", "coming"=>{"email"=>"obedosei@gmail.com"}, "commit"=>
"}
Parameters: {"utf8"=>"√", "authenticity_token"=>"8AvNiGAh7TBZB3MNan4c
Qr8RiYtUOlOiKw=", "coming"=>{"email"=>"obedosei@gmail.com"}, "commit"=>
"}
(0.0ms) BEGIN
(0.0ms) BEGIN
SQL (128.2ms) INSERT INTO "comings" ("created_at", "updated_at") VAL
$2) RETURNING "id" [["created_at", "2014-08-19 21:23:11.679815"], ["up
, "2014-08-19 21:23:11.679815"]]
SQL (128.2ms) INSERT INTO "comings" ("created_at", "updated_at") VAL
$2) RETURNING "id" [["created_at", "2014-08-19 21:23:11.679815"], ["up
, "2014-08-19 21:23:11.679815"]]
(21.0ms) COMMIT
(21.0ms) COMMIT
Rendered landing/soon.html.erb within layouts/landingPage (1.0ms)
Rendered landing/soon.html.erb within layouts/landingPage (1.0ms)
Completed 200 OK in 192ms (Views: 31.0ms | ActiveRecord: 149.2ms)
Completed 200 OK in 192ms (Views: 31.0ms | ActiveRecord: 149.2ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment