test/dummy/log/development.log in help_popups-1.0.0 vs test/dummy/log/development.log in help_popups-1.0.1
- old
+ new
@@ -3656,5 +3656,1008 @@
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 #<Rails::Application::Configuration:0x108ded290>):
+ 1: <% if !(session[:help_popups_clearance].nil?) || (Rails.configuration.help_popups_simple_auth == false) %>
+ 2: <%= form_for @topic do |f| %>
+ 3: <h2>Adding New Topic</h2>
+ 4: <%= render 'shared/error_messages', :object => f.object %><br/>
+ 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)