Skip to content

Instantly share code, notes, and snippets.

@Alamoz
Created August 4, 2013 00:47
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/6148578 to your computer and use it in GitHub Desktop.
Save Alamoz/6148578 to your computer and use it in GitHub Desktop.
Render form in Rails 4.1.0-beta WITHOUT 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:45:21 -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 69ms (ActiveRecord: 3.6ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:45:21 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (1.6ms)
Rendered home/index.html.haml within layouts/home (233.5ms)
Rendered layouts/_shim.html.erb (0.5ms)
Rendered layouts/_header.html.erb (2.9ms)
Completed 200 OK in 1296ms (Views: 1291.4ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:45: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 2ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:45:24 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (8.4ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.7ms)
Completed 200 OK in 215ms (Views: 213.1ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:45:25 -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:45:25 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (10.5ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.5ms)
Completed 200 OK in 195ms (Views: 192.5ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:45: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:45:26 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (10.0ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.7ms)
Completed 200 OK in 242ms (Views: 239.8ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:45: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:45:27 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.4ms)
Rendered home/index.html.haml within layouts/home (10.1ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.4ms)
Completed 200 OK in 186ms (Views: 183.1ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:45: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 3ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:45:29 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (8.9ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.5ms)
Completed 200 OK in 234ms (Views: 230.5ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:45:30 -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:45:30 -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.5ms)
Completed 200 OK in 191ms (Views: 188.5ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:45: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 2ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:45:32 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.1ms)
Rendered home/index.html.haml within layouts/home (8.8ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.6ms)
Completed 200 OK in 236ms (Views: 234.1ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:45:33 -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:45:33 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (9.0ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.4ms)
Completed 200 OK in 188ms (Views: 184.8ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:45: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 2ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:45:34 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (10.1ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.7ms)
Completed 200 OK in 177ms (Views: 175.1ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:45: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 3ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:45:35 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.1ms)
Rendered home/index.html.haml within layouts/home (56.4ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.5ms)
Completed 200 OK in 236ms (Views: 233.8ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:45: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:45:36 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (9.7ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.7ms)
Completed 200 OK in 176ms (Views: 173.8ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:45: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 7ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:45:37 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.3ms)
Rendered home/index.html.haml within layouts/home (9.1ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.6ms)
Completed 200 OK in 243ms (Views: 240.6ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:45: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 2ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:45:38 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.1ms)
Rendered home/index.html.haml within layouts/home (9.6ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.4ms)
Completed 200 OK in 183ms (Views: 181.1ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:45: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:45:39 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (9.7ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (1.0ms)
Completed 200 OK in 261ms (Views: 257.4ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:45: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 3ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:45:41 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (10.3ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.5ms)
Completed 200 OK in 186ms (Views: 183.3ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:45:42 -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:45:42 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (8.0ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.7ms)
Completed 200 OK in 175ms (Views: 172.8ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:45: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 4ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:45:43 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.5ms)
Rendered home/index.html.haml within layouts/home (8.7ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.6ms)
Completed 200 OK in 234ms (Views: 230.9ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:45: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 3ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:45:44 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.3ms)
Rendered home/index.html.haml within layouts/home (12.0ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.5ms)
Completed 200 OK in 203ms (Views: 200.6ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:45: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:45:45 -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.6ms)
Completed 200 OK in 183ms (Views: 180.3ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:45:46 -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:45:46 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (8.0ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.6ms)
Completed 200 OK in 218ms (Views: 215.5ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:45: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 4ms (ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2013-08-03 16:45:47 -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.3ms)
Completed 200 OK in 186ms (Views: 183.8ms | ActiveRecord: 0.0ms)
Started GET "/players" for 127.0.0.1 at 2013-08-03 16:45: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:45:48 -0700
Processing by HomeController#index as HTML
Rendered layouts/_messages.html.erb (0.2ms)
Rendered home/index.html.haml within layouts/home (10.1ms)
Rendered layouts/_shim.html.erb (0.1ms)
Rendered layouts/_header.html.erb (0.6ms)
Completed 200 OK in 191ms (Views: 188.3ms | ActiveRecord: 0.0ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment