Skip to content

Instantly share code, notes, and snippets.

@Alamoz
Alamoz / rails-4.1.0-beta
Created August 4, 2013 00:47
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
@Alamoz
Alamoz / rails-4.1.0-beta_with_PR_11729
Created August 4, 2013 00:32
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