Connecting to database specified by database.yml Started GET "/fooltip/" for 127.0.0.1 at 2013-04-24 11:53:04 +0200 ActionController::RoutingError (No route matches [GET] "/fooltip"): actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.13) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.13) lib/rails/engine.rb:479:in `call' railties (3.2.13) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /opt/rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /opt/rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /opt/rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /opt/rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (12.5ms) Started GET "/fooltip/containers/" for 127.0.0.1 at 2013-04-24 11:53:06 +0200 ActionController::RoutingError (No route matches [GET] "/fooltip/containers"): actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.13) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.13) lib/rails/engine.rb:479:in `call' railties (3.2.13) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /opt/rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /opt/rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /opt/rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /opt/rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.5ms) Started GET "/fooltip/containers/1" for 127.0.0.1 at 2013-04-24 11:53:09 +0200 Processing by Fooltip::ContainersController#show as HTML Parameters: {"id"=>"1"} Fooltip::Container Load (0.1ms) SELECT "fooltip_containers".* FROM "fooltip_containers" WHERE "fooltip_containers"."id" = ? LIMIT 1 [["id", "1"]] Fooltip::Container::Translation Load (0.1ms) SELECT "fooltip_container_translations".* FROM "fooltip_container_translations" WHERE "fooltip_container_translations"."fooltip_container_id" = 1 Fooltip::Link Load (0.1ms) SELECT "fooltip_links".* FROM "fooltip_links" WHERE "fooltip_links"."container_id" = 1 Fooltip::Popup Load (0.1ms) SELECT "fooltip_popups".* FROM "fooltip_popups" WHERE "fooltip_popups"."id" = 1 LIMIT 1 Fooltip::Popup::Translation Load (0.1ms) SELECT "fooltip_popup_translations".* FROM "fooltip_popup_translations" WHERE "fooltip_popup_translations"."fooltip_popup_id" = 1 Fooltip::Popup Load (0.2ms) SELECT "fooltip_popups".* FROM "fooltip_popups" WHERE "fooltip_popups"."id" = 2 LIMIT 1 Fooltip::Popup::Translation Load (0.1ms) SELECT "fooltip_popup_translations".* FROM "fooltip_popup_translations" WHERE "fooltip_popup_translations"."fooltip_popup_id" = 2 Fooltip::Popup Load (0.1ms) SELECT "fooltip_popups".* FROM "fooltip_popups" WHERE "fooltip_popups"."id" = 3 LIMIT 1 Fooltip::Popup::Translation Load (0.1ms) SELECT "fooltip_popup_translations".* FROM "fooltip_popup_translations" WHERE "fooltip_popup_translations"."fooltip_popup_id" = 3 Rendered /home/web/railsprojects/fooltip/app/views/fooltip/containers/_container.html.haml (97.9ms) Rendered /home/web/railsprojects/fooltip/app/views/fooltip/containers/show.html.haml within layouts/application (101.8ms) Compiled fooltip/application.css (1569ms) (pid 19075) Compiled fooltip/containers.js (0ms) (pid 19075) Compiled fooltip/application.js (3ms) (pid 19075) Completed 200 OK in 1877ms (Views: 1865.7ms | ActiveRecord: 4.1ms) Started GET "/assets/fooltip/application.css?body=1" for 127.0.0.1 at 2013-04-24 11:53:11 +0200 Served asset /fooltip/application.css - 200 OK (37ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 11:53:11 +0200 Served asset /jquery.js - 200 OK (21ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-04-24 11:53:11 +0200 Served asset /bootstrap-alert.js - 200 OK (1ms) Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-04-24 11:53:11 +0200 Served asset /bootstrap-affix.js - 200 OK (1ms) Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-04-24 11:53:11 +0200 Served asset /bootstrap-transition.js - 200 OK (2ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-04-24 11:53:11 +0200 Served asset /bootstrap-button.js - 200 OK (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 11:53:11 +0200 Served asset /jquery_ujs.js - 200 OK (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-04-24 11:53:11 +0200 Served asset /bootstrap-dropdown.js - 200 OK (1ms) Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-04-24 11:53:11 +0200 Served asset /bootstrap-collapse.js - 200 OK (1ms) Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-04-24 11:53:11 +0200 Served asset /bootstrap-carousel.js - 200 OK (3ms) Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-04-24 11:53:11 +0200 Served asset /bootstrap-modal.js - 200 OK (1ms) Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-04-24 11:53:11 +0200 Served asset /bootstrap-scrollspy.js - 200 OK (1ms) Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-04-24 11:53:11 +0200 Served asset /bootstrap-tab.js - 200 OK (1ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-04-24 11:53:11 +0200 Served asset /bootstrap-tooltip.js - 200 OK (1ms) Started GET "/assets/fooltip/containers.js?body=1" for 127.0.0.1 at 2013-04-24 11:53:11 +0200 Served asset /fooltip/containers.js - 200 OK (1ms) Started GET "/assets/fooltip/application.js?body=1" for 127.0.0.1 at 2013-04-24 11:53:11 +0200 Served asset /fooltip/application.js - 200 OK (42ms) Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-04-24 11:53:11 +0200 Served asset /bootstrap-popover.js - 200 OK (1ms) Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-04-24 11:53:11 +0200 Served asset /bootstrap.js - 200 OK (24ms) Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-04-24 11:53:11 +0200 Served asset /bootstrap-typeahead.js - 200 OK (1ms) Started GET "/assets/fooltip/link.png" for 127.0.0.1 at 2013-04-24 11:53:11 +0200 Served asset /fooltip/link.png - 200 OK (1ms) Started GET "/us/en/fooltip/containers/1" for 127.0.0.1 at 2013-04-24 11:53:32 +0200 ActionController::RoutingError (No route matches [GET] "/us/en/fooltip/containers/1"): actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.13) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.13) lib/rails/engine.rb:479:in `call' railties (3.2.13) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /opt/rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /opt/rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /opt/rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /opt/rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)