Started GET "/" for 127.0.0.1 at Fri Jul 27 23:53:31 -0600 2012
Connecting to database specified by database.yml
ActionController::RoutingError (No route matches [GET] "/"):
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.9ms)
Started GET "/test_popup" for 127.0.0.1 at Fri Jul 27 23:53:39 -0600 2012
Processing by PagesController#test_popup as HTML
Rendered pages/test_popup.html.erb within layouts/application (48.6ms)
Completed 500 Internal Server Error in 51ms
ActionView::Template::Error (Could not find table 'help_popups_topics'):
1: This is a testerman
2:
3:
<%= help_popup("BACON") %>
app/views/pages/test_popup.html.erb:3:in `_app_views_pages_test_popup_html_erb___1583919427_2245226540'
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.4ms)
Connecting to database specified by database.yml
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
Connecting to database specified by database.yml
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
Migrating to CreateHelpPopupsTopics (20120723220037)
[1m[35m (0.0ms)[0m select sqlite_version(*)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "help_popups_topics" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "code" varchar(255), "title" varchar(255), "body" text, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120723220037')[0m
[1m[35m (2.8ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("help_popups_topics")[0m
Started GET "/test_popup" for 127.0.0.1 at Fri Jul 27 23:54:23 -0600 2012
Processing by PagesController#test_popup as HTML
[1m[36mHelpPopups::Topic Load (0.1ms)[0m [1mSELECT "help_popups_topics".* FROM "help_popups_topics" WHERE "help_popups_topics"."code" = 'BACON' LIMIT 1[0m
Rendered pages/test_popup.html.erb within layouts/application (5.6ms)
Compiled pages.css (0ms) (pid 619)
Compiled application.css (7ms) (pid 619)
Compiled jquery.js (33ms) (pid 619)
Compiled jquery_ujs.js (0ms) (pid 619)
Compiled pages.js (0ms) (pid 619)
Compiled application.js (62ms) (pid 619)
Completed 200 OK in 111ms (Views: 109.8ms | ActiveRecord: 0.4ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at Fri Jul 27 23:54:23 -0600 2012
Served asset /application.css - 200 OK (30ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Fri Jul 27 23:54:23 -0600 2012
Served asset /jquery.js - 200 OK (2ms)
Started GET "/assets/pages.css?body=1" for 127.0.0.1 at Fri Jul 27 23:54:23 -0600 2012
Served asset /pages.css - 200 OK (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at Fri Jul 27 23:54:23 -0600 2012
Served asset /application.js - 200 OK (5ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Fri Jul 27 23:54:23 -0600 2012
Served asset /jquery_ujs.js - 200 OK (2ms)
Started GET "/assets/pages.js?body=1" for 127.0.0.1 at Fri Jul 27 23:54:23 -0600 2012
Served asset /pages.js - 200 OK (1ms)
Started GET "/assets/help_popup.gif" for 127.0.0.1 at Fri Jul 27 23:54:23 -0600 2012
Served asset /help_popup.gif - 200 OK (4ms)
Started GET "/" for 127.0.0.1 at Sat Jul 28 11:27:17 -0600 2012
Connecting to database specified by database.yml
ActionController::RoutingError (No route matches [GET] "/"):
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
Started GET "/test_popup" for 127.0.0.1 at Sat Jul 28 11:27:24 -0600 2012
Processing by PagesController#test_popup as HTML
[1m[36mHelpPopups::Topic Load (0.1ms)[0m [1mSELECT "help_popups_topics".* FROM "help_popups_topics" WHERE "help_popups_topics"."code" = 'BACON' LIMIT 1[0m
Rendered pages/test_popup.html.erb within layouts/application (15.1ms)
Completed 200 OK in 63ms (Views: 61.7ms | ActiveRecord: 0.8ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sat Jul 28 11:27:24 -0600 2012
Served asset /application.css - 200 OK (3ms)
Started GET "/assets/pages.js?body=1" for 127.0.0.1 at Sat Jul 28 11:27:24 -0600 2012
Served asset /pages.js - 200 OK (1ms)
Started GET "/assets/pages.css?body=1" for 127.0.0.1 at Sat Jul 28 11:27:24 -0600 2012
Served asset /pages.css - 200 OK (2ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 11:27:24 -0600 2012
Served asset /jquery.js - 200 OK (4ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 11:27:24 -0600 2012
Served asset /jquery_ujs.js - 200 OK (3ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sat Jul 28 11:27:24 -0600 2012
Served asset /application.js - 200 OK (6ms)
Started GET "/assets/help_popup.gif" for 127.0.0.1 at Sat Jul 28 11:27:24 -0600 2012
Served asset /help_popup.gif - 304 Not Modified (1ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:27:33 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "help_popups_topics"
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (1.7ms)
Compiled help_popups/application.css (31ms) (pid 3076)
Compiled help_popups/topics.js (0ms) (pid 3076)
Compiled help_popups/application.js (12ms) (pid 3076)
Completed 200 OK in 75ms (Views: 74.8ms | ActiveRecord: 0.1ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 11:27:33 -0600 2012
Served asset /help_popups/topics.js - 200 OK (2ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 11:27:33 -0600 2012
Served asset /help_popups/application.css - 200 OK (2ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 11:27:33 -0600 2012
Served asset /help_popups/application.js - 200 OK (6ms)
Started GET "/" for 127.0.0.1 at Sat Jul 28 11:27:36 -0600 2012
ActionController::RoutingError (No route matches [GET] "/"):
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/" for 127.0.0.1 at Sat Jul 28 11:28:08 -0600 2012
ActionController::RoutingError (No route matches [GET] "/"):
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:39:42 -0600 2012
Connecting to database specified by database.yml
Processing by HelpPopups::TopicsController#index as HTML
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "help_popups_topics" [0m
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (3.2ms)
Completed 200 OK in 56ms (Views: 48.4ms | ActiveRecord: 0.8ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 11:39:42 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (3ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 11:39:42 -0600 2012
Served asset /jquery.js - 304 Not Modified (2ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 11:39:42 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 11:39:42 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (2ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 11:39:42 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (6ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:40:08 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Completed 500 Internal Server Error in 0ms
ThreadError (uncaught throw `HelpPopups' in thread 0x7fe2fc430370):
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `throw'
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `index'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `process_action'
activesupport (3.2.6) lib/active_support/callbacks.rb:403:in `_run__192299852__process_action__940758942__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal.rb:246:in `action'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `send'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.1) lib/rack/etag.rb:23:in `call'
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__855035572__call__4__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.8ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:40:19 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Completed 500 Internal Server Error in 1ms
NameError (uninitialized constant HelpPopups::Application):
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `index'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `process_action'
activesupport (3.2.6) lib/active_support/callbacks.rb:403:in `_run__192299852__process_action__940758942__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal.rb:246:in `action'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `send'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.1) lib/rack/etag.rb:23:in `call'
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__855035572__call__4__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.6ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:40:29 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Completed 500 Internal Server Error in 2ms
NameError (uninitialized constant HelpPopups::TopicsController::Application):
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `index'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `process_action'
activesupport (3.2.6) lib/active_support/callbacks.rb:403:in `_run__192299852__process_action__940758942__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal.rb:246:in `action'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `send'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.1) lib/rack/etag.rb:23:in `call'
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__855035572__call__4__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.7ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:40:49 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Completed 500 Internal Server Error in 1ms
NameError (uninitialized constant HelpPopups::Application):
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `index'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `process_action'
activesupport (3.2.6) lib/active_support/callbacks.rb:403:in `_run__192299852__process_action__940758942__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal.rb:246:in `action'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `send'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.1) lib/rack/etag.rb:23:in `call'
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__855035572__call__4__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.7ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:41:03 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Completed 500 Internal Server Error in 0ms
ThreadError (uncaught throw `#' in thread 0x7fe2fc430370):
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `throw'
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `index'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `process_action'
activesupport (3.2.6) lib/active_support/callbacks.rb:403:in `_run__192299852__process_action__940758942__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal.rb:246:in `action'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `send'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.1) lib/rack/etag.rb:23:in `call'
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__855035572__call__4__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (38.6ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:41:22 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Completed 500 Internal Server Error in 0ms
ThreadError (uncaught throw `nil' in thread 0x7fe2fc430370):
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `throw'
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `index'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `process_action'
activesupport (3.2.6) lib/active_support/callbacks.rb:403:in `_run__192299852__process_action__940758942__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal.rb:246:in `action'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `send'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.1) lib/rack/etag.rb:23:in `call'
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__855035572__call__4__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.8ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:41:26 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Completed 500 Internal Server Error in 1ms
ThreadError (uncaught throw `nil' in thread 0x7fe2fc430370):
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `throw'
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `index'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `process_action'
activesupport (3.2.6) lib/active_support/callbacks.rb:403:in `_run__192299852__process_action__940758942__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal.rb:246:in `action'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `send'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.1) lib/rack/etag.rb:23:in `call'
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__855035572__call__4__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.8ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:42:14 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Completed 500 Internal Server Error in 0ms
ThreadError (uncaught throw `nil' in thread 0x7fe2fca5f220):
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `throw'
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `index'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `process_action'
activesupport (3.2.6) lib/active_support/callbacks.rb:403:in `_run__192299852__process_action__940758942__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal.rb:246:in `action'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `send'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.1) lib/rack/etag.rb:23:in `call'
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__855035572__call__4__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:42:28 -0600 2012
Connecting to database specified by database.yml
Processing by HelpPopups::TopicsController#index as HTML
Completed 500 Internal Server Error in 0ms
ThreadError (uncaught throw `nil' in thread 0x7fd0a3b639f0):
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `throw'
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `index'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `process_action'
activesupport (3.2.6) lib/active_support/callbacks.rb:403:in `_run__968846593__process_action__2106657612__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal.rb:246:in `action'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `send'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.1) lib/rack/etag.rb:23:in `call'
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__1926356034__call__4__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:43:17 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Completed 500 Internal Server Error in 0ms
ThreadError (uncaught throw `nil' in thread 0x7fd0a3c385c0):
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `throw'
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `index'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `process_action'
activesupport (3.2.6) lib/active_support/callbacks.rb:403:in `_run__968846593__process_action__2106657612__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal.rb:246:in `action'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `send'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.1) lib/rack/etag.rb:23:in `call'
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__1926356034__call__4__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.7ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:43:27 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Completed 500 Internal Server Error in 1ms
ThreadError (uncaught throw `#' in thread 0x7fd0a3c385c0):
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `throw'
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `index'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `process_action'
activesupport (3.2.6) lib/active_support/callbacks.rb:403:in `_run__968846593__process_action__2106657612__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal.rb:246:in `action'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `send'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.1) lib/rack/etag.rb:23:in `call'
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__1926356034__call__4__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.7ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:43:41 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Completed 500 Internal Server Error in 0ms
ThreadError (uncaught throw `nil' in thread 0x7fd0a3c385c0):
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `throw'
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `index'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `process_action'
activesupport (3.2.6) lib/active_support/callbacks.rb:403:in `_run__968846593__process_action__2106657612__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal.rb:246:in `action'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `send'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.1) lib/rack/etag.rb:23:in `call'
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__1926356034__call__4__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.7ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:43:50 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Completed 500 Internal Server Error in 0ms
ThreadError (uncaught throw `#' in thread 0x7fd0a3c385c0):
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `throw'
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:6:in `index'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `process_action'
activesupport (3.2.6) lib/active_support/callbacks.rb:403:in `_run__968846593__process_action__2106657612__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal.rb:246:in `action'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `send'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.1) lib/rack/etag.rb:23:in `call'
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__1926356034__call__4__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (41.7ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:45:03 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "help_popups_topics" [0m
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (2.6ms)
Completed 200 OK in 25ms (Views: 16.8ms | ActiveRecord: 0.8ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 11:45:03 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (3ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 11:45:03 -0600 2012
Served asset /jquery.js - 304 Not Modified (2ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 11:45:03 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (3ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 11:45:03 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (4ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 11:45:03 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (37ms)
Started GET "/help_popups/topics/new" for 127.0.0.1 at Sat Jul 28 11:45:22 -0600 2012
Processing by HelpPopups::TopicsController#new as HTML
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/shared/_error_messages.html.erb (0.3ms)
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/_fields.html.erb (0.8ms)
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/new.html.erb within layouts/help_popups/application (5.8ms)
Completed 200 OK in 14ms (Views: 9.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 11:45:22 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 11:45:22 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 11:45:22 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 11:45:22 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 11:45:22 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started POST "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:45:27 -0600 2012
Processing by HelpPopups::TopicsController#create as HTML
Parameters: {"authenticity_token"=>"T+ovTdWukIivr9KNHMqO3wve52K6gDo3+kHjzqpcGBA=", "commit"=>"Add Topic", "topic"=>{"body"=>"TEST", "code"=>"TEST", "title"=>"TEST"}, "utf8"=>"✓"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mHelpPopups::Topic Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "help_popups_topics" WHERE "help_popups_topics"."code" = 'TEST' LIMIT 1[0m
[1m[35mSQL (0.7ms)[0m INSERT INTO "help_popups_topics" ("body", "code", "created_at", "parent_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", "TEST"], ["code", "TEST"], ["created_at", Sat, 28 Jul 2012 17:45:27 UTC +00:00], ["parent_id", -1], ["title", "TEST"], ["updated_at", Sat, 28 Jul 2012 17:45:27 UTC +00:00]]
[1m[36m (2.3ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/help_popups/topics
Completed 302 Found in 14ms (ActiveRecord: 3.3ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:45:27 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "help_popups_topics"
[1m[36mHelpPopups::Topic Load (0.1ms)[0m [1mSELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title[0m
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (4.0ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.2ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 11:45:27 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 11:45:27 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 11:45:27 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 11:45:27 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 11:45:27 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:45:37 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "help_popups_topics"
[1m[36mHelpPopups::Topic Load (0.1ms)[0m [1mSELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title[0m
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (4.2ms)
Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.3ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 11:45:37 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 11:45:37 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 11:45:37 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 11:45:37 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 11:45:37 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:45:45 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "help_popups_topics"
[1m[36mHelpPopups::Topic Load (0.1ms)[0m [1mSELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title[0m
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (2.9ms)
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.3ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 11:45:45 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 11:45:45 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 11:45:45 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 11:45:45 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 11:45:45 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:45:51 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "help_popups_topics"
[1m[36mHelpPopups::Topic Load (0.2ms)[0m [1mSELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title[0m
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (12.4ms)
Completed 500 Internal Server Error in 16ms
ActionView::Template::Error (undefined local variable or method `c2onfig' for #<#:0x10ffd8378>):
2: No Help Topics Defined!
3: Please click the link below to add one...
4: <% else %>
5: '<%= debug c2onfig[0] %>'
6:
7:
8: Code |
/Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb:5:in `___sers_dereksweet_work_my_ems_help_popups_app_views_help_popups_topics_index_html_erb___1024179253_2281614120'
actionpack (3.2.6) lib/action_view/template.rb:145:in `send'
actionpack (3.2.6) lib/action_view/template.rb:145:in `render'
activesupport (3.2.6) lib/active_support/notifications.rb:125:in `instrument'
actionpack (3.2.6) lib/action_view/template.rb:143:in `render'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
actionpack (3.2.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:46:in `render_template'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:18:in `render'
actionpack (3.2.6) lib/action_view/renderer/renderer.rb:36:in `render_template'
actionpack (3.2.6) lib/action_view/renderer/renderer.rb:17:in `render'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:110:in `_render_template'
actionpack (3.2.6) lib/action_controller/metal/streaming.rb:225:in `_render_template'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:103:in `render_to_body'
actionpack (3.2.6) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
actionpack (3.2.6) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:88:in `render'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:40:in `render'
activesupport (3.2.6) lib/active_support/core_ext/benchmark.rb:5:in `ms'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'
activesupport (3.2.6) lib/active_support/core_ext/benchmark.rb:5:in `ms'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:40:in `render'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:39:in `render'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `process_action'
activesupport (3.2.6) lib/active_support/callbacks.rb:403:in `_run__968846593__process_action__2106657612__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal.rb:246:in `action'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `send'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.1) lib/rack/etag.rb:23:in `call'
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__1926356034__call__4__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.9ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:46:19 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "help_popups_topics"
[1m[36mHelpPopups::Topic Load (0.1ms)[0m [1mSELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title[0m
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (2.8ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.3ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 11:46:19 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 11:46:19 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 11:46:19 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 11:46:19 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 11:46:19 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:46:30 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "help_popups_topics"
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (3.7ms)
Completed 500 Internal Server Error in 41ms
ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Application):
2: No Help Topics Defined!
3: Please click the link below to add one...
4: <% else %>
5: '<%= debug Application::config.keys %>'
6:
7:
8: Code |
/Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb:5:in `___sers_dereksweet_work_my_ems_help_popups_app_views_help_popups_topics_index_html_erb___1024179253_2280466320'
actionpack (3.2.6) lib/action_view/template.rb:145:in `send'
actionpack (3.2.6) lib/action_view/template.rb:145:in `render'
activesupport (3.2.6) lib/active_support/notifications.rb:125:in `instrument'
actionpack (3.2.6) lib/action_view/template.rb:143:in `render'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
actionpack (3.2.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:46:in `render_template'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:18:in `render'
actionpack (3.2.6) lib/action_view/renderer/renderer.rb:36:in `render_template'
actionpack (3.2.6) lib/action_view/renderer/renderer.rb:17:in `render'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:110:in `_render_template'
actionpack (3.2.6) lib/action_controller/metal/streaming.rb:225:in `_render_template'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:103:in `render_to_body'
actionpack (3.2.6) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
actionpack (3.2.6) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:88:in `render'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:40:in `render'
activesupport (3.2.6) lib/active_support/core_ext/benchmark.rb:5:in `ms'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'
activesupport (3.2.6) lib/active_support/core_ext/benchmark.rb:5:in `ms'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:40:in `render'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:39:in `render'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `process_action'
activesupport (3.2.6) lib/active_support/callbacks.rb:403:in `_run__968846593__process_action__2106657612__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal.rb:246:in `action'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `send'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.1) lib/rack/etag.rb:23:in `call'
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__1926356034__call__4__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.9ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:46:53 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "help_popups_topics" [0m
[1m[35mHelpPopups::Topic Load (0.1ms)[0m SELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (3.4ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.2ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 11:46:53 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 11:46:53 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 11:46:53 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 11:46:53 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 11:46:53 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:47:18 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "help_popups_topics" [0m
[1m[35mHelpPopups::Topic Load (0.1ms)[0m SELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (2.4ms)
Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.2ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 11:47:18 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 11:47:18 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 11:47:18 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 11:47:18 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 11:47:18 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:47:33 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "help_popups_topics" [0m
[1m[35mHelpPopups::Topic Load (0.1ms)[0m SELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (3.3ms)
Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.3ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 11:47:33 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 11:47:33 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 11:47:33 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 11:47:33 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 11:47:33 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:47:50 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "help_popups_topics" [0m
[1m[35mHelpPopups::Topic Load (0.1ms)[0m SELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (2.4ms)
Completed 200 OK in 46ms (Views: 45.2ms | ActiveRecord: 0.3ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 11:47:50 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 11:47:50 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 11:47:50 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 11:47:50 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 11:47:50 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:47:56 -0600 2012
Connecting to database specified by database.yml
Processing by HelpPopups::TopicsController#index as HTML
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "help_popups_topics" [0m
[1m[35mHelpPopups::Topic Load (0.1ms)[0m SELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (38.2ms)
Completed 200 OK in 61ms (Views: 53.9ms | ActiveRecord: 0.8ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 11:47:56 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (2ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 11:47:56 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 11:47:56 -0600 2012
Served asset /jquery.js - 304 Not Modified (2ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 11:47:56 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (2ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 11:47:56 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (6ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:51:59 -0600 2012
Connecting to database specified by database.yml
Processing by HelpPopups::TopicsController#index as HTML
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "help_popups_topics" [0m
[1m[35mHelpPopups::Topic Load (0.1ms)[0m SELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (36.8ms)
Completed 200 OK in 61ms (Views: 53.3ms | ActiveRecord: 0.8ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 11:51:59 -0600 2012
Served asset /jquery.js - 304 Not Modified (7ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 11:51:59 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (2ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 11:51:59 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (2ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 11:51:59 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (6ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 11:51:59 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
Started GET "/help_popups/%3Cpre%20class=" for 127.0.0.1 at Sat Jul 28 11:52:06 -0600 2012
ActionController::RoutingError (No route matches [GET] "/help_popups/%3Cpre%20class="):
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:52:25 -0600 2012
Connecting to database specified by database.yml
Processing by HelpPopups::TopicsController#index as HTML
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "help_popups_topics" [0m
[1m[35mHelpPopups::Topic Load (0.1ms)[0m SELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (36.9ms)
Completed 200 OK in 62ms (Views: 53.5ms | ActiveRecord: 0.8ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 11:52:26 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (3ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 11:52:26 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (2ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 11:52:26 -0600 2012
Served asset /jquery.js - 304 Not Modified (2ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 11:52:26 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 11:52:26 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (6ms)
Started GET "/" for 127.0.0.1 at Sat Jul 28 11:52:28 -0600 2012
ActionController::RoutingError (No route matches [GET] "/"):
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:54:21 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (39.6ms)
Completed 500 Internal Server Error in 42ms
ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Session):
1: <% if !(Session[:help_popups_clearance].nil?) %>
2: <% if @topics.count == 0 %>
3: No Help Topics Defined!
4: Please click the link below to add one...
/Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb:1:in `___sers_dereksweet_work_my_ems_help_popups_app_views_help_popups_topics_index_html_erb___340098579_2189280420'
actionpack (3.2.6) lib/action_view/template.rb:145:in `send'
actionpack (3.2.6) lib/action_view/template.rb:145:in `render'
activesupport (3.2.6) lib/active_support/notifications.rb:125:in `instrument'
actionpack (3.2.6) lib/action_view/template.rb:143:in `render'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
actionpack (3.2.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:46:in `render_template'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:18:in `render'
actionpack (3.2.6) lib/action_view/renderer/renderer.rb:36:in `render_template'
actionpack (3.2.6) lib/action_view/renderer/renderer.rb:17:in `render'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:110:in `_render_template'
actionpack (3.2.6) lib/action_controller/metal/streaming.rb:225:in `_render_template'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:103:in `render_to_body'
actionpack (3.2.6) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
actionpack (3.2.6) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:88:in `render'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:40:in `render'
activesupport (3.2.6) lib/active_support/core_ext/benchmark.rb:5:in `ms'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'
activesupport (3.2.6) lib/active_support/core_ext/benchmark.rb:5:in `ms'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:40:in `render'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:39:in `render'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `process_action'
activesupport (3.2.6) lib/active_support/callbacks.rb:403:in `_run__1445231247__process_action__755605504__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal.rb:246:in `action'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `send'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.1) lib/rack/etag.rb:23:in `call'
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__1889970552__call__4__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.7ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:55:21 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (1.5ms)
Completed 500 Internal Server Error in 4ms
ActionView::Template::Error (undefined method `[]' for nil:NilClass):
1: <% if !(cookies.permanent.signed[:help_popups_clearance].nil?) %>
2: <% if @topics.count == 0 %>
3: No Help Topics Defined!
4: Please click the link below to add one...
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:130:in `[]'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:287:in `[]'
/Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb:1:in `___sers_dereksweet_work_my_ems_help_popups_app_views_help_popups_topics_index_html_erb___340098579_2189849420'
actionpack (3.2.6) lib/action_view/template.rb:145:in `send'
actionpack (3.2.6) lib/action_view/template.rb:145:in `render'
activesupport (3.2.6) lib/active_support/notifications.rb:125:in `instrument'
actionpack (3.2.6) lib/action_view/template.rb:143:in `render'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
actionpack (3.2.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:46:in `render_template'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:18:in `render'
actionpack (3.2.6) lib/action_view/renderer/renderer.rb:36:in `render_template'
actionpack (3.2.6) lib/action_view/renderer/renderer.rb:17:in `render'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:110:in `_render_template'
actionpack (3.2.6) lib/action_controller/metal/streaming.rb:225:in `_render_template'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:103:in `render_to_body'
actionpack (3.2.6) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
actionpack (3.2.6) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:88:in `render'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:40:in `render'
activesupport (3.2.6) lib/active_support/core_ext/benchmark.rb:5:in `ms'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'
activesupport (3.2.6) lib/active_support/core_ext/benchmark.rb:5:in `ms'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:40:in `render'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:39:in `render'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `process_action'
activesupport (3.2.6) lib/active_support/callbacks.rb:403:in `_run__1445231247__process_action__755605504__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal.rb:246:in `action'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `send'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.1) lib/rack/etag.rb:23:in `call'
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__1889970552__call__4__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.7ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 11:55:54 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (0.6ms)
Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 11:55:54 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 11:55:54 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 11:55:54 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 11:55:54 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 11:55:54 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:27:07 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (0.6ms)
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:27:07 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 12:27:07 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 12:27:07 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 12:27:07 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:27:07 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:27:23 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (0.7ms)
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:27:23 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 12:27:23 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 12:27:23 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 12:27:23 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:27:23 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:27:48 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (0.6ms)
Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:27:48 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 12:27:48 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 12:27:48 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:27:48 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 12:27:48 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:27:59 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (0.5ms)
Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:27:59 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 12:27:59 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 12:27:59 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 12:27:59 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:27:59 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:28:07 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (1.1ms)
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:28:07 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 12:28:07 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 12:28:07 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 12:28:07 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:28:07 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started POST "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:28:11 -0600 2012
Processing by HelpPopups::TopicsController#create as HTML
Parameters: {"help_popups_password"=>"[FILTERED]"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mHelpPopups::Topic Exists (0.1ms)[0m SELECT 1 AS one FROM "help_popups_topics" WHERE "help_popups_topics"."code" IS NULL LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/shared/_error_messages.html.erb (1.1ms)
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/_fields.html.erb (1.2ms)
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/new.html.erb within layouts/help_popups/application (7.0ms)
Completed 200 OK in 21ms (Views: 11.7ms | ActiveRecord: 0.2ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:28:11 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 12:28:11 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 12:28:11 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:28:11 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 12:28:11 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:31:12 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (0.6ms)
Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:31:12 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 12:31:12 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 12:31:12 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 12:31:12 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:31:12 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started POST "/help_popups/login" for 127.0.0.1 at Sat Jul 28 12:31:16 -0600 2012
Processing by HelpPopups::TopicsController#login as HTML
Parameters: {"help_popups_password"=>"[FILTERED]"}
Completed 500 Internal Server Error in 0ms
NoMethodError (undefined method `config' for Rails:Module):
/Users/dereksweet/work/myGems/help_popups/app/controllers/help_popups/topics_controller.rb:7:in `login'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `process_action'
activesupport (3.2.6) lib/active_support/callbacks.rb:403:in `_run__1445231247__process_action__1966329063__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal.rb:246:in `action'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `send'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.1) lib/rack/etag.rb:23:in `call'
rack (1.4.1) lib/rack/conditionalget.rb:35:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__1889970552__call__4__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.7ms)
Started POST "/help_popups/login" for 127.0.0.1 at Sat Jul 28 12:31:35 -0600 2012
Processing by HelpPopups::TopicsController#login as HTML
Parameters: {"help_popups_password"=>"[FILTERED]"}
Redirected to http://localhost:3000/help_popups/topics
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:31:35 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (0.1ms)
Completed 200 OK in 41ms (Views: 40.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:31:36 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:31:36 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 12:31:36 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 12:31:36 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 12:31:36 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started POST "/help_popups/login" for 127.0.0.1 at Sat Jul 28 12:31:41 -0600 2012
Processing by HelpPopups::TopicsController#login as HTML
Parameters: {"help_popups_password"=>"[FILTERED]"}
Redirected to http://localhost:3000/help_popups/topics
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:31:41 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (0.0ms)
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:31:41 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 12:31:41 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 12:31:41 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 12:31:41 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:31:41 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:34:45 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (0.6ms)
Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:34:45 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 12:34:45 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:34:45 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 12:34:45 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 12:34:45 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started POST "/help_popups/login" for 127.0.0.1 at Sat Jul 28 12:34:47 -0600 2012
Processing by HelpPopups::TopicsController#login as HTML
Parameters: {"help_popups_password"=>"[FILTERED]"}
Redirected to http://localhost:3000/help_popups/topics
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:34:47 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (0.2ms)
Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:34:47 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 12:34:47 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 12:34:47 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:34:47 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 12:34:47 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:36:21 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (0.1ms)
Compiled help_popups/application.css (0ms) (pid 3275)
Completed 200 OK in 14ms (Views: 14.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:36:21 -0600 2012
Served asset /help_popups/application.css - 200 OK (5ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 12:36:21 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 12:36:21 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 12:36:21 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:36:21 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started POST "/help_popups/login" for 127.0.0.1 at Sat Jul 28 12:36:23 -0600 2012
Processing by HelpPopups::TopicsController#login as HTML
Parameters: {"help_popups_password"=>"[FILTERED]"}
Redirected to http://localhost:3000/help_popups/topics
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:36:23 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (0.1ms)
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 12:36:23 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 12:36:23 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 12:36:23 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:36:23 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:36:23 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:36:59 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (0.7ms)
Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:36:59 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 12:36:59 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:36:59 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 12:36:59 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 12:36:59 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started POST "/help_popups/login" for 127.0.0.1 at Sat Jul 28 12:37:00 -0600 2012
Processing by HelpPopups::TopicsController#login as HTML
Parameters: {"help_popups_password"=>"[FILTERED]"}
Redirected to http://localhost:3000/help_popups/topics
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:37:00 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (0.1ms)
Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:00 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:00 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:00 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:37:00 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:00 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started POST "/help_popups/login" for 127.0.0.1 at Sat Jul 28 12:37:03 -0600 2012
Processing by HelpPopups::TopicsController#login as HTML
Parameters: {"help_popups_password"=>"[FILTERED]"}
Redirected to http://localhost:3000/help_popups/topics
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:37:03 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (0.2ms)
Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:03 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:03 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:03 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:03 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:37:03 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started POST "/help_popups/login" for 127.0.0.1 at Sat Jul 28 12:37:06 -0600 2012
Processing by HelpPopups::TopicsController#login as HTML
Parameters: {"help_popups_password"=>"[FILTERED]"}
Redirected to http://localhost:3000/help_popups/topics
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:37:06 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "help_popups_topics"
[1m[36mHelpPopups::Topic Load (0.1ms)[0m [1mSELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title[0m
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (8.4ms)
Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:07 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:07 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:37:07 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:07 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:07 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at Sat Jul 28 12:37:08 -0600 2012
ActionController::RoutingError (No route matches [GET] "/"):
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/help_popups/login" for 127.0.0.1 at Sat Jul 28 12:37:14 -0600 2012
Processing by HelpPopups::TopicsController#login as HTML
Redirected to http://localhost:3000/help_popups/topics
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:37:14 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "help_popups_topics"
[1m[36mHelpPopups::Topic Load (0.1ms)[0m [1mSELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title[0m
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (38.8ms)
Completed 200 OK in 43ms (Views: 42.1ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:14 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:14 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:14 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:37:14 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:14 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:37:32 -0600 2012
Connecting to database specified by database.yml
Processing by HelpPopups::TopicsController#index as HTML
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "help_popups_topics" [0m
[1m[35mHelpPopups::Topic Load (0.1ms)[0m SELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (38.5ms)
Completed 200 OK in 63ms (Views: 55.3ms | ActiveRecord: 0.8ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:37:32 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (2ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:32 -0600 2012
Served asset /jquery.js - 304 Not Modified (2ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:32 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:32 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (2ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:32 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (6ms)
Started GET "/test_popup" for 127.0.0.1 at Sat Jul 28 12:37:35 -0600 2012
Processing by PagesController#test_popup as HTML
[1m[36mHelpPopups::Topic Load (0.1ms)[0m [1mSELECT "help_popups_topics".* FROM "help_popups_topics" WHERE "help_popups_topics"."code" = 'BACON' LIMIT 1[0m
Rendered pages/test_popup.html.erb within layouts/application (4.4ms)
Completed 200 OK in 52ms (Views: 51.8ms | ActiveRecord: 0.1ms)
Started GET "/assets/pages.css?body=1" for 127.0.0.1 at Sat Jul 28 12:37:36 -0600 2012
Served asset /pages.css - 304 Not Modified (1ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:36 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:36 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:37:36 -0600 2012
Served asset /application.css - 304 Not Modified (3ms)
Started GET "/assets/pages.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:36 -0600 2012
Served asset /pages.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:36 -0600 2012
Served asset /application.js - 304 Not Modified (5ms)
Started GET "/assets/help_popup.gif" for 127.0.0.1 at Sat Jul 28 12:37:36 -0600 2012
Served asset /help_popup.gif - 304 Not Modified (1ms)
Started GET "/help_popups/login" for 127.0.0.1 at Sat Jul 28 12:37:55 -0600 2012
Processing by HelpPopups::TopicsController#login as HTML
Redirected to http://localhost:3000/help_popups/topics
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:37:55 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "help_popups_topics"
[1m[36mHelpPopups::Topic Load (0.1ms)[0m [1mSELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title[0m
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (1.7ms)
Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.2ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:55 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:55 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:55 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:37:55 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 12:37:55 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:38:03 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (0.1ms)
Completed 200 OK in 37ms (Views: 36.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:38:03 -0600 2012
Served asset /help_popups/application.css - 200 OK (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sat Jul 28 12:38:03 -0600 2012
Served asset /jquery_ujs.js - 200 OK (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sat Jul 28 12:38:03 -0600 2012
Served asset /jquery.js - 200 OK (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Sat Jul 28 12:38:03 -0600 2012
Served asset /help_popups/topics.js - 200 OK (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:38:03 -0600 2012
Served asset /help_popups/application.js - 200 OK (0ms)
Started GET "/help_popups/login" for 127.0.0.1 at Sat Jul 28 12:38:16 -0600 2012
Processing by HelpPopups::TopicsController#login as HTML
Redirected to http://localhost:3000/help_popups/topics
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:38:16 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (0.1ms)
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:38:16 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started POST "/help_popups/login" for 127.0.0.1 at Sat Jul 28 12:38:21 -0600 2012
Processing by HelpPopups::TopicsController#login as HTML
Parameters: {"help_popups_password"=>"[FILTERED]"}
Redirected to http://localhost:3000/help_popups/topics
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Sat Jul 28 12:38:21 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "help_popups_topics"
[1m[36mHelpPopups::Topic Load (0.1ms)[0m [1mSELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title[0m
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (1.7ms)
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.2ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:38:21 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/help_popups/topics/1/edit" for 127.0.0.1 at Sat Jul 28 12:38:22 -0600 2012
Processing by HelpPopups::TopicsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mHelpPopups::Topic Load (0.2ms)[0m SELECT "help_popups_topics".* FROM "help_popups_topics" WHERE "help_popups_topics"."id" = ? LIMIT 1 [["id", "1"]]
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/shared/_error_messages.html.erb (0.3ms)
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/_fields.html.erb (0.8ms)
Rendered /Users/dereksweet/work/myGems/help_popups/app/views/help_popups/topics/edit.html.erb within layouts/help_popups/application (5.9ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.2ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:38:22 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/test_popup" for 127.0.0.1 at Sat Jul 28 12:38:24 -0600 2012
Processing by PagesController#test_popup as HTML
[1m[36mHelpPopups::Topic Load (0.1ms)[0m [1mSELECT "help_popups_topics".* FROM "help_popups_topics" WHERE "help_popups_topics"."code" = 'BACON' LIMIT 1[0m
Rendered pages/test_popup.html.erb within layouts/application (1.0ms)
Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.1ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sat Jul 28 12:38:24 -0600 2012
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sat Jul 28 12:38:24 -0600 2012
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/pages.js?body=1" for 127.0.0.1 at Sat Jul 28 12:38:24 -0600 2012
Served asset /pages.js - 200 OK (0ms)
Started GET "/assets/pages.css?body=1" for 127.0.0.1 at Sat Jul 28 12:38:24 -0600 2012
Served asset /pages.css - 200 OK (0ms)
Started GET "/assets/help_popup.gif" for 127.0.0.1 at Sat Jul 28 12:38:24 -0600 2012
Served asset /help_popup.gif - 200 OK (0ms)
Started GET "/" for 127.0.0.1 at Thu Aug 02 00:09:43 -0600 2012
Connecting to database specified by database.yml
ActionController::RoutingError (No route matches [GET] "/"):
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.6ms)
Started GET "/help_popups/topics/new" for 127.0.0.1 at Thu Aug 02 00:09:56 -0600 2012
Processing by HelpPopups::TopicsController#new as HTML
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/shared/_error_messages.html.erb (0.4ms)
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/_fields.html.erb (0.8ms)
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/new.html.erb within layouts/help_popups/application (6.7ms)
Compiled help_popups/application.css (0ms) (pid 500)
Compiled help_popups/topics.js (0ms) (pid 500)
Compiled help_popups/application.js (16ms) (pid 500)
Completed 200 OK in 127ms (Views: 110.9ms | ActiveRecord: 0.9ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:09:56 -0600 2012
Served asset /help_popups/application.css - 200 OK (3ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:09:56 -0600 2012
Served asset /jquery.js - 200 OK (2ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:09:56 -0600 2012
Served asset /jquery_ujs.js - 200 OK (2ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:09:56 -0600 2012
Served asset /help_popups/application.js - 200 OK (6ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Thu Aug 02 00:09:56 -0600 2012
Served asset /help_popups/topics.js - 200 OK (2ms)
Started GET "/help_popups/topics/new" for 127.0.0.1 at Thu Aug 02 00:14:02 -0600 2012
Processing by HelpPopups::TopicsController#new as HTML
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/new.html.erb within layouts/help_popups/application (0.6ms)
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:14:02 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:02 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:02 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:03 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:03 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started POST "/help_popups/login" for 127.0.0.1 at Thu Aug 02 00:14:10 -0600 2012
Processing by HelpPopups::TopicsController#login as HTML
Parameters: {"help_popups_password"=>"[FILTERED]"}
Redirected to http://localhost:3000/help_popups/topics
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Thu Aug 02 00:14:10 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "help_popups_topics" [0m
[1m[35mHelpPopups::Topic Load (0.1ms)[0m SELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (3.2ms)
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.5ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:14:10 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:10 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:10 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:10 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:10 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics/1/edit" for 127.0.0.1 at Thu Aug 02 00:14:12 -0600 2012
Processing by HelpPopups::TopicsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mHelpPopups::Topic Load (0.2ms)[0m [1mSELECT "help_popups_topics".* FROM "help_popups_topics" WHERE "help_popups_topics"."id" = ? LIMIT 1[0m [["id", "1"]]
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/_fields.html.erb (0.5ms)
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/edit.html.erb within layouts/help_popups/application (4.0ms)
Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.2ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:14:12 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:12 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:12 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:12 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:12 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/test_popup" for 127.0.0.1 at Thu Aug 02 00:14:13 -0600 2012
Processing by PagesController#test_popup as HTML
[1m[35mHelpPopups::Topic Load (0.1ms)[0m SELECT "help_popups_topics".* FROM "help_popups_topics" WHERE "help_popups_topics"."code" = 'BACON' LIMIT 1
Rendered pages/test_popup.html.erb within layouts/application (4.6ms)
Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:13 -0600 2012
Served asset /application.js - 200 OK (5ms)
Started GET "/assets/pages.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:13 -0600 2012
Served asset /pages.js - 200 OK (1ms)
Started GET "/assets/pages.css?body=1" for 127.0.0.1 at Thu Aug 02 00:14:13 -0600 2012
Served asset /pages.css - 200 OK (1ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:13 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:14:13 -0600 2012
Served asset /application.css - 200 OK (2ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:13 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popup.gif" for 127.0.0.1 at Thu Aug 02 00:14:13 -0600 2012
Served asset /help_popup.gif - 200 OK (3ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Thu Aug 02 00:14:17 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "help_popups_topics" [0m
[1m[35mHelpPopups::Topic Load (0.1ms)[0m SELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (2.0ms)
Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.2ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:14:17 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:17 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:17 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:17 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:17 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics/new" for 127.0.0.1 at Thu Aug 02 00:14:17 -0600 2012
Processing by HelpPopups::TopicsController#new as HTML
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/_fields.html.erb (0.5ms)
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/new.html.erb within layouts/help_popups/application (3.0ms)
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:14:18 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:18 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:18 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:18 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:18 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics/new" for 127.0.0.1 at Thu Aug 02 00:14:45 -0600 2012
Processing by HelpPopups::TopicsController#new as HTML
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/_fields.html.erb (1.0ms)
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/new.html.erb within layouts/help_popups/application (4.8ms)
Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:14:45 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:45 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:45 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:45 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:14:45 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Thu Aug 02 00:15:27 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "help_popups_topics" [0m
[1m[35mHelpPopups::Topic Load (0.2ms)[0m SELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (2.0ms)
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.3ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:15:27 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:15:27 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:15:27 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Thu Aug 02 00:15:27 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:15:27 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics/1/edit" for 127.0.0.1 at Thu Aug 02 00:15:28 -0600 2012
Processing by HelpPopups::TopicsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mHelpPopups::Topic Load (0.1ms)[0m [1mSELECT "help_popups_topics".* FROM "help_popups_topics" WHERE "help_popups_topics"."id" = ? LIMIT 1[0m [["id", "1"]]
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/_fields.html.erb (0.5ms)
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/edit.html.erb within layouts/help_popups/application (3.9ms)
Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:15:28 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:15:28 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Thu Aug 02 00:15:28 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:15:28 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:15:28 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics/1/edit" for 127.0.0.1 at Thu Aug 02 00:15:34 -0600 2012
Processing by HelpPopups::TopicsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mHelpPopups::Topic Load (0.1ms)[0m SELECT "help_popups_topics".* FROM "help_popups_topics" WHERE "help_popups_topics"."id" = ? LIMIT 1 [["id", "1"]]
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/edit.html.erb within layouts/help_popups/application (0.1ms)
Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:15:34 -0600 2012
Served asset /jquery_ujs.js - 200 OK (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Thu Aug 02 00:15:34 -0600 2012
Served asset /help_popups/topics.js - 200 OK (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:15:34 -0600 2012
Served asset /jquery.js - 200 OK (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:15:34 -0600 2012
Served asset /help_popups/application.js - 200 OK (0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:15:34 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/help_popups/topics/" for 127.0.0.1 at Thu Aug 02 00:15:42 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (0.1ms)
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:15:42 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/help_popups/topics/new" for 127.0.0.1 at Thu Aug 02 00:15:45 -0600 2012
Processing by HelpPopups::TopicsController#new as HTML
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/new.html.erb within layouts/help_popups/application (0.6ms)
Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:15:45 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/help_popups/topics/new" for 127.0.0.1 at Thu Aug 02 00:18:38 -0600 2012
Processing by HelpPopups::TopicsController#new as HTML
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/new.html.erb within layouts/help_popups/application (4.5ms)
Completed 500 Internal Server Error in 51ms
ActionView::Template::Error (undefined method `help_popups_simple_auth' for #):
1: <% if !(session[:help_popups_clearance].nil?) || (Rails.configuration.help_popups_simple_auth == false) %>
2: <%= form_for @topic do |f| %>
3: Adding New Topic
4: <%= render 'shared/error_messages', :object => f.object %>
railties (3.2.6) lib/rails/railtie/configuration.rb:85:in `method_missing'
/Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/new.html.erb:1:in `___sers_dereksweet__ocuments_work_my_ems_help_popups_app_views_help_popups_topics_new_html_erb___46553397_2229163720'
actionpack (3.2.6) lib/action_view/template.rb:145:in `send'
actionpack (3.2.6) lib/action_view/template.rb:145:in `render'
activesupport (3.2.6) lib/active_support/notifications.rb:125:in `instrument'
actionpack (3.2.6) lib/action_view/template.rb:143:in `render'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
actionpack (3.2.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:46:in `render_template'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:18:in `render'
actionpack (3.2.6) lib/action_view/renderer/renderer.rb:36:in `render_template'
actionpack (3.2.6) lib/action_view/renderer/renderer.rb:17:in `render'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:110:in `_render_template'
actionpack (3.2.6) lib/action_controller/metal/streaming.rb:225:in `_render_template'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:103:in `render_to_body'
actionpack (3.2.6) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
actionpack (3.2.6) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:88:in `render'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:40:in `render'
activesupport (3.2.6) lib/active_support/core_ext/benchmark.rb:5:in `ms'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'
activesupport (3.2.6) lib/active_support/core_ext/benchmark.rb:5:in `ms'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:40:in `render'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:39:in `render'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `process_action'
activesupport (3.2.6) lib/active_support/callbacks.rb:403:in `_run__659260241__process_action__1656543531__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal.rb:246:in `action'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `send'
railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.1) lib/rack/etag.rb:23:in `call'
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__621138282__call__4__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.2ms)
Started GET "/help_popups/topics/new" for 127.0.0.1 at Thu Aug 02 00:18:50 -0600 2012
Connecting to database specified by database.yml
Processing by HelpPopups::TopicsController#new as HTML
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/shared/_error_messages.html.erb (0.3ms)
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/_fields.html.erb (0.7ms)
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/new.html.erb within layouts/help_popups/application (5.7ms)
Completed 200 OK in 62ms (Views: 50.3ms | ActiveRecord: 0.6ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:18:50 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (2ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:18:50 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:18:50 -0600 2012
Served asset /jquery.js - 304 Not Modified (2ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Thu Aug 02 00:18:50 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (2ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:18:50 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (6ms)
Started GET "/test_popup" for 127.0.0.1 at Thu Aug 02 00:19:12 -0600 2012
Connecting to database specified by database.yml
Processing by PagesController#test_popup as HTML
[1m[36mHelpPopups::Topic Load (0.1ms)[0m [1mSELECT "help_popups_topics".* FROM "help_popups_topics" WHERE "help_popups_topics"."code" = 'BACON' LIMIT 1[0m
Rendered pages/test_popup.html.erb within layouts/application (15.5ms)
Completed 200 OK in 62ms (Views: 61.3ms | ActiveRecord: 0.8ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:19:12 -0600 2012
Served asset /jquery.js - 304 Not Modified (5ms)
Started GET "/assets/pages.css?body=1" for 127.0.0.1 at Thu Aug 02 00:19:12 -0600 2012
Served asset /pages.css - 200 OK (1ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:19:12 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:19:12 -0600 2012
Served asset /application.css - 304 Not Modified (3ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:19:12 -0600 2012
Served asset /application.js - 304 Not Modified (5ms)
Started GET "/assets/pages.js?body=1" for 127.0.0.1 at Thu Aug 02 00:19:12 -0600 2012
Served asset /pages.js - 304 Not Modified (1ms)
Started GET "/assets/help_popup.gif" for 127.0.0.1 at Thu Aug 02 00:19:12 -0600 2012
Served asset /help_popup.gif - 304 Not Modified (1ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Thu Aug 02 00:19:16 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (0.6ms)
Completed 200 OK in 47ms (Views: 46.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:19:16 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (2ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:19:16 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (6ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Thu Aug 02 00:19:16 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (2ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:19:16 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:19:16 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Thu Aug 02 00:19:31 -0600 2012
Connecting to database specified by database.yml
Processing by HelpPopups::TopicsController#index as HTML
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "help_popups_topics" [0m
[1m[35mHelpPopups::Topic Load (0.1ms)[0m SELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (38.2ms)
Completed 200 OK in 62ms (Views: 54.7ms | ActiveRecord: 0.8ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:19:31 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (3ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:19:31 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:19:31 -0600 2012
Served asset /jquery.js - 304 Not Modified (2ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:19:31 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (6ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Thu Aug 02 00:19:31 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (2ms)
Started GET "/help_popups/" for 127.0.0.1 at Thu Aug 02 00:20:19 -0600 2012
Connecting to database specified by database.yml
ActionController::RoutingError (No route matches [GET] "/help_popups"):
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
Started GET "/" for 127.0.0.1 at Thu Aug 02 00:20:26 -0600 2012
ActionController::RoutingError (uninitialized constant TopicsController):
activesupport (3.2.6) lib/active_support/inflector/methods.rb:218:in `constantize'
activesupport (3.2.6) lib/active_support/inflector/methods.rb:217:in `each'
activesupport (3.2.6) lib/active_support/inflector/methods.rb:217:in `constantize'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:54:in `controller'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:32:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.1) lib/rack/etag.rb:23:in `call'
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__1998619104__call__4__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/help_popups/" for 127.0.0.1 at Thu Aug 02 00:20:32 -0600 2012
ActionController::RoutingError (No route matches [GET] "/help_popups"):
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50
script/rails:6:in `require'
script/rails:6
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
Started GET "/help_popups/" for 127.0.0.1 at Thu Aug 02 00:21:14 -0600 2012
Connecting to database specified by database.yml
Processing by HelpPopups::TopicsController#index as HTML
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "help_popups_topics" [0m
[1m[35mHelpPopups::Topic Load (0.1ms)[0m SELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (36.7ms)
Completed 200 OK in 61ms (Views: 53.0ms | ActiveRecord: 0.8ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:21:14 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (2ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:14 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:14 -0600 2012
Served asset /jquery.js - 304 Not Modified (2ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:14 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (2ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:14 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (6ms)
Started GET "/help_popups/topics/1/edit" for 127.0.0.1 at Thu Aug 02 00:21:16 -0600 2012
Processing by HelpPopups::TopicsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mHelpPopups::Topic Load (0.2ms)[0m [1mSELECT "help_popups_topics".* FROM "help_popups_topics" WHERE "help_popups_topics"."id" = ? LIMIT 1[0m [["id", "1"]]
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/shared/_error_messages.html.erb (0.5ms)
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/_fields.html.erb (0.9ms)
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/edit.html.erb within layouts/help_popups/application (41.0ms)
Completed 200 OK in 47ms (Views: 44.9ms | ActiveRecord: 0.2ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:21:16 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:16 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:16 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:16 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:16 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Thu Aug 02 00:21:18 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "help_popups_topics"
[1m[36mHelpPopups::Topic Load (0.1ms)[0m [1mSELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title[0m
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (1.9ms)
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.2ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:21:18 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:18 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:18 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:18 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:18 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics/new" for 127.0.0.1 at Thu Aug 02 00:21:19 -0600 2012
Processing by HelpPopups::TopicsController#new as HTML
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/_fields.html.erb (0.5ms)
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/new.html.erb within layouts/help_popups/application (3.4ms)
Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:21:19 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:19 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:19 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:19 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:19 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Thu Aug 02 00:21:21 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "help_popups_topics"
[1m[36mHelpPopups::Topic Load (0.1ms)[0m [1mSELECT "help_popups_topics".* FROM "help_popups_topics" ORDER BY title[0m
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (2.0ms)
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.2ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:21:21 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:21 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:21 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:21 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:21 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/help_popups/topics" for 127.0.0.1 at Thu Aug 02 00:21:35 -0600 2012
Connecting to database specified by database.yml
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (1.1ms)
Completed 200 OK in 53ms (Views: 46.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:21:36 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (3ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:36 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:36 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (2ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:36 -0600 2012
Served asset /jquery.js - 304 Not Modified (2ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:36 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (6ms)
Started GET "/help_popups/" for 127.0.0.1 at Thu Aug 02 00:21:39 -0600 2012
Processing by HelpPopups::TopicsController#index as HTML
Rendered /Users/dereksweet/Documents/work/myGems/help_popups/app/views/help_popups/topics/index.html.erb within layouts/help_popups/application (0.1ms)
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/help_popups/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:21:39 -0600 2012
Served asset /help_popups/application.css - 304 Not Modified (0ms)
Started GET "/assets/help_popups/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:39 -0600 2012
Served asset /help_popups/application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:39 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/help_popups/topics.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:39 -0600 2012
Served asset /help_popups/topics.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:21:39 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/test_popup" for 127.0.0.1 at Thu Aug 02 00:37:43 -0600 2012
Processing by PagesController#test_popup as HTML
[1m[36mHelpPopups::Topic Load (0.1ms)[0m [1mSELECT "help_popups_topics".* FROM "help_popups_topics" WHERE "help_popups_topics"."code" = 'BACON' LIMIT 1[0m
Rendered pages/test_popup.html.erb within layouts/application (6.0ms)
Completed 200 OK in 52ms (Views: 51.0ms | ActiveRecord: 0.8ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at Thu Aug 02 00:37:43 -0600 2012
Served asset /application.css - 304 Not Modified (3ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Thu Aug 02 00:37:43 -0600 2012
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Thu Aug 02 00:37:43 -0600 2012
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at Thu Aug 02 00:37:43 -0600 2012
Served asset /application.js - 304 Not Modified (5ms)
Started GET "/assets/pages.js?body=1" for 127.0.0.1 at Thu Aug 02 00:37:43 -0600 2012
Served asset /pages.js - 304 Not Modified (1ms)
Started GET "/assets/help_popup.gif" for 127.0.0.1 at Thu Aug 02 00:37:43 -0600 2012
Served asset /help_popup.gif - 304 Not Modified (1ms)