Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Alamoz
Created August 4, 2013 00:32
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 Alamoz/6148540 to your computer and use it in GitHub Desktop.
Save Alamoz/6148540 to your computer and use it in GitHub Desktop.
Render form in Rails 4.1.0-beta with PR #11729, on laptop with Intel 2.3GHz B970 dual-core processor.
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:20 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 54ms (ActiveRecord: 2.9ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:20 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (2.2ms)
Rendered home/index.html.haml within layouts/home (244.7ms)
Rendered layouts/_shim.html.erb (0.6ms)
Rendered layouts/_header.html.erb (2.9ms)
Completed 200 OK in 1320ms (Views: 1314.7ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:24 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:24 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (7.3ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.5ms)
Completed 200 OK in 227ms (Views: 225.0ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:26 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:26 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (7.4ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.4ms)
Completed 200 OK in 186ms (Views: 184.2ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:27 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:27 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.4ms)
Rendered home/index.html.haml within layouts/home (17.9ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.6ms)
Completed 200 OK in 248ms (Views: 243.5ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:29 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:29 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.4ms)
Rendered home/index.html.haml within layouts/home (12.1ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.5ms)
Completed 200 OK in 196ms (Views: 191.3ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:31 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:31 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (8.7ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.9ms)
Completed 200 OK in 233ms (Views: 229.7ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:32 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:32 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (8.5ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.4ms)
Completed 200 OK in 184ms (Views: 181.2ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:34 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:34 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.4ms)
Rendered home/index.html.haml within layouts/home (11.3ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.5ms)
Completed 200 OK in 235ms (Views: 229.8ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:35 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:35 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (8.8ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.4ms)
Completed 200 OK in 188ms (Views: 186.2ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:36 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:36 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (7.3ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (1.0ms)
Completed 200 OK in 187ms (Views: 185.4ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:37 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:37 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (75.6ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (1.1ms)
Completed 200 OK in 266ms (Views: 264.1ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:38 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:38 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (12.3ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.4ms)
Completed 200 OK in 178ms (Views: 175.9ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:39 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:39 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (9.1ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (1.0ms)
Completed 200 OK in 233ms (Views: 230.6ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:40 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:40 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (8.3ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.5ms)
Completed 200 OK in 189ms (Views: 186.4ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:41 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:41 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (10.8ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.5ms)
Completed 200 OK in 251ms (Views: 248.2ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:43 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:43 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (7.6ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.4ms)
Completed 200 OK in 188ms (Views: 185.8ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:44 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:44 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.1ms)
Rendered home/index.html.haml within layouts/home (6.0ms)
Rendered layouts/_shim.html.erb (0.0ms)
Rendered layouts/_header.html.erb (0.6ms)
Completed 200 OK in 180ms (Views: 178.3ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:45 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:45 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (9.4ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.6ms)
Completed 200 OK in 227ms (Views: 224.8ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:47 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:47 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (9.6ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.5ms)
Completed 200 OK in 190ms (Views: 187.4ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:48 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:48 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.4ms)
Rendered home/index.html.haml within layouts/home (18.3ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.6ms)
Completed 200 OK in 195ms (Views: 190.4ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:49 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:49 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.1ms)
Rendered home/index.html.haml within layouts/home (7.5ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.6ms)
Completed 200 OK in 222ms (Views: 220.7ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:50 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:50 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (8.1ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.4ms)
Completed 200 OK in 181ms (Views: 179.0ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:51 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:51 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (12.1ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.4ms)
Completed 200 OK in 188ms (Views: 185.5ms | ActiveRecord: 0.0ms)
Started GET "/forgot_password" for 127.0.0.1 at 2013-08-03 16:52:53 -0700
Processing by PasswordResetsController#new as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered password_resets/new.html.haml within layouts/application (6.5ms)
Rendered layouts/_shim.html.erb (0.2ms)
Rendered layouts/_header.html.erb (0.6ms)
Completed 200 OK in 241ms (Views: 238.5ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:52:54 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:52:54 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (8.5ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.9ms)
Completed 200 OK in 190ms (Views: 187.3ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:53:17 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:53:17 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.3ms)
Rendered home/index.html.haml within layouts/home (16.3ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.5ms)
Completed 200 OK in 183ms (Views: 179.3ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:53:18 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:53:18 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.4ms)
Rendered home/index.html.haml within layouts/home (64.4ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.4ms)
Completed 200 OK in 237ms (Views: 232.8ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:53:19 -0700
Processing by PlayersController#index as HTML
Redirected to http://localhost:3000/
Filter chain halted as :require_user rendered or redirected
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:53:19 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (8.2ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.4ms)
Completed 200 OK in 181ms (Views: 178.9ms | ActiveRecord: 0.0ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment