Skip to content

Instantly share code, notes, and snippets.

@jheg
Created March 24, 2015 10:45
Show Gist options
  • Save jheg/d6602aec1f3f36881d42 to your computer and use it in GitHub Desktop.
Save jheg/d6602aec1f3f36881d42 to your computer and use it in GitHub Desktop.
log
➜ ruby_bookmark_drag git:(jlh_master_url_fixer_method) tail -f log/development.log
Started GET "/assets/z_custom.js?body=1" for 127.0.0.1 at 2015-03-22 21:01:02 +0000
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-22 21:01:02 +0000
Started GET "/assets/create.js?body=1" for 127.0.0.1 at 2015-03-22 21:01:02 +0000
Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-03-22 21:01:02 +0000
Started POST "/create" for 127.0.0.1 at 2015-03-24 10:39:59 +0000
Processing by BookmarksController#create as JSON
Parameters: {"url"=>"etst.com", "title"=>"test "}
(0.2ms) begin transaction
SQL (3.2ms) INSERT INTO "bookmarks" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2015-03-24 10:39:59.947030"], ["updated_at", "2015-03-24 10:39:59.947030"]]
(2.1ms) commit transaction
Completed 200 OK in 52ms (Views: 2.0ms | ActiveRecord: 7.6ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment