Created
October 17, 2014 19:34
-
-
Save frankie-loves-jesus/81a7e9fdd1e68da95040 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started GET "/" for ::ffff:80.203.58.233 at 2014-10-17 19:31:58 +0000 | |
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m | |
Processing by Forem::ForumsController#index as HTML | |
[1m[35mForem::Category Load (0.7ms)[0m SELECT "forem_categories".* FROM "forem_categories" | |
[1m[36mForem::Forum Load (0.3ms)[0m [1mSELECT "forem_forums".* FROM "forem_forums" WHERE "forem_forums"."category_id" = $1 ORDER BY "forem_forums"."name" ASC[0m [["category_id", 1]] | |
[1m[35mForem::Category Load (0.2ms)[0m SELECT "forem_categories".* FROM "forem_categories" WHERE "forem_categories"."id" = $1 LIMIT 1 [["id", 1]] | |
[1m[36mForem::Post Load (0.3ms)[0m [1mSELECT "forem_posts".* FROM "forem_posts" INNER JOIN "forem_topics" ON "forem_posts"."topic_id" = "forem_topics"."id" WHERE "forem_topics"."forum_id" = $1 AND "forem_posts"."state" = 'approved' ORDER BY forem_posts.created_at DESC LIMIT 1[0m [["forum_id", 1]] | |
[1m[35mForem::Topic Load (0.2ms)[0m SELECT "forem_topics".* FROM "forem_topics" WHERE "forem_topics"."id" = $1 LIMIT 1 [["id", 4]] | |
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 1]] | |
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "forem_topics" WHERE "forem_topics"."forum_id" = $1 AND "forem_topics"."state" = 'approved' [["forum_id", 1]] | |
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "forem_posts" INNER JOIN "forem_topics" ON "forem_posts"."topic_id" = "forem_topics"."id" WHERE "forem_topics"."forum_id" = $1 AND "forem_posts"."state" = 'approved'[0m [["forum_id", 1]] | |
Rendered forem/forums/_forum.html.erb (126.8ms) | |
Rendered forem/forums/_listing.html.erb (239.7ms) | |
Rendered forem/categories/_category.html.erb (262.8ms) | |
Rendered forem/forums/index.html.erb within layouts/application (683.3ms) | |
Completed 200 OK in 814ms (Views: 738.2ms | ActiveRecord: 12.7ms) | |
Started GET "/assets/forem/base.css?body=1" for ::ffff:80.203.58.233 at 2014-10-17 19:32:00 +0000 | |
Started GET "/assets/application.css?body=1" for ::ffff:80.203.58.233 at 2014-10-17 19:32:00 +0000 | |
Started GET "/assets/turbolinks.js?body=1" for ::ffff:80.203.58.233 at 2014-10-17 19:32:00 +0000 | |
Started GET "/assets/select2.css?body=1" for ::ffff:80.203.58.233 at 2014-10-17 19:32:00 +0000 | |
Started GET "/assets/jquery.js?body=1" for ::ffff:80.203.58.233 at 2014-10-17 19:32:00 +0000 | |
Started GET "/assets/jquery_ujs.js?body=1" for ::ffff:80.203.58.233 at 2014-10-17 19:32:00 +0000 | |
Started GET "/assets/forem.js?body=1" for ::ffff:80.203.58.233 at 2014-10-17 19:32:00 +0000 | |
Started GET "/assets/application.js?body=1" for ::ffff:80.203.58.233 at 2014-10-17 19:32:01 +0000 | |
Started GET "/search?utf8=%E2%9C%93&keywords=Mangos" for ::ffff:80.203.58.233 at 2014-10-17 19:33:15 +0000 | |
Processing by Forem::ForumsController#show as HTML | |
Parameters: {"utf8"=>"?", "keywords"=>"Mangos", "id"=>"search"} | |
[1m[35mForem::Forum Load (0.5ms)[0m SELECT "forem_forums".* FROM "forem_forums" WHERE "forem_forums"."slug" = 'search' ORDER BY "forem_forums"."name" ASC LIMIT 1 | |
Completed 404 Not Found in 7ms | |
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound): | |
friendly_id (5.0.4) lib/friendly_id/finder_methods.rb:23:in `find' | |
activerecord (4.1.2) lib/active_record/querying.rb:3:in `find' | |
cancancan (1.9.1) lib/cancan/model_adapters/abstract_adapter.rb:20:in `find' | |
cancancan (1.9.1) lib/cancan/controller_resource.rb:116:in `find_resource' | |
cancancan (1.9.1) lib/cancan/controller_resource.rb:68:in `load_resource_instance' | |
cancancan (1.9.1) lib/cancan/controller_resource.rb:32:in `load_resource' | |
cancancan (1.9.1) lib/cancan/controller_resource.rb:25:in `load_and_authorize_resource' | |
cancancan (1.9.1) lib/cancan/controller_resource.rb:10:in `block in add_before_filter' | |
activesupport (4.1.2) lib/active_support/callbacks.rb:440:in `instance_exec' | |
activesupport (4.1.2) lib/active_support/callbacks.rb:440:in `block in make_lambda' | |
activesupport (4.1.2) lib/active_support/callbacks.rb:143:in `call' | |
activesupport (4.1.2) lib/active_support/callbacks.rb:143:in `block in halting_and_conditional' | |
activesupport (4.1.2) lib/active_support/callbacks.rb:229:in `call' | |
activesupport (4.1.2) lib/active_support/callbacks.rb:229:in `block in halting' | |
activesupport (4.1.2) lib/active_support/callbacks.rb:149:in `call' | |
activesupport (4.1.2) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' | |
activesupport (4.1.2) lib/active_support/callbacks.rb:229:in `call' | |
activesupport (4.1.2) lib/active_support/callbacks.rb:229:in `block in halting' | |
activesupport (4.1.2) lib/active_support/callbacks.rb:166:in `call' | |
activesupport (4.1.2) lib/active_support/callbacks.rb:166:in `block in halting' | |
activesupport (4.1.2) lib/active_support/callbacks.rb:166:in `call' | |
activesupport (4.1.2) lib/active_support/callbacks.rb:166:in `block in halting' | |
activesupport (4.1.2) lib/active_support/callbacks.rb:166:in `call' | |
activesupport (4.1.2) lib/active_support/callbacks.rb:166:in `block in halting' | |
activesupport (4.1.2) lib/active_support/callbacks.rb:86:in `call' | |
activesupport (4.1.2) lib/active_support/callbacks.rb:86:in `run_callbacks' | |
actionpack (4.1.2) lib/abstract_controller/callbacks.rb:19:in `process_action' | |
actionpack (4.1.2) lib/action_controller/metal/rescue.rb:29:in `process_action' | |
actionpack (4.1.2) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' | |
activesupport (4.1.2) lib/active_support/notifications.rb:159:in `block in instrument' | |
activesupport (4.1.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' | |
activesupport (4.1.2) lib/active_support/notifications.rb:159:in `instrument' | |
actionpack (4.1.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action' | |
actionpack (4.1.2) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' | |
activerecord (4.1.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' | |
actionpack (4.1.2) lib/abstract_controller/base.rb:136:in `process' | |
actionview (4.1.2) lib/action_view/rendering.rb:30:in `process' | |
actionpack (4.1.2) lib/action_controller/metal.rb:196:in `dispatch' | |
actionpack (4.1.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' | |
actionpack (4.1.2) lib/action_controller/metal.rb:232:in `block in action' | |
actionpack (4.1.2) lib/action_dispatch/routing/route_set.rb:82:in `call' | |
actionpack (4.1.2) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' | |
actionpack (4.1.2) lib/action_dispatch/routing/route_set.rb:50:in `call' | |
actionpack (4.1.2) lib/action_dispatch/journey/router.rb:71:in `block in call' | |
actionpack (4.1.2) lib/action_dispatch/journey/router.rb:59:in `each' | |
actionpack (4.1.2) lib/action_dispatch/journey/router.rb:59:in `call' | |
actionpack (4.1.2) lib/action_dispatch/routing/route_set.rb:678:in `call' | |
railties (4.1.2) lib/rails/engine.rb:514:in `call' | |
railties (4.1.2) lib/rails/railtie.rb:194:in `public_send' | |
railties (4.1.2) lib/rails/railtie.rb:194:in `method_missing' | |
actionpack (4.1.2) lib/action_dispatch/journey/router.rb:71:in `block in call' | |
actionpack (4.1.2) lib/action_dispatch/journey/router.rb:59:in `each' | |
actionpack (4.1.2) lib/action_dispatch/journey/router.rb:59:in `call' | |
actionpack (4.1.2) lib/action_dispatch/routing/route_set.rb:678:in `call' | |
warden (1.2.3) lib/warden/manager.rb:35:in `block in call' | |
warden (1.2.3) lib/warden/manager.rb:34:in `catch' | |
warden (1.2.3) lib/warden/manager.rb:34:in `call' | |
rack (1.5.2) lib/rack/etag.rb:23:in `call' | |
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' | |
rack (1.5.2) lib/rack/head.rb:11:in `call' | |
actionpack (4.1.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call' | |
actionpack (4.1.2) lib/action_dispatch/middleware/flash.rb:254:in `call' | |
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' | |
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' | |
actionpack (4.1.2) lib/action_dispatch/middleware/cookies.rb:560:in `call' | |
activerecord (4.1.2) lib/active_record/query_cache.rb:36:in `call' | |
activerecord (4.1.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' | |
activerecord (4.1.2) lib/active_record/migration.rb:380:in `call' | |
actionpack (4.1.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' | |
activesupport (4.1.2) lib/active_support/callbacks.rb:82:in `run_callbacks' | |
actionpack (4.1.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' | |
actionpack (4.1.2) lib/action_dispatch/middleware/reloader.rb:73:in `call' | |
actionpack (4.1.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' | |
actionpack (4.1.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' | |
actionpack (4.1.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' | |
railties (4.1.2) lib/rails/rack/logger.rb:38:in `call_app' | |
railties (4.1.2) lib/rails/rack/logger.rb:20:in `block in call' | |
activesupport (4.1.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' | |
activesupport (4.1.2) lib/active_support/tagged_logging.rb:26:in `tagged' | |
activesupport (4.1.2) lib/active_support/tagged_logging.rb:68:in `tagged' | |
railties (4.1.2) lib/rails/rack/logger.rb:20:in `call' | |
actionpack (4.1.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' | |
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' | |
rack (1.5.2) lib/rack/runtime.rb:17:in `call' | |
activesupport (4.1.2) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' | |
rack (1.5.2) lib/rack/lock.rb:17:in `call' | |
actionpack (4.1.2) lib/action_dispatch/middleware/static.rb:64:in `call' | |
rack (1.5.2) lib/rack/sendfile.rb:112:in `call' | |
railties (4.1.2) lib/rails/engine.rb:514:in `call' | |
railties (4.1.2) lib/rails/application.rb:144:in `call' | |
rack (1.5.2) lib/rack/lock.rb:17:in `call' | |
rack (1.5.2) lib/rack/content_length.rb:14:in `call' | |
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' | |
/usr/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' | |
/usr/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' | |
/usr/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' | |
Rendered /var/lib/gems/1.9.1/gems/actionpack-4.1.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) | |
Rendered /var/lib/gems/1.9.1/gems/actionpack-4.1.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) | |
Rendered /var/lib/gems/1.9.1/gems/actionpack-4.1.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) | |
Rendered /var/lib/gems/1.9.1/gems/actionpack-4.1.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (34.0ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment