Skip to content

Instantly share code, notes, and snippets.

@samuelkobe
Created March 26, 2013 02:13
Show Gist options
  • Save samuelkobe/5242575 to your computer and use it in GitHub Desktop.
Save samuelkobe/5242575 to your computer and use it in GitHub Desktop.
PID file: /Users/samuelkobe/Documents/hworkspace/mailapp/tmp/pids/passenger.3001.pid
Log file: /Users/samuelkobe/Documents/hworkspace/mailapp/log/passenger.3001.log
Environment: development
Accessible via: http://0.0.0.0:3001/
You can stop Phusion Passenger Standalone by pressing Ctrl-C.
===============================================================================
Connecting to database specified by database.yml
Started HEAD "/" for 127.0.0.1 at 2013-03-25 19:12:16 -0700
Processing by UsersController#new as HTML
Rendered users/_form.html.erb (7.1ms)
Rendered users/new.html.erb within layouts/application (32.6ms)
Completed 200 OK in 85ms (Views: 63.9ms | ActiveRecord: 1.4ms)
Started GET "/users" for 127.0.0.1 at 2013-03-25 19:12:21 -0700
Processing by UsersController#index as HTML
User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY id
User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1
CACHE (0.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1
CACHE (0.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1
(0.1ms) SELECT COUNT(*) FROM "users"
CACHE (0.0ms) SELECT COUNT(*) FROM "users"
Rendered users/index.html.erb within layouts/application (16.2ms)
Completed 200 OK in 24ms (Views: 22.5ms | ActiveRecord: 0.5ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 19:12:21 -0700
Served asset /application.css - 304 Not Modified (15ms)
Started GET "/assets/sessions.js?body=1" for 127.0.0.1 at 2013-03-25 19:12:21 -0700
Served asset /sessions.js - 304 Not Modified (2ms)
Started GET "/assets/admins.js?body=1" for 127.0.0.1 at 2013-03-25 19:12:21 -0700
Served asset /admins.js - 304 Not Modified (4ms)
Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-03-25 19:12:21 -0700
Served asset /users.js - 304 Not Modified (2ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 19:12:21 -0700
Served asset /application.js - 304 Not Modified (17ms)
Started GET "/assets/jquery.min.js?body=1" for 127.0.0.1 at 2013-03-25 19:12:21 -0700
Served asset /jquery.min.js - 304 Not Modified (4ms)
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 19:12:22 -0700
Served asset /jquery_ujs.js - 304 Not Modified (5ms)
Started GET "/assets/extras/fancybox/jquery.fancybox.css" for 127.0.0.1 at 2013-03-25 19:12:22 -0700
Served asset /extras/fancybox/jquery.fancybox.css - 304 Not Modified (4ms)
Started GET "/assets/user.png" for 127.0.0.1 at 2013-03-25 19:12:22 -0700
Started GET "/assets/delete.png" for 127.0.0.1 at 2013-03-25 19:12:22 -0700
Started GET "/assets/admin.png" for 127.0.0.1 at 2013-03-25 19:12:22 -0700
Served asset /user.png - 304 Not Modified (2ms)
Served asset /delete.png - 304 Not Modified (2ms)
Served asset /admin.png - 304 Not Modified (2ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment