Connecting to database specified by database.yml
Connecting to database specified by database.yml
Started GET "/welcome" for 127.0.0.1 at 2013-11-15 16:59:17 -0800
Processing by WelcomeController#index as HTML
Rendered layouts/_head.html.erb (2.1ms)
Rendered welcome/index.html.erb (7.0ms)
Completed 500 Internal Server Error in 25ms
NoMethodError (undefined method `request_context' for Tr8n:Module):
app/views/layouts/_head.html.erb:1:in `_app_views_layouts__head_html_erb___4142211125834860199_70105460816900'
app/views/welcome/index.html.erb:14:in `_app_views_welcome_index_html_erb___4125083597253726258_70105444212360'
app/controllers/welcome_controller.rb:27:in `index'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.5ms)
Connecting to database specified by database.yml
Started GET "/welcome" for 127.0.0.1 at 2013-11-15 17:00:11 -0800
Processing by WelcomeController#index as HTML
Rendered layouts/_head.html.erb (19.6ms)
Rendered welcome/index.html.erb (22.4ms)
Completed 500 Internal Server Error in 42ms
NoMethodError (undefined method `[]' for nil:NilClass):
app/views/layouts/_head.html.erb:1:in `_app_views_layouts__head_html_erb__286643335711672156_70165600959540'
app/views/welcome/index.html.erb:14:in `_app_views_welcome_index_html_erb___201113458974068786_70165600779840'
app/controllers/welcome_controller.rb:27:in `index'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.1ms)
Connecting to database specified by database.yml
Started GET "/welcome" for 127.0.0.1 at 2013-11-15 17:04:39 -0800
Processing by WelcomeController#index as HTML
Rendered layouts/_head.html.erb (18.8ms)
Rendered welcome/index.html.erb (21.7ms)
Completed 500 Internal Server Error in 41ms
NameError (undefined local variable or method `definition' for #):
app/views/layouts/_head.html.erb:1:in `_app_views_layouts__head_html_erb___3181813655636159203_70282020758420'
app/views/welcome/index.html.erb:14:in `_app_views_welcome_index_html_erb__2757608165697686456_70282020593620'
app/controllers/welcome_controller.rb:27:in `index'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (28.0ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-19 12:17:09 -0800
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 2ms
Errno::ENOENT (No such file or directory - /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/test/dummy/config/config.yml):
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/psych.rb:299:in `initialize'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/psych.rb:299:in `open'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/psych.rb:299:in `load_file'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/utils.rb:74:in `load_yaml'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/config.rb:38:in `defaults'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/config.rb:54:in `enabled?'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/extensions/action_controller_extension.rb:75:in `tr8n_init_client_sdk'
activesupport (3.2.13) lib/active_support/callbacks.rb:418:in `_run__3211198378871872831__process_action__1897722911778610582__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block 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.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__3659296483486357616__call__177725258396133970__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16: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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.0ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-19 12:18:16 -0800
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 3ms
NameError (undefined local variable or method `yml' for Tr8n::Utils:Class):
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/utils.rb:77:in `load_yaml'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/config.rb:38:in `defaults'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/config.rb:54:in `enabled?'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/extensions/action_controller_extension.rb:75:in `tr8n_init_client_sdk'
activesupport (3.2.13) lib/active_support/callbacks.rb:418:in `_run__4506772215264067174__process_action__342725327553070293__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block 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.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__2849747827280987337__call__4518343615559273133__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16: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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.7ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-19 12:19:13 -0800
Processing by HomeController#index as HTML
Redirected to http://localhost:3001/welcome
Filter chain halted as :redirect_if_not_logged_in rendered or redirected
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
Started GET "/welcome" for 127.0.0.1 at 2013-11-19 12:19:13 -0800
Processing by WelcomeController#index as HTML
Rendered layouts/_head.html.erb (1.9ms)
Rendered welcome/index.html.erb (31.0ms)
Completed 500 Internal Server Error in 38ms
NoMethodError (undefined method `translate' for nil:NilClass):
app/views/layouts/_head.html.erb:1:in `_app_views_layouts__head_html_erb___2056486375019733428_70128848782000'
app/views/welcome/index.html.erb:14:in `_app_views_welcome_index_html_erb__1705405875041805802_70128884538340'
app/controllers/welcome_controller.rb:27:in `index'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.6ms)
Started GET "/welcome" for 127.0.0.1 at 2013-11-19 12:22:17 -0800
Processing by WelcomeController#index as HTML
Rendered layouts/_head.html.erb (0.5ms)
Rendered welcome/index.html.erb (0.9ms)
Completed 500 Internal Server Error in 4ms
NoMethodError (undefined method `translate' for nil:NilClass):
app/views/layouts/_head.html.erb:1:in `_app_views_layouts__head_html_erb___2056486375019733428_70128848782000'
app/views/welcome/index.html.erb:14:in `_app_views_welcome_index_html_erb__1705405875041805802_70128884538340'
app/controllers/welcome_controller.rb:27:in `index'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.8ms)
Started GET "/welcome" for 127.0.0.1 at 2013-11-19 12:22:30 -0800
Processing by WelcomeController#index as HTML
Rendered layouts/_head.html.erb (0.6ms)
Rendered welcome/index.html.erb (0.9ms)
Completed 500 Internal Server Error in 4ms
NoMethodError (undefined method `translate' for nil:NilClass):
app/views/layouts/_head.html.erb:1:in `_app_views_layouts__head_html_erb___2056486375019733428_70128848782000'
app/views/welcome/index.html.erb:14:in `_app_views_welcome_index_html_erb__1705405875041805802_70128884538340'
app/controllers/welcome_controller.rb:27:in `index'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.4ms)
Connecting to database specified by database.yml
Started GET "/welcome" for 127.0.0.1 at 2013-11-19 12:22:39 -0800
Processing by WelcomeController#index as HTML
Rendered layouts/_head.html.erb (1.7ms)
Rendered welcome/index.html.erb (4.3ms)
Completed 500 Internal Server Error in 123ms
NoMethodError (undefined method `translate' for nil:NilClass):
app/views/layouts/_head.html.erb:1:in `_app_views_layouts__head_html_erb___3622184917530059520_70285166166620'
app/views/welcome/index.html.erb:14:in `_app_views_welcome_index_html_erb__2096733896791551344_70285165286220'
app/controllers/welcome_controller.rb:27:in `index'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.4ms)
Connecting to database specified by database.yml
Started GET "/welcome" for 127.0.0.1 at 2013-11-19 12:24:47 -0800
Processing by WelcomeController#index as HTML
Compiled application.css (442ms) (pid 33618)
Compiled jquery.js (4ms) (pid 33618)
Compiled jquery_ujs.js (0ms) (pid 33618)
Compiled application.js (14ms) (pid 33618)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (855.3ms)
Rendered welcome/index.html.erb (859.4ms)
Completed 500 Internal Server Error in 963ms
NoMethodError (undefined method `site_title' for Tr8n::Config:Class):
app/views/welcome/index.html.erb:142:in `_app_views_welcome_index_html_erb__1797587239609794350_70323951073460'
app/controllers/welcome_controller.rb:27:in `index'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.6ms)
Started GET "/welcome" for 127.0.0.1 at 2013-11-19 12:28:13 -0800
Processing by WelcomeController#index as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (219.4ms)
Rendered welcome/index.html.erb (263.5ms)
Completed 500 Internal Server Error in 435ms
NoMethodError (undefined method `feature_enabled' for #):
app/views/welcome/index.html.erb:177:in `block in _app_views_welcome_index_html_erb__1797587239609794350_70323965947100'
app/views/welcome/index.html.erb:177:in `collect'
app/views/welcome/index.html.erb:177:in `_app_views_welcome_index_html_erb__1797587239609794350_70323965947100'
app/controllers/welcome_controller.rb:27:in `index'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (38.5ms)
Started GET "/welcome" for 127.0.0.1 at 2013-11-19 12:29:07 -0800
Processing by WelcomeController#index as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (185.5ms)
Rendered welcome/index.html.erb (225.4ms)
Completed 500 Internal Server Error in 394ms
NoMethodError (undefined method `feature_enabled' for #):
app/views/welcome/index.html.erb:177:in `block in _app_views_welcome_index_html_erb__1797587239609794350_70323965947100'
app/views/welcome/index.html.erb:177:in `collect'
app/views/welcome/index.html.erb:177:in `_app_views_welcome_index_html_erb__1797587239609794350_70323965947100'
app/controllers/welcome_controller.rb:27:in `index'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (37.0ms)
Connecting to database specified by database.yml
Started GET "/welcome" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Processing by WelcomeController#index as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (224.7ms)
Rendered welcome/index.html.erb (375.0ms)
Completed 200 OK in 514ms (Views: 378.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /application.css - 200 OK (4ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /jquery.js - 200 OK (1ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /jquery_ujs.js - 200 OK (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /application.js - 200 OK (2ms)
Started GET "/assets/welcome/fb_icon.png" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /welcome/fb_icon.png - 200 OK (24ms)
Started GET "/assets/welcome/tw_icon.png" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /welcome/tw_icon.png - 200 OK (2ms)
Started GET "/assets/welcome/li_icon.png" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /welcome/li_icon.png - 200 OK (2ms)
Started GET "/assets/tr8n/flags/en-US.png" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /tr8n/flags/en-US.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/en-US.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/flags/br.png" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /tr8n/flags/br.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/br.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/flags/ja.png" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /tr8n/flags/ja.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/ja.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/flags/zh.png" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /tr8n/flags/zh.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/zh.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/flags/ru.png" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /tr8n/flags/ru.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/ru.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/flags/es.png" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /tr8n/flags/es.png - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/es.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/flags/de.png" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /tr8n/flags/de.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/de.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/flags/fr.png" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /tr8n/flags/fr.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/fr.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/flags/af.png" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /tr8n/flags/af.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/af.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/welcome/map.png" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /welcome/map.png - 200 OK (6ms)
Started GET "/assets/tr8n/flags/ja.png" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /tr8n/flags/ja.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/ja.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/flags/br.png" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /tr8n/flags/br.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/br.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/welcome/wood_bkgd.jpg" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /welcome/wood_bkgd.jpg - 200 OK (4ms)
Started GET "/assets/tr8n/flags/zh.png" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /tr8n/flags/zh.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/zh.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
Started GET "/assets/tr8n/flags/en-US.png" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /tr8n/flags/en-US.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/en-US.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/flags/ru.png" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /tr8n/flags/ru.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/ru.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
Started GET "/assets/tr8n/flags/es.png" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /tr8n/flags/es.png - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/es.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/flags/de.png" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /tr8n/flags/de.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/de.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/flags/fr.png" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /tr8n/flags/fr.png - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/fr.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/flags/af.png" for 127.0.0.1 at 2013-11-19 12:31:58 -0800
Served asset /tr8n/flags/af.png - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/af.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Connecting to database specified by database.yml
Started GET "/welcome" for 127.0.0.1 at 2013-11-19 12:33:07 -0800
Processing by WelcomeController#index as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (250.6ms)
Rendered welcome/index.html.erb (381.5ms)
Completed 200 OK in 455ms (Views: 384.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 12:33:07 -0800
Served asset /jquery.js - 304 Not Modified (7ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 12:33:07 -0800
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 12:33:07 -0800
Served asset /application.js - 304 Not Modified (23ms)
Started GET "/assets/welcome/fb_icon.png" for 127.0.0.1 at 2013-11-19 12:33:07 -0800
Served asset /welcome/fb_icon.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 12:33:07 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/welcome/tw_icon.png" for 127.0.0.1 at 2013-11-19 12:33:07 -0800
Served asset /welcome/tw_icon.png - 304 Not Modified (1ms)
Started GET "/assets/welcome/li_icon.png" for 127.0.0.1 at 2013-11-19 12:33:07 -0800
Served asset /welcome/li_icon.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/flags/br.png" for 127.0.0.1 at 2013-11-19 12:33:07 -0800
Served asset /tr8n/flags/br.png - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/br.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/flags/ja.png" for 127.0.0.1 at 2013-11-19 12:33:08 -0800
Served asset /tr8n/flags/ja.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/ja.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/flags/en-US.png" for 127.0.0.1 at 2013-11-19 12:33:08 -0800
Served asset /tr8n/flags/en-US.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/en-US.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/flags/zh.png" for 127.0.0.1 at 2013-11-19 12:33:08 -0800
Served asset /tr8n/flags/zh.png - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/zh.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/flags/ru.png" for 127.0.0.1 at 2013-11-19 12:33:08 -0800
Served asset /tr8n/flags/ru.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/ru.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/flags/es.png" for 127.0.0.1 at 2013-11-19 12:33:08 -0800
Served asset /tr8n/flags/es.png - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/es.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.3ms)
Started GET "/assets/tr8n/flags/de.png" for 127.0.0.1 at 2013-11-19 12:33:08 -0800
Served asset /tr8n/flags/de.png - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/de.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/flags/fr.png" for 127.0.0.1 at 2013-11-19 12:33:08 -0800
Served asset /tr8n/flags/fr.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/fr.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/welcome/wood_bkgd.jpg" for 127.0.0.1 at 2013-11-19 12:33:08 -0800
Served asset /welcome/wood_bkgd.jpg - 304 Not Modified (1ms)
Started GET "/assets/tr8n/flags/af.png" for 127.0.0.1 at 2013-11-19 12:33:08 -0800
Served asset /tr8n/flags/af.png - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/af.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
Started GET "/assets/welcome/map.png" for 127.0.0.1 at 2013-11-19 12:33:08 -0800
Served asset /welcome/map.png - 304 Not Modified (1ms)
Started GET "/welcome" for 127.0.0.1 at 2013-11-19 12:33:11 -0800
Processing by WelcomeController#index as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (183.1ms)
Rendered welcome/index.html.erb (374.6ms)
Completed 200 OK in 473ms (Views: 375.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 12:33:11 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 12:33:11 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 12:33:11 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 12:33:11 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/welcome/fb_icon.png" for 127.0.0.1 at 2013-11-19 12:33:11 -0800
Served asset /welcome/fb_icon.png - 304 Not Modified (0ms)
Started GET "/assets/welcome/tw_icon.png" for 127.0.0.1 at 2013-11-19 12:33:11 -0800
Served asset /welcome/tw_icon.png - 304 Not Modified (0ms)
Started GET "/assets/welcome/li_icon.png" for 127.0.0.1 at 2013-11-19 12:33:11 -0800
Served asset /welcome/li_icon.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/flags/en-US.png" for 127.0.0.1 at 2013-11-19 12:33:11 -0800
Served asset /tr8n/flags/en-US.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/en-US.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/flags/br.png" for 127.0.0.1 at 2013-11-19 12:33:12 -0800
Served asset /tr8n/flags/br.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/br.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
Started GET "/assets/tr8n/flags/zh.png" for 127.0.0.1 at 2013-11-19 12:33:12 -0800
Served asset /tr8n/flags/zh.png - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/zh.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/flags/de.png" for 127.0.0.1 at 2013-11-19 12:33:12 -0800
Served asset /tr8n/flags/de.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/de.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
Started GET "/assets/tr8n/flags/ru.png" for 127.0.0.1 at 2013-11-19 12:33:12 -0800
Served asset /tr8n/flags/ru.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/ru.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
Started GET "/assets/tr8n/flags/ja.png" for 127.0.0.1 at 2013-11-19 12:33:12 -0800
Served asset /tr8n/flags/ja.png - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/ja.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/flags/es.png" for 127.0.0.1 at 2013-11-19 12:33:12 -0800
Served asset /tr8n/flags/es.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/es.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/flags/en-US.png" for 127.0.0.1 at 2013-11-19 12:33:12 -0800
Served asset /tr8n/flags/en-US.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/en-US.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/welcome/wood_bkgd.jpg" for 127.0.0.1 at 2013-11-19 12:33:12 -0800
Served asset /welcome/wood_bkgd.jpg - 304 Not Modified (0ms)
Started GET "/assets/tr8n/flags/fr.png" for 127.0.0.1 at 2013-11-19 12:33:12 -0800
Served asset /tr8n/flags/fr.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/fr.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/flags/af.png" for 127.0.0.1 at 2013-11-19 12:33:12 -0800
Served asset /tr8n/flags/af.png - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/flags/af.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.3ms)
Started GET "/assets/welcome/map.png" for 127.0.0.1 at 2013-11-19 12:33:12 -0800
Served asset /welcome/map.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/welcome" for 127.0.0.1 at 2013-11-19 12:42:54 -0800
Processing by WelcomeController#index as HTML
Completed 500 Internal Server Error in 179ms
ActionView::MissingTemplate (Missing template welcome/index, application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
* "/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/test/dummy/app/views"
* "/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views"
):
app/controllers/welcome_controller.rb:27:in `index'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.9ms)
Started GET "/" for 127.0.0.1 at 2013-11-19 12:42:57 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (194.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (36.2ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (2.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (22.5ms)
Rendered layouts/_footer.html.erb (26.6ms)
Completed 500 Internal Server Error in 358ms
ActionView::MissingTemplate (Missing partial /tr8n/common/powered_by_tr8n with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
* "/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/test/dummy/app/views"
* "/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views"
):
app/views/layouts/_footer.html.erb:31:in `_app_views_layouts__footer_html_erb__1532560638492432958_70356575357660'
app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb___1493836743032549381_70356575475660'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms)
Started GET "/" for 127.0.0.1 at 2013-11-19 12:44:46 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (208.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (3.9ms)
Rendered layouts/_flashes.html.erb (0.4ms)
Rendered layouts/_header.html.erb (1.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.5ms)
Rendered layouts/_footer.html.erb (17.0ms)
Completed 200 OK in 333ms (Views: 233.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 12:44:47 -0800
Served asset /jquery.js - 304 Not Modified (5ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:44:47 -0800
Served asset /tr8n_logo.png - 200 OK (2ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 12:44:47 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 12:44:47 -0800
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 12:44:47 -0800
Served asset /application.js - 304 Not Modified (27ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 12:44:47 -0800
Served asset /how_it_works_1.gif - 200 OK (4ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 12:44:47 -0800
Served asset /how_it_works_2.gif - 200 OK (2ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 12:44:47 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 12:44:47 -0800
Served asset /how_it_works_3.gif - 200 OK (3ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 12:44:47 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 12:44:47 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 12:44:47 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 12:44:47 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:44:47 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/" for 127.0.0.1 at 2013-11-19 12:46:06 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (215.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (4.0ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (1.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.7ms)
Completed 200 OK in 338ms (Views: 238.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 12:46:07 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 12:46:07 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:46:07 -0800
Served asset /tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 12:46:07 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 12:46:07 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 12:46:07 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 12:46:07 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 12:46:07 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 12:46:07 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 12:46:07 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 12:46:07 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (26.4ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 12:46:07 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 12:46:07 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:46:07 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-19 12:46:25 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (246.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (35.6ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (2.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.4ms)
Rendered layouts/_footer.html.erb (16.8ms)
Completed 200 OK in 420ms (Views: 307.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 12:46:26 -0800
Served asset /application.js - 304 Not Modified (7ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:46:26 -0800
Served asset /tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 12:46:26 -0800
Served asset /jquery.js - 304 Not Modified (2ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 12:46:26 -0800
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 12:46:26 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 12:46:26 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 12:46:26 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 12:46:26 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 12:46:26 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 12:46:26 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 12:46:26 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 12:46:26 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 12:46:26 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:46:26 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/" for 127.0.0.1 at 2013-11-19 12:46:28 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (215.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (4.5ms)
Rendered layouts/_flashes.html.erb (28.6ms)
Rendered layouts/_header.html.erb (29.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.5ms)
Completed 200 OK in 324ms (Views: 267.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 12:46:28 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 12:46:28 -0800
Served asset /jquery.js - 200 OK (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 12:46:28 -0800
Served asset /jquery_ujs.js - 200 OK (0ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:46:28 -0800
Served asset /tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 12:46:28 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 12:46:28 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 12:46:28 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 12:46:28 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 12:46:28 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 12:46:28 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 12:46:28 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 12:46:28 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 12:46:28 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:46:28 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/" for 127.0.0.1 at 2013-11-19 12:47:29 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (225.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (4.0ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (1.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.1ms)
Completed 200 OK in 377ms (Views: 247.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 12:47:30 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:47:30 -0800
Served asset /tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 12:47:30 -0800
Served asset /jquery_ujs.js - 200 OK (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 12:47:30 -0800
Served asset /jquery.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 12:47:30 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 12:47:30 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 12:47:30 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 12:47:30 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 12:47:30 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 12:47:30 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 12:47:30 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 12:47:30 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 12:47:30 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:47:30 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 12:48:36 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-19 12:48:44 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (211.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (3.8ms)
Rendered layouts/_flashes.html.erb (0.5ms)
Rendered layouts/_header.html.erb (1.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (50.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.2ms)
Rendered layouts/_footer.html.erb (54.6ms)
Completed 200 OK in 379ms (Views: 273.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 12:48:44 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 12:48:44 -0800
Served asset /jquery_ujs.js - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 12:48:44 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:48:44 -0800
Served asset /tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 12:48:44 -0800
Served asset /jquery.js - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 12:48:44 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 12:48:44 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 12:48:44 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 12:48:44 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 12:48:44 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 12:48:44 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (26ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 12:48:44 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 12:48:44 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:48:44 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/" for 127.0.0.1 at 2013-11-19 12:49:02 -0800
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 186ms
Tr8n::Exception (Error: Unknown settings locale):
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:308:in `block in api'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/logger.rb:59:in `trace_api_call'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:292:in `api'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:288:in `api'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:272:in `get'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:99:in `language'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/config.rb:52:in `init_request'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/extensions/action_controller_extension.rb:92:in `tr8n_init_client_sdk'
activesupport (3.2.13) lib/active_support/callbacks.rb:418:in `_run__2221112336236496945__process_action__1923553790199219745__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block 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.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__2706756284927040461__call__567167181713765153__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16: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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.6ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.5ms)
Started GET "/" for 127.0.0.1 at 2013-11-19 12:49:06 -0800
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 253ms
Tr8n::Exception (Error: Unknown settings locale):
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:308:in `block in api'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/logger.rb:59:in `trace_api_call'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:292:in `api'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:288:in `api'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:272:in `get'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:99:in `language'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/config.rb:52:in `init_request'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/extensions/action_controller_extension.rb:92:in `tr8n_init_client_sdk'
activesupport (3.2.13) lib/active_support/callbacks.rb:418:in `_run__2221112336236496945__process_action__1923553790199219745__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block 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.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__2706756284927040461__call__567167181713765153__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16: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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.7ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.6ms)
Started GET "/" for 127.0.0.1 at 2013-11-19 12:49:16 -0800
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 184ms
Tr8n::Exception (Error: Unknown settings locale):
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:308:in `block in api'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/logger.rb:59:in `trace_api_call'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:292:in `api'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:288:in `api'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:272:in `get'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:99:in `language'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/config.rb:52:in `init_request'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/extensions/action_controller_extension.rb:92:in `tr8n_init_client_sdk'
activesupport (3.2.13) lib/active_support/callbacks.rb:418:in `_run__2221112336236496945__process_action__1923553790199219745__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block 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.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__2706756284927040461__call__567167181713765153__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16: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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.8ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.7ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-19 12:50:10 -0800
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 194ms
Tr8n::Exception (Error: Unknown settings locale):
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:308:in `block in api'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/logger.rb:59:in `trace_api_call'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:292:in `api'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:288:in `api'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:272:in `get'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:99:in `language'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/config.rb:52:in `init_request'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/extensions/action_controller_extension.rb:92:in `tr8n_init_client_sdk'
activesupport (3.2.13) lib/active_support/callbacks.rb:418:in `_run__3698060460046818769__process_action__4044497701398447097__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block 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.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1055746783866822301__call__805387701731078271__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16: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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (29.7ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (34.0ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-19 12:51:30 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (59.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.6ms)
Rendered layouts/_head.html.erb (10.0ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (2.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.3ms)
Rendered layouts/_footer.html.erb (16.7ms)
Completed 200 OK in 340ms (Views: 95.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 12:51:30 -0800
Served asset /jquery.js - 304 Not Modified (6ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 12:51:30 -0800
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 12:51:30 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 12:51:30 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:51:30 -0800
Served asset /tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 12:51:30 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 12:51:30 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 12:51:30 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 12:51:30 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (1ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 12:51:30 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 12:51:30 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 12:51:30 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 12:51:30 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (26.0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:51:30 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/" for 127.0.0.1 at 2013-11-19 12:51:52 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (31.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (4.4ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (1.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (41.7ms)
Completed 200 OK in 249ms (Views: 80.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 12:51:52 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:51:52 -0800
Served asset /tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 12:51:52 -0800
Served asset /jquery_ujs.js - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 12:51:52 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 12:51:52 -0800
Served asset /jquery.js - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 12:51:52 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 12:51:52 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 12:51:52 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 12:51:52 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 12:51:52 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 12:51:52 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 12:51:52 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:51:52 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 12:51:52 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 12:51:52 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/" for 127.0.0.1 at 2013-11-19 12:52:00 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (49.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (4.1ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (1.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.0ms)
Completed 200 OK in 239ms (Views: 71.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 12:52:00 -0800
Served asset /jquery.js - 200 OK (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 12:52:00 -0800
Served asset /jquery_ujs.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 12:52:00 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 12:52:00 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:52:00 -0800
Served asset /tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 12:52:00 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 12:52:00 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 12:52:00 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 12:52:00 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 12:52:00 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.3ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 12:52:00 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (3ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 12:52:00 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 12:52:00 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:52:00 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (27.2ms)
Started GET "/login" for 127.0.0.1 at 2013-11-19 12:52:03 -0800
Processing by LoginController#index as HTML
Rendered login/_common.html.erb (38.7ms)
Rendered login/index.html.erb within layouts/application (39.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (3.8ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (1.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.6ms)
Completed 200 OK in 266ms (Views: 61.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 12:52:03 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 12:52:03 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 12:52:03 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:52:03 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (31ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 12:52:03 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 12:52:03 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/" for 127.0.0.1 at 2013-11-19 12:52:26 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (31.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (4.4ms)
Rendered layouts/_flashes.html.erb (26.8ms)
Rendered layouts/_header.html.erb (27.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.9ms)
Completed 200 OK in 250ms (Views: 80.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 12:52:26 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:52:26 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 12:52:26 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 12:52:26 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.3ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 12:52:26 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 12:52:26 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/" for 127.0.0.1 at 2013-11-19 12:52:28 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (62.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (3.9ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (1.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.4ms)
Completed 200 OK in 288ms (Views: 85.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 12:52:29 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 12:52:29 -0800
Served asset /jquery_ujs.js - 200 OK (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 12:52:29 -0800
Served asset /jquery.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 12:52:29 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:52:29 -0800
Served asset /tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 12:52:29 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 12:52:29 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 12:52:29 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 12:52:29 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 12:52:29 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 12:52:29 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 12:52:29 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 12:52:29 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:52:29 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/" for 127.0.0.1 at 2013-11-19 12:52:38 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (31.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (4.2ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (1.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (71.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (74.8ms)
Completed 200 OK in 283ms (Views: 113.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:52:38 -0800
Served asset /tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 12:52:38 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 12:52:38 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 12:52:38 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 12:52:38 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 12:52:38 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 12:52:38 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 12:52:38 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 12:52:38 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 12:52:38 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 12:52:38 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 12:52:38 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 12:52:38 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:52:38 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/docs/test" for 127.0.0.1 at 2013-11-19 12:53:48 -0800
Processing by DocsController#test as HTML
Rendered docs/test.html.erb within layouts/application (37.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (4.4ms)
Rendered layouts/_flashes.html.erb (31.8ms)
Rendered layouts/_header.html.erb (32.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.8ms)
Completed 200 OK in 258ms (Views: 92.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 12:53:48 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 12:53:48 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 12:53:48 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 12:53:48 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 12:53:48 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:53:48 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 12:53:48 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 12:53:48 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 12:53:48 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 12:53:48 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-19 12:55:35 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (59.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (9.9ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (2.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.3ms)
Rendered layouts/_footer.html.erb (16.9ms)
Completed 200 OK in 343ms (Views: 96.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 12:55:35 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 12:55:35 -0800
Served asset /jquery.js - 304 Not Modified (2ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:55:35 -0800
Served asset /tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 12:55:35 -0800
Served asset /application.js - 304 Not Modified (26ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 12:55:35 -0800
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 12:55:35 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 12:55:35 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 12:55:35 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (1ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 12:55:35 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 12:55:35 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 12:55:35 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 12:55:35 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 12:55:35 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.3ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:55:35 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/" for 127.0.0.1 at 2013-11-19 12:56:07 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (59.7ms)
Compiled application.css (0ms) (pid 34170)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (6.2ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (1.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (51.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (54.6ms)
Completed 200 OK in 289ms (Views: 123.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 12:56:07 -0800
Served asset /application.css - 200 OK (1ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 12:56:07 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 12:56:07 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 12:56:07 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:56:07 -0800
Served asset /tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 12:56:07 -0800
Compiled bootstrap/bootstrap_and_overrides.css (1576ms) (pid 34170)
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 200 OK (1584ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 12:56:09 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 12:56:09 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 12:56:09 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 12:56:09 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 12:56:09 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 12:56:09 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 12:56:09 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 12:56:09 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:56:09 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.3ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 12:56:09 -0800
Served asset /hr.png - 200 OK (2ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 12:56:32 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (31.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (30.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.0ms)
Completed 200 OK in 252ms (Views: 81.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 12:56:32 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 12:56:32 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 12:56:32 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:56:32 -0800
Served asset /tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 12:56:32 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 12:56:32 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 12:56:32 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 12:56:32 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (3ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 12:56:32 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (3ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 12:56:32 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 12:56:32 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.3ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 12:56:32 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:56:32 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 12:58:21 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (59.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (1.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.0ms)
Completed 200 OK in 284ms (Views: 79.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 12:58:21 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 12:58:21 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 12:58:21 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 12:58:21 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:58:21 -0800
Served asset /tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 12:58:21 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 12:58:21 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 12:58:21 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 12:58:21 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 12:58:21 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 12:58:21 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 12:58:21 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 12:58:21 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 12:58:21 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:58:21 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 12:58:21 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 12:59:14 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (33.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (1.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.8ms)
Completed 200 OK in 228ms (Views: 53.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 12:59:14 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 12:59:14 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:59:14 -0800
Served asset /tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 12:59:14 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 12:59:14 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 12:59:14 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 12:59:14 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 12:59:14 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 12:59:14 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 12:59:14 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 12:59:14 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 12:59:14 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 12:59:14 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 12:59:14 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:59:14 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 12:59:15 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 12:59:25 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (62.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (1.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.5ms)
Completed 200 OK in 251ms (Views: 83.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 12:59:25 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:59:25 -0800
Served asset /tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 12:59:25 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 12:59:25 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 12:59:25 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 12:59:25 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 12:59:25 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 12:59:25 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 12:59:25 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 12:59:25 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 12:59:25 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 12:59:25 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 12:59:25 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 12:59:25 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 12:59:25 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 12:59:25 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:00:58 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (50.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
ERROR: compiling _app_views_layouts__header_html_erb___1285041953063045110_70134451001160 RAISED /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/test/dummy/app/views/layouts/_header.html.erb:11: unknown regexp option - l
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/test/dummy/app/views/layouts/_header.html.erb:13: syntax error, unexpected '<'
^
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/test/dummy/app/views/layouts/_header.html.erb:14: syntax error, unexpected '<'
<% if current_user );@output_buffer.safe_concat('
^
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/test/dummy/app/views/layouts/_header.html.erb:14: syntax error, unexpected tIDENTIFIER, expecting ')'
<% if current_user );@output_buffer.safe_concat('
^
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/test/dummy/app/views/layouts/_header.html.erb:66: syntax error, unexpected keyword_ensure, expecting end-of-input
Function body: def _app_views_layouts__header_html_erb___1285041953063045110_70134451001160(local_assigns, output_buffer)
_old_virtual_path, @virtual_path = @virtual_path, "/layouts/_header";_old_output_buffer = @output_buffer;header = local_assigns[:header];;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('
');@output_buffer.append= (render :partial => "/layouts/flashes" );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.to_s
ensure
@virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
end
Backtrace: /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/template.rb:297:in `module_eval'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/template.rb:297:in `compile'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/template.rb:244:in `block in compile!'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/template.rb:232:in `synchronize'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/template.rb:232:in `compile!'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/template.rb:144:in `block in render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/notifications.rb:125:in `instrument'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/template.rb:143:in `render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/renderer/partial_renderer.rb:238:in `block in render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `block in instrument'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `instrument'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/renderer/partial_renderer.rb:237:in `render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/renderer/renderer.rb:41:in `render_partial'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/renderer/renderer.rb:15:in `render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/helpers/rendering_helper.rb:24:in `render'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/test/dummy/app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__1300208288809147633_70134450511780'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/template.rb:145:in `block in render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/notifications.rb:125:in `instrument'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/template.rb:143:in `render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/renderer/template_renderer.rb:45:in `render_template'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/renderer/template_renderer.rb:18:in `render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/renderer/renderer.rb:36:in `render_template'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/renderer/renderer.rb:17:in `render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb:110:in `_render_template'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/streaming.rb:225:in `_render_template'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb:103:in `render_to_body'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/renderers.rb:28:in `render_to_body'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb:88:in `render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/rendering.rb:16:in `render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/core_ext/benchmark.rb:5:in `ms'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:39:in `render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/abstract_controller/base.rb:167:in `process_action'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/rendering.rb:10:in `process_action'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:425:in `_run__1848617680787467811__process_action__1199820825327248614__callbacks'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/rescue.rb:29:in `process_action'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `block in instrument'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `instrument'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/abstract_controller/base.rb:121:in `process'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb:45:in `process'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal.rb:203:in `dispatch'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal.rb:246:in `block in action'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:73:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:36:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:612:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/conditionalget.rb:25:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/head.rb:14:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/flash.rb:242:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/cookies.rb:341:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/query_cache.rb:64:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `_run__1001167444046553585__call__3993576207618500935__callbacks'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/reloader.rb:65:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-3.2.13/lib/rails/rack/logger.rb:32:in `call_app'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-3.2.13/lib/rails/rack/logger.rb:16:in `block in call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/tagged_logging.rb:22:in `tagged'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-3.2.13/lib/rails/rack/logger.rb:16:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/request_id.rb:22:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/static.rb:63:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-3.2.13/lib/rails/engine.rb:479:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-3.2.13/lib/rails/application.rb:223:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/content_length.rb:14:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-3.2.13/lib/rails/rack/log_tailer.rb:17:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/puma-2.6.0/lib/puma/server.rb:486:in `handle_request'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/puma-2.6.0/lib/puma/server.rb:357:in `process_client'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/puma-2.6.0/lib/puma/server.rb:250:in `block in run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/puma-2.6.0/lib/puma/thread_pool.rb:92:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/puma-2.6.0/lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered layouts/_header.html.erb (1.6ms)
Completed 500 Internal Server Error in 261ms
ActionView::Template::Error (/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/test/dummy/app/views/layouts/_header.html.erb:11: unknown regexp option - l
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/test/dummy/app/views/layouts/_header.html.erb:13: syntax error, unexpected '<'
^
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/test/dummy/app/views/layouts/_header.html.erb:14: syntax error, unexpected '<'
<% if current_user );@output_buffer.safe_concat('
^
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/test/dummy/app/views/layouts/_header.html.erb:14: syntax error, unexpected tIDENTIFIER, expecting ')'
<% if current_user );@output_buffer.safe_concat('
^
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/test/dummy/app/views/layouts/_header.html.erb:66: syntax error, unexpected keyword_ensure, expecting end-of-input):
8:
9: - <%=link_to(tr("Installation Instructions"), :controller => :docs, :action => :index)
10:
11:
12:
13:
14: <% if current_user %>
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__1300208288809147633_70134450511780'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.8ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:01:05 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (58.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.7ms)
Completed 200 OK in 248ms (Views: 79.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:01:05 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:01:05 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:01:05 -0800
Served asset /tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:01:05 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:01:05 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:01:05 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:01:05 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:01:05 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 13:01:05 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 13:01:06 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 13:01:06 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:01:06 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 13:01:06 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (28ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 13:01:06 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.3ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:01:06 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.3ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:01:06 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:01:37 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (32.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.4ms)
Rendered layouts/_header.html.erb (2.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (41.4ms)
Completed 200 OK in 291ms (Views: 80.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:01:37 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:01:37 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:01:37 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:01:37 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:01:37 -0800
Served asset /tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:01:37 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:01:37 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:01:37 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 13:01:37 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 13:01:37 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 13:01:37 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 13:01:37 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:01:37 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 13:01:37 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:01:37 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:01:37 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:02:30 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (62.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (1.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.2ms)
Completed 200 OK in 252ms (Views: 83.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:02:30 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:02:30 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:02:30 -0800
Served asset /tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:02:30 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:02:30 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:02:30 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:02:30 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:02:30 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:02:30 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 13:02:30 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 13:02:30 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 13:02:30 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 13:02:30 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 13:02:30 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:02:30 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (29.9ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:02:30 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:03:17 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (32.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 258ms (Views: 53.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:03:17 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:03:17 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:03:17 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:03:17 -0800
Served asset /tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:03:17 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:03:17 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:03:17 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:03:17 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:03:17 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 13:03:17 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 13:03:17 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 13:03:17 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 13:03:17 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 13:03:17 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:03:17 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:03:17 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:03:52 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (59.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.4ms)
Completed 200 OK in 245ms (Views: 80.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:03:52 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:03:52 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:03:52 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:03:52 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:03:52 -0800
Served asset /tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:03:52 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:03:52 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:03:52 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:03:52 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 13:03:52 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 13:03:52 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 13:03:52 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 13:03:52 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.3ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 13:03:52 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:03:52 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 13:03:52 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 13:03:52 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (27.5ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 13:03:52 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:03:52 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:04:56 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (30.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (40.6ms)
Completed 200 OK in 240ms (Views: 77.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:04:56 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:04:56 -0800
Served asset /tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:04:56 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:04:56 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:04:56 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:04:56 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:04:56 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:04:56 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 13:04:56 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:04:56 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 13:04:56 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 13:04:56 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 13:04:56 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 13:04:56 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:04:56 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.3ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:04:56 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/github.png" for 127.0.0.1 at 2013-11-19 13:05:09 -0800
Served asset /tr8n/icons/github.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/github.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:05:22 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (59.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.5ms)
Completed 200 OK in 290ms (Views: 81.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:05:22 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:05:22 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:05:22 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:05:22 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:05:22 -0800
Served asset /tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:05:22 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:05:22 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/wordpress.png" for 127.0.0.1 at 2013-11-19 13:05:22 -0800
Served asset /tr8n/icons/wordpress.png - 404 Not Found (3ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/wordpress.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:05:22 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:05:22 -0800
Served asset /github.png - 200 OK (2ms)
Started GET "/assets/tr8n/icons/facebook.png" for 127.0.0.1 at 2013-11-19 13:05:22 -0800
Served asset /tr8n/icons/facebook.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/facebook.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:05:22 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/icons/twitter.png" for 127.0.0.1 at 2013-11-19 13:05:22 -0800
Served asset /tr8n/icons/twitter.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/twitter.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/icons/linkedin.png" for 127.0.0.1 at 2013-11-19 13:05:22 -0800
Served asset /tr8n/icons/linkedin.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/icons/linkedin.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:05:22 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:05:22 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:05:37 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (31.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.6ms)
Completed 200 OK in 225ms (Views: 52.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:05:37 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:05:37 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:05:37 -0800
Served asset /tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:05:37 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:05:37 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:05:37 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:05:37 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:05:37 -0800
Served asset /wordpress.png - 200 OK (2ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:05:37 -0800
Served asset /twitter.png - 200 OK (2ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:05:37 -0800
Served asset /facebook.png - 200 OK (2ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:05:37 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:05:37 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:05:37 -0800
Served asset /linkedin.png - 200 OK (2ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:05:37 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:05:37 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:05:37 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:06:29 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (31.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.0ms)
Completed 200 OK in 290ms (Views: 80.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:06:30 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:06:30 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:06:30 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:06:30 -0800
Served asset /tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:06:30 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:06:30 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:06:30 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:06:30 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:06:30 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:06:30 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:06:30 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:06:30 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:06:30 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:06:30 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:06:30 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:06:30 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:06:30 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:06:49 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
Started GET "/assets/tr8n_client_sdk/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:07:00 -0800
Served asset /tr8n_client_sdk/tr8n/tr8n_logo.png - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n_client_sdk/tr8n/tr8n_logo.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n_client_sdk/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:07:32 -0800
Served asset /tr8n_client_sdk/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n_client_sdk/tr8n_logo.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:07:35 -0800
Served asset /tr8n/tr8n_logo.png - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/tr8n_logo.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Connecting to database specified by database.yml
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:07:47 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (3ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:07:48 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:08:21 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (61.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (7.7ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.1ms)
Rendered layouts/_footer.html.erb (16.5ms)
Completed 200 OK in 309ms (Views: 120.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:08:21 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:08:21 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:08:21 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:08:21 -0800
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:08:21 -0800
Served asset /jquery.js - 304 Not Modified (25ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:08:21 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (4ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:08:21 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:08:21 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:08:21 -0800
Served asset /github.png - 304 Not Modified (1ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:08:21 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:08:21 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:08:21 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:08:21 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:08:21 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:08:21 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:09:08 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (60.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.3ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.1ms)
Completed 200 OK in 252ms (Views: 82.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:09:09 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:09:09 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:09:09 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:09:09 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:09:09 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:09:09 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:09:09 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:09:09 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:09:09 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:09:09 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:09:09 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:09:09 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:09:09 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:09:09 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:09:09 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:09:14 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (57.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.5ms)
Completed 200 OK in 250ms (Views: 79.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:09:15 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:09:15 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:09:15 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:09:15 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:09:15 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:09:15 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:09:15 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:09:15 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:09:15 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:09:15 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:09:15 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:09:15 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:09:15 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:09:15 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:09:15 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:10:33 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (31.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.8ms)
Completed 200 OK in 289ms (Views: 53.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:10:33 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:10:33 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:10:33 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:10:33 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:10:33 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:10:33 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:10:33 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:10:33 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:10:33 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:10:33 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:10:33 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:10:33 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:10:33 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:10:33 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:10:33 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:10:58 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (30.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (2.3ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (27.3ms)
Rendered layouts/_footer.html.erb (42.1ms)
Completed 200 OK in 249ms (Views: 79.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:10:59 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:10:59 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:10:59 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:10:59 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:10:59 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:10:59 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:10:59 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:10:59 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:10:59 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:10:59 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:10:59 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:10:59 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:10:59 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:10:59 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:10:59 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:11:04 -0800
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 21ms
NoMethodError (undefined method `decode_and_verify_params' for #):
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/base.rb:74:in `method_missing'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/extensions/action_controller_extension.rb:84:in `tr8n_init_client_sdk'
activesupport (3.2.13) lib/active_support/callbacks.rb:418:in `_run__187383896926487706__process_action__2899929484661068417__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block 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.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1626031701178254580__call__999255477520331535__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16: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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.8ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:11:35 -0800
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 19ms
NoMethodError (undefined method `decode_and_verify_params' for #):
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/base.rb:74:in `method_missing'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/extensions/action_controller_extension.rb:84:in `tr8n_init_client_sdk'
activesupport (3.2.13) lib/active_support/callbacks.rb:418:in `_run__187383896926487706__process_action__2899929484661068417__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block 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.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1626031701178254580__call__999255477520331535__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16: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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.6ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:11:47 -0800
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 43ms
NameError (undefined local variable or method `translator' for #):
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/extensions/action_controller_extension.rb:92:in `tr8n_init_client_sdk'
activesupport (3.2.13) lib/active_support/callbacks.rb:418:in `_run__2743823472828142148__process_action__733974374802092808__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block 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.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1112981805939142983__call__807624077606214445__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16: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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.8ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:12:03 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (58.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (7.4ms)
Rendered layouts/_flashes.html.erb (0.8ms)
Rendered layouts/_header.html.erb (3.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.4ms)
Rendered layouts/_footer.html.erb (39.6ms)
Completed 200 OK in 343ms (Views: 115.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:12:04 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:12:04 -0800
Served asset /jquery.js - 304 Not Modified (2ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:12:04 -0800
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:12:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:12:04 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (26ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:12:04 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:12:04 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:12:04 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:12:04 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:12:04 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:12:04 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:12:04 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:12:04 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:12:04 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:12:04 -0800
Served asset /hr.png - 304 Not Modified (1ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:13:18 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (54.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.1ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.2ms)
Completed 200 OK in 252ms (Views: 76.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:13:18 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:13:18 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:13:18 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:13:18 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:13:18 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:13:18 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:13:18 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:13:18 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:13:18 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:13:18 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:13:18 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:13:18 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:13:18 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:13:18 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:13:18 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:13:19 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (58.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 283ms (Views: 80.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:13:19 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:13:19 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:13:19 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:13:19 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:13:19 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:13:19 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:13:19 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:13:19 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:13:19 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:13:19 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:13:19 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:13:19 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:13:19 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:13:19 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:13:19 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:13:27 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (60.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.2ms)
Rendered layouts/_head.html.erb (2.3ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (48.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (51.8ms)
Completed 200 OK in 289ms (Views: 118.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:13:28 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:13:28 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:13:28 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:13:28 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:13:28 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:13:28 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:13:28 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:13:28 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:13:28 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:13:28 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:13:28 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:13:28 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:13:28 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:13:28 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:13:28 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/assets/images/favicon.ico" for 127.0.0.1 at 2013-11-19 13:13:28 -0800
Served asset /images/favicon.ico - 404 Not Found (26ms)
ActionController::RoutingError (No route matches [GET] "/assets/images/favicon.ico"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:13:29 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (32.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (34.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (37.4ms)
Completed 200 OK in 245ms (Views: 76.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:13:29 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:13:29 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:13:29 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:13:29 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:13:29 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:13:29 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:13:29 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:13:29 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:13:29 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:13:29 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:13:29 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:13:29 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:13:29 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:13:29 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:13:29 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:14:07 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (31.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.6ms)
Rendered layouts/_flashes.html.erb (27.4ms)
Rendered layouts/_header.html.erb (29.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.9ms)
Completed 200 OK in 285ms (Views: 81.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:14:07 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:14:07 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:14:07 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:14:07 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:14:07 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:14:07 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:14:07 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:14:07 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:14:07 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:14:07 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:14:07 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:14:07 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:14:07 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:14:07 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:14:07 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:14:08 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (31.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.0ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.0ms)
Completed 200 OK in 247ms (Views: 75.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:14:08 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:14:08 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:14:08 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:14:08 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:14:08 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:14:08 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:14:08 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:14:08 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:14:08 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:14:08 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:14:08 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:14:08 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:14:08 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:14:08 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:14:08 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:14:09 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (55.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.1ms)
Completed 200 OK in 284ms (Views: 76.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:14:09 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:14:09 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:14:09 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:14:09 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:14:09 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:14:09 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:14:09 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:14:09 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:14:09 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:14:09 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:14:09 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:14:09 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:14:09 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:14:09 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:14:09 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:14:19 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (58.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.1ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (50.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (53.9ms)
Completed 200 OK in 291ms (Views: 118.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:14:19 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:14:19 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:14:19 -0800
Served asset /jquery.js - 200 OK (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:14:19 -0800
Served asset /jquery_ujs.js - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:14:19 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:14:19 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:14:19 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:14:19 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:14:19 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:14:19 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:14:19 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:14:19 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:14:19 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:14:19 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:14:19 -0800
Served asset /hr.png - 200 OK (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:14:35 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (57.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.3ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (14.9ms)
Completed 200 OK in 246ms (Views: 79.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:14:35 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:14:35 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:14:35 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:14:35 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:14:35 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:14:35 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:14:35 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:14:35 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:14:35 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:14:35 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:14:35 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:14:35 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:14:35 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:14:35 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:14:35 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:14:36 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (59.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.0ms)
Completed 200 OK in 289ms (Views: 80.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:14:37 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:14:37 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:14:37 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:14:37 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:14:37 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:14:37 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:14:37 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:14:37 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:14:37 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:14:37 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:14:37 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:14:37 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:14:37 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:14:37 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:14:37 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:15:20 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (31.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.1ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.7ms)
Completed 200 OK in 255ms (Views: 53.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:15:20 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:15:20 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:15:20 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:15:20 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:15:20 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:15:20 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:15:20 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:15:20 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:15:20 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:15:20 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:15:20 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:15:20 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:15:20 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:15:20 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:15:20 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:15:21 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (31.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (27.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (30.6ms)
Completed 200 OK in 272ms (Views: 67.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:15:21 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:15:21 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:15:21 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:15:21 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:15:21 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:15:21 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:15:21 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:15:21 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:15:21 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:15:21 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:15:21 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:15:21 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:15:21 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:15:21 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:15:21 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:17:33 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (204.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (7.5ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.4ms)
Rendered layouts/_footer.html.erb (16.8ms)
Completed 200 OK in 378ms (Views: 239.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:17:33 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:17:33 -0800
Served asset /jquery.js - 304 Not Modified (2ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:17:33 -0800
Served asset /jquery_ujs.js - 304 Not Modified (26ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:17:33 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:17:33 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:17:33 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (4ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:17:33 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:17:33 -0800
Served asset /github.png - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:17:33 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:17:33 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:17:33 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:17:33 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:17:33 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:17:33 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:17:33 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:17:35 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (208.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.5ms)
Completed 200 OK in 327ms (Views: 229.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:17:35 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:17:35 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:17:35 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:17:35 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:17:35 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:17:35 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:17:35 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:17:35 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:17:35 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:17:35 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:17:35 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:17:35 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:17:35 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:17:35 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:17:35 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:17:36 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (244.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.5ms)
Rendered layouts/_header.html.erb (2.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (13.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (16.4ms)
Completed 200 OK in 324ms (Views: 267.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:17:36 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:17:36 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:17:36 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:17:36 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:17:36 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:17:36 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:17:36 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:17:36 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:17:36 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:17:36 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:17:36 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:17:36 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:17:36 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:17:36 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:17:36 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:18:26 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (211.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (7.0ms)
Rendered layouts/_flashes.html.erb (0.9ms)
Rendered layouts/_header.html.erb (3.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.3ms)
Rendered layouts/_footer.html.erb (16.7ms)
Completed 200 OK in 381ms (Views: 245.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:18:26 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:18:26 -0800
Served asset /jquery.js - 304 Not Modified (3ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:18:26 -0800
Served asset /application.js - 304 Not Modified (25ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:18:26 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (3ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:18:26 -0800
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:18:26 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (2ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:18:26 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:18:26 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:18:26 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:18:26 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:18:26 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:18:26 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:18:26 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:18:26 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:18:26 -0800
Served asset /hr.png - 304 Not Modified (1ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:18:47 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (204.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (7.2ms)
Rendered layouts/_flashes.html.erb (0.8ms)
Rendered layouts/_header.html.erb (3.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.4ms)
Rendered layouts/_footer.html.erb (17.0ms)
Completed 200 OK in 354ms (Views: 238.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:18:47 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:18:47 -0800
Served asset /jquery.js - 304 Not Modified (27ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:18:47 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:18:47 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (3ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:18:47 -0800
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:18:47 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:18:47 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:18:47 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:18:47 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:18:47 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:18:47 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:18:47 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:18:47 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:18:47 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:18:47 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:21:08 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (215.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.4ms)
Completed 200 OK in 337ms (Views: 237.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:21:08 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:21:08 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:21:08 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:21:08 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:21:08 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:21:08 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:21:08 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:21:08 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:21:08 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:21:08 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:21:08 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:21:08 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:21:08 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:21:08 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:21:08 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:21:44 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (180.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (37.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (41.2ms)
Completed 200 OK in 328ms (Views: 227.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:21:45 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:21:45 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:21:45 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:21:45 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:21:45 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:21:45 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:21:45 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:21:45 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:21:45 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:21:45 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:21:45 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:21:45 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:21:45 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:21:45 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:21:45 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:21:50 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (186.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (30.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 340ms (Views: 235.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:21:51 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:21:51 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:21:51 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:21:51 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:21:51 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/" for 127.0.0.1 at 2013-11-19 13:21:51 -0800
Served asset / - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:21:51 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:21:51 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:21:51 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:21:51 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:21:51 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:21:51 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:21:51 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:21:51 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:21:51 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/" for 127.0.0.1 at 2013-11-19 13:21:51 -0800
Served asset / - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:21:51 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:22:41 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (208.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 335ms (Views: 230.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:22:42 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:22:42 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:22:42 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:22:42 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:22:42 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/" for 127.0.0.1 at 2013-11-19 13:22:42 -0800
Served asset / - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:22:42 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:22:42 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:22:42 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:22:42 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:22:42 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:22:42 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:22:42 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:22:42 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:22:42 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:22:42 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:22:44 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (208.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.5ms)
Rendered layouts/_header.html.erb (4.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (17.0ms)
Completed 200 OK in 338ms (Views: 234.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:22:44 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:22:44 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:22:44 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:22:44 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:22:44 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/" for 127.0.0.1 at 2013-11-19 13:22:44 -0800
Served asset / - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:22:44 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:22:44 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:22:44 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:22:44 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:22:44 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:22:44 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:22:44 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:22:44 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:22:44 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:22:44 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:23:58 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (186.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (30.4ms)
Rendered layouts/_flashes.html.erb (0.8ms)
Rendered layouts/_header.html.erb (4.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (13.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.3ms)
Rendered layouts/_footer.html.erb (18.0ms)
Completed 200 OK in 383ms (Views: 245.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:23:58 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:23:58 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:23:58 -0800
Served asset /jquery.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:23:58 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (26ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:23:58 -0800
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
Started GET "/assets/" for 127.0.0.1 at 2013-11-19 13:23:58 -0800
Served asset / - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:23:58 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:23:58 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:23:58 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:23:58 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:23:58 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:23:58 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:23:58 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:23:58 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:23:58 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/" for 127.0.0.1 at 2013-11-19 13:23:58 -0800
Served asset / - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:23:58 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:24:45 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (246.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.2ms)
Completed 200 OK in 335ms (Views: 268.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:24:45 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:24:45 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:24:45 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:24:45 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:24:45 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/" for 127.0.0.1 at 2013-11-19 13:24:45 -0800
Served asset / - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:24:45 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:24:45 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:24:45 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:24:45 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:24:45 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:24:45 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:24:45 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:24:45 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:24:45 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:24:45 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:24:50 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (217.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.9ms)
Completed 200 OK in 335ms (Views: 239.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:24:50 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:24:50 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:24:50 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:24:50 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:24:50 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:24:50 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:24:50 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/" for 127.0.0.1 at 2013-11-19 13:24:50 -0800
Served asset / - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:24:50 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:24:50 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:24:50 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:24:50 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:24:50 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:24:50 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:24:50 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:24:50 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:28:39 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (211.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (8.0ms)
Rendered layouts/_flashes.html.erb (25.8ms)
Rendered layouts/_header.html.erb (29.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.3ms)
Rendered layouts/_footer.html.erb (16.9ms)
Completed 200 OK in 386ms (Views: 273.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:28:39 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:28:39 -0800
Served asset /jquery.js - 304 Not Modified (2ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:28:39 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:28:39 -0800
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:28:39 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (3ms)
Started GET "/assets/" for 127.0.0.1 at 2013-11-19 13:28:39 -0800
Served asset / - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:28:39 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:28:39 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:28:39 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:28:39 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:28:39 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:28:39 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:28:39 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:28:39 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:28:39 -0800
Served asset /facebook.png - 304 Not Modified (1ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:28:39 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:29:06 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (242.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.7ms)
Completed 200 OK in 366ms (Views: 265.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:29:07 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:29:07 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:29:07 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:29:07 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:29:07 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/" for 127.0.0.1 at 2013-11-19 13:29:07 -0800
Served asset / - 404 Not Found (3ms)
ActionController::RoutingError (No route matches [GET] "/assets"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:29:07 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:29:07 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:29:07 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:29:07 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:29:07 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:29:07 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:29:07 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:29:07 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:29:07 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:29:07 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:29:25 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (204.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.1ms)
Completed 200 OK in 325ms (Views: 227.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:29:26 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:29:26 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:29:26 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:29:26 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:29:26 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:29:26 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:29:26 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:29:26 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:29:26 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:29:26 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:29:26 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:29:26 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:29:26 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:29:26 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:29:26 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:29:58 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (221.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (40.7ms)
Completed 200 OK in 370ms (Views: 269.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:29:58 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:29:58 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:29:58 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:29:58 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:29:58 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:29:58 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:29:58 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:29:58 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:29:58 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:29:58 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:29:58 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:29:58 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:29:58 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:29:58 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:29:58 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:33:01 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (188.3ms)
Compiled bootstrap.js (0ms) (pid 34771)
Compiled application.js (5ms) (pid 34771)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (43.0ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (37.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.4ms)
Rendered layouts/_footer.html.erb (42.3ms)
Completed 200 OK in 419ms (Views: 284.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:33:02 -0800
Served asset /bootstrap.js - 200 OK (2ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:33:02 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:33:02 -0800
Served asset /jquery.js - 304 Not Modified (2ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:33:02 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:33:02 -0800
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:33:02 -0800
Error compiling asset bootstrap/bootstrap_and_overrides.css.scss:
Sass::SyntaxError: File to import not found or unreadable: bootstrap.
Load path: /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/test/dummy
(in /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/test/dummy/app/assets/stylesheets/bootstrap/bootstrap_and_overrides.css.scss)
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 500 Internal Server Error
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:33:02 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:33:02 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:33:02 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:33:02 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:33:02 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:33:02 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:33:02 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:33:02 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:33:02 -0800
Served asset /linkedin.png - 304 Not Modified (1ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:33:15 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (240.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.5ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.1ms)
Completed 200 OK in 361ms (Views: 262.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:33:16 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:33:16 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:33:16 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:33:16 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:33:16 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:33:16 -0800
Compiled bootstrap/bootstrap_and_overrides.css (2ms) (pid 34771)
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 200 OK (34ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:33:16 -0800
Compiled bootstrap/bootstrap.css (0ms) (pid 34771)
Served asset /bootstrap/bootstrap.css - 200 OK (5ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:33:16 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:33:16 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:33:16 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:33:16 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:33:16 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:33:16 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:33:16 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:33:16 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:33:16 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:33:16 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:33:30 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (205.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.7ms)
Completed 200 OK in 331ms (Views: 227.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:33:30 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:33:30 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:33:30 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:33:30 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:33:30 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:33:30 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:33:30 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:33:30 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:33:30 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:33:30 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:33:30 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:33:30 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:33:30 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:33:30 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:33:30 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:33:30 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:33:30 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:33:56 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (209.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.9ms)
Completed 200 OK in 333ms (Views: 232.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:33:57 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:33:57 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:33:57 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:33:57 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:33:57 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:33:57 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:33:57 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:33:57 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:33:57 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:33:57 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:33:57 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:33:57 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:33:57 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:33:57 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:33:57 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:33:57 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:33:57 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:34:06 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (184.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (38.8ms)
Completed 200 OK in 331ms (Views: 230.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:34:07 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:34:07 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:34:07 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:34:07 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:34:07 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:34:07 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:34:07 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:34:07 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:34:07 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:34:07 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:34:07 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:34:07 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:34:07 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:34:07 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:34:07 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:34:07 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:34:07 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:36:15 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (208.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.5ms)
Completed 200 OK in 332ms (Views: 230.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:36:16 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:36:16 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:36:16 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:36:16 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:36:16 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:36:16 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:36:16 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:36:16 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:36:16 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:36:16 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:36:16 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:36:16 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:36:16 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:36:16 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:36:16 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:36:16 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:36:16 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:36:35 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (251.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (9.3ms)
Rendered layouts/_flashes.html.erb (0.9ms)
Rendered layouts/_header.html.erb (5.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.4ms)
Rendered layouts/_footer.html.erb (18.1ms)
Completed 200 OK in 384ms (Views: 290.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:36:35 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:36:35 -0800
Served asset /jquery.js - 304 Not Modified (25ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:36:35 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:36:35 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:36:35 -0800
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:36:35 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:36:35 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:36:35 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:36:35 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:36:35 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:36:35 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:36:35 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:36:35 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:36:35 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:36:35 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:36:35 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:36:35 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:40:46 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (210.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (9.6ms)
Rendered layouts/_flashes.html.erb (0.8ms)
Rendered layouts/_header.html.erb (5.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (13.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.4ms)
Rendered layouts/_footer.html.erb (18.4ms)
Completed 200 OK in 384ms (Views: 250.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:40:46 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:40:46 -0800
Served asset /jquery.js - 304 Not Modified (24ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:40:47 -0800
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:40:47 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:40:47 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:40:47 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:40:47 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (2ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:40:47 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:40:47 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:40:47 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:40:47 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:40:47 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:40:47 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:40:47 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:40:47 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:40:47 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:40:47 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:46:58 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (218.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (9.6ms)
Rendered layouts/_flashes.html.erb (0.8ms)
Rendered layouts/_header.html.erb (5.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.5ms)
Rendered layouts/_footer.html.erb (17.6ms)
Completed 200 OK in 401ms (Views: 257.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:46:58 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:46:58 -0800
Served asset /jquery.js - 304 Not Modified (25ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:46:58 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:46:58 -0800
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:46:58 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:46:58 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:46:58 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:46:58 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:46:58 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:46:58 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:46:58 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:46:58 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:46:58 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:46:58 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:46:58 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:46:58 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:46:58 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:46:59 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (199.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (15.4ms)
Completed 200 OK in 322ms (Views: 222.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:47:00 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:47:00 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:47:00 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:47:00 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:47:00 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:47:00 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:47:00 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:47:00 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:47:00 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:47:00 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:47:00 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:47:00 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:47:00 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:47:00 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:47:00 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:47:00 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:47:00 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:48:08 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (220.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (9.4ms)
Rendered layouts/_flashes.html.erb (1.0ms)
Rendered layouts/_header.html.erb (5.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.3ms)
Rendered layouts/_footer.html.erb (17.5ms)
Completed 500 Internal Server Error in 842ms
NoMethodError (undefined method `to_api_hash' for #):
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/base.rb:74:in `method_missing'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:196:in `block (2 levels) in submit_missing_keys'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:196:in `collect'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:196:in `block in submit_missing_keys'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:195:in `each'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:195:in `submit_missing_keys'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/extensions/action_controller_extension.rb:112:in `tr8n_reset_client_sdk'
activesupport (3.2.13) lib/active_support/callbacks.rb:427:in `_run__859655351809107776__process_action__3507148210120711126__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block 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.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__3719780253768670811__call__603112222811410874__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16: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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (192.1ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:49:29 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (184.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (30.8ms)
Rendered layouts/_flashes.html.erb (0.9ms)
Rendered layouts/_header.html.erb (5.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (14.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.7ms)
Rendered layouts/_footer.html.erb (20.3ms)
Completed 200 OK in 436ms (Views: 272.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:49:30 -0800
Served asset /jquery.js - 304 Not Modified (24ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:49:30 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:49:30 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:49:30 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:49:30 -0800
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:49:30 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:49:30 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:49:30 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:49:30 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:49:30 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:49:30 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:49:30 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:49:30 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:49:30 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:49:30 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:49:30 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:49:30 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:55:20 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (214.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (34.1ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.6ms)
Rendered layouts/_footer.html.erb (17.9ms)
Completed 500 Internal Server Error in 396ms
ArgumentError (wrong number of arguments (4 for 0)):
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/translation_key.rb:194:in `to_cache_hash'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:196:in `block (2 levels) in submit_missing_keys'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:196:in `collect'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:196:in `block in submit_missing_keys'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:195:in `each'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:195:in `submit_missing_keys'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/extensions/action_controller_extension.rb:112:in `tr8n_reset_client_sdk'
activesupport (3.2.13) lib/active_support/callbacks.rb:427:in `_run__3790760616300448601__process_action__1589341197515937602__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block 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.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__3448813466477653779__call__226931589233684612__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16: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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.4ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:56:15 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (253.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (9.4ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.4ms)
Rendered layouts/_footer.html.erb (17.0ms)
Completed 200 OK in 561ms (Views: 291.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:56:16 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:56:16 -0800
Served asset /application.js - 304 Not Modified (25ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:56:16 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:56:16 -0800
Served asset /jquery.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:56:16 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:56:16 -0800
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:56:16 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:56:16 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:56:16 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:56:16 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:56:16 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:56:16 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:56:16 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:56:16 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:56:16 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:56:16 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:56:16 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:56:22 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (346.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (35.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (39.8ms)
Completed 200 OK in 493ms (Views: 393.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:56:23 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:56:23 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:56:23 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:56:23 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:56:23 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:56:23 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:56:23 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:56:23 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:56:23 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:56:23 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:56:23 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:56:23 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:56:23 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:56:23 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:56:23 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:56:23 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:56:23 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:56:25 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (329.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered layouts/_flashes.html.erb (0.6ms)
Rendered layouts/_header.html.erb (4.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.7ms)
Completed 200 OK in 454ms (Views: 353.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:56:25 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:56:25 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:56:25 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:56:25 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:56:25 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:56:25 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:56:25 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:56:25 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:56:25 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:56:25 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:56:25 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:56:25 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:56:25 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:56:25 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:56:25 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:56:25 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:56:25 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:56:50 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (335.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.2ms)
Completed 200 OK in 419ms (Views: 357.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:56:50 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:56:50 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:56:50 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:56:50 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:56:50 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:56:50 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:56:50 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:56:50 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:56:50 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:56:50 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:56:50 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:56:50 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:56:50 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:56:50 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:56:50 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:56:50 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:56:50 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:56:55 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (281.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.5ms)
Completed 200 OK in 406ms (Views: 304.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:56:55 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:56:55 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:56:55 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:56:55 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:56:55 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:56:55 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:56:55 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:56:55 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:56:55 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:56:55 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:56:55 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:56:55 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:56:55 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:56:55 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:56:55 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:56:55 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:56:55 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:57:17 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (319.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (22.9ms)
Rendered layouts/_header.html.erb (26.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (16.2ms)
Completed 200 OK in 468ms (Views: 365.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:57:17 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:57:17 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:57:17 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:57:17 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:57:17 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:57:17 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:57:18 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:57:18 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:57:18 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:57:18 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:57:18 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:57:18 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:57:18 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:57:18 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:57:18 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:57:18 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:57:18 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:58:00 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (334.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (16.2ms)
Completed 200 OK in 462ms (Views: 357.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:00 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:58:00 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:00 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:00 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:00 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:58:00 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:58:00 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:58:00 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:58:00 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:58:00 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:58:00 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:58:00 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:58:00 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:58:00 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:58:00 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:58:00 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:58:00 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:58:04 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (295.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.6ms)
Completed 200 OK in 420ms (Views: 318.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:58:05 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:05 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:58:05 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:58:05 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:58:05 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:58:05 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:58:05 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:58:05 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:58:05 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:58:05 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:58:05 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:58:05 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:58:05 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:05 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:05 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:05 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:58:05 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:58:07 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (312.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (35.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (39.2ms)
Completed 200 OK in 488ms (Views: 358.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:07 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:58:07 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:07 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:07 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:07 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:58:07 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:58:07 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:58:07 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:58:07 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:58:07 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:58:07 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:58:07 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:58:07 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:58:07 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:58:07 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:58:07 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:58:07 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:58:14 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (320.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (30.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.6ms)
Completed 200 OK in 461ms (Views: 369.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:58:14 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:14 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:14 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:14 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:14 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:58:14 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:58:14 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:58:14 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:58:14 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:58:14 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:58:14 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:58:14 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:58:14 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:58:14 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:58:14 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:58:14 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:58:14 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:58:17 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (345.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (16.2ms)
Completed 200 OK in 467ms (Views: 368.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:58:17 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:17 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:17 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:17 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:17 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:58:17 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:58:17 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:58:17 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:58:17 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:58:17 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:58:17 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:58:17 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:58:17 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:58:17 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:58:17 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:58:17 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:58:17 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:58:24 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (337.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.1ms)
Completed 200 OK in 452ms (Views: 359.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:24 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:58:24 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:24 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:24 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:24 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:58:24 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:58:24 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:58:24 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:58:24 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:58:24 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:58:24 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:58:24 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:58:24 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:58:24 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:58:24 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:58:24 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:58:24 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 13:58:27 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (302.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (39.0ms)
Completed 200 OK in 468ms (Views: 349.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:58:27 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:27 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:27 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 13:58:27 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:27 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:58:27 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 13:58:27 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 13:58:27 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 13:58:27 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 13:58:27 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 13:58:27 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 13:58:27 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 13:58:27 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 13:58:27 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 13:58:27 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 13:58:27 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 13:58:27 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:01:08 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (331.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.2ms)
Completed 200 OK in 399ms (Views: 354.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:01:08 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:08 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:08 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:08 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:08 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:01:08 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:01:08 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:01:08 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:01:08 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:01:08 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:01:08 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:01:08 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:01:08 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:01:08 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:01:08 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:01:08 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:01:08 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:01:22 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (333.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (10.0ms)
Rendered layouts/_flashes.html.erb (0.8ms)
Rendered layouts/_header.html.erb (5.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.4ms)
Rendered layouts/_footer.html.erb (17.4ms)
Completed 200 OK in 496ms (Views: 372.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:23 -0800
Served asset /jquery.js - 304 Not Modified (25ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:01:23 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:23 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:23 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:23 -0800
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:01:23 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:01:23 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:01:23 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:01:23 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:01:23 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:01:23 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:01:23 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:01:23 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:01:23 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:01:23 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:01:23 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:01:23 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:01:31 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (316.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.4ms)
Completed 200 OK in 384ms (Views: 339.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:01:31 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:31 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:31 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:31 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:31 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:01:31 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:01:31 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:01:31 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:01:31 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:01:31 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:01:31 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:01:31 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:01:31 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:01:31 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:01:31 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:01:31 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:01:31 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:01:33 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (262.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.0ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (54.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (82.0ms)
Completed 200 OK in 440ms (Views: 352.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:01:33 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:33 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:33 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:33 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:33 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:01:33 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:01:33 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:01:33 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:01:33 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:01:33 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:01:33 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:01:33 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:01:33 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:01:33 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:01:33 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:01:33 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:01:33 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:01:37 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (328.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.4ms)
Completed 200 OK in 397ms (Views: 351.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:01:37 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:37 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:37 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:01:37 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:37 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:37 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:01:37 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:01:37 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:01:37 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:01:37 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:01:37 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:01:37 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:01:37 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:01:37 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:01:37 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:01:37 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:01:37 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:01:38 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (335.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.8ms)
Completed 200 OK in 403ms (Views: 358.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:01:38 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:38 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:38 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:38 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:38 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:01:38 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:01:38 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:01:38 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:01:38 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:01:38 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:01:38 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:01:38 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:01:38 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:01:38 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:01:38 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:01:38 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:01:38 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:01:39 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (328.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.5ms)
Completed 200 OK in 441ms (Views: 351.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:01:39 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:39 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:39 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:01:39 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:39 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:39 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:01:39 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:01:39 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:01:39 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:01:39 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:01:39 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:01:39 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:01:39 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:01:39 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:01:39 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:01:39 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:01:39 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:01:40 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (300.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (42.3ms)
Completed 200 OK in 396ms (Views: 350.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:01:40 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:40 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:40 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:01:40 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:40 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:40 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:01:40 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:01:40 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:01:40 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:01:40 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:01:40 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:01:40 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:01:40 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:01:40 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:01:40 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:01:40 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:01:40 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:01:41 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (335.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.4ms)
Completed 200 OK in 403ms (Views: 358.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:01:41 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:41 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:41 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:41 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:01:41 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:41 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:01:41 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:01:41 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:01:41 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:01:41 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:01:41 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:01:41 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:01:41 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:01:41 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:01:41 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:01:41 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:01:41 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:01:41 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (333.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.5ms)
Completed 200 OK in 444ms (Views: 356.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:01:42 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:42 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:42 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:42 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:01:42 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:42 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:01:42 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:01:42 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:01:42 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:01:42 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:01:42 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:01:42 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:01:42 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:01:42 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:01:42 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:01:42 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:01:42 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:01:43 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (328.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.4ms)
Completed 200 OK in 396ms (Views: 350.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:01:43 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:43 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:43 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:43 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:01:43 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:43 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:01:43 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:01:43 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:01:43 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:01:43 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:01:43 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:01:43 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:01:43 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:01:43 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:01:43 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:01:43 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:01:43 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:01:44 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (262.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (39.7ms)
Completed 200 OK in 424ms (Views: 308.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:01:44 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:44 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:44 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:44 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:01:44 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:44 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:01:44 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:01:44 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:01:44 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:01:44 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:01:44 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:01:44 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:01:44 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:01:44 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:01:44 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:01:44 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:01:44 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:01:45 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (310.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (26.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.6ms)
Completed 200 OK in 444ms (Views: 356.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:01:45 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:45 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:45 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:01:45 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:45 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:01:45 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:01:45 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:01:45 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:01:45 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:01:45 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:01:45 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:01:45 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:01:45 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:01:45 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:01:45 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:01:45 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:01:45 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:02:25 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (282.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (8.6ms)
Rendered layouts/_flashes.html.erb (0.8ms)
Rendered layouts/_header.html.erb (4.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.4ms)
Rendered layouts/_footer.html.erb (17.4ms)
Completed 200 OK in 448ms (Views: 319.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:02:26 -0800
Served asset /application.css - 304 Not Modified (2ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:02:26 -0800
Served asset /jquery.js - 304 Not Modified (24ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:02:26 -0800
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:02:26 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:02:26 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:02:26 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:02:26 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:02:26 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:02:26 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:02:26 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:02:26 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:02:26 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:02:26 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:02:26 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:02:26 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:02:26 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:02:26 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:02:28 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (328.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.8ms)
Completed 200 OK in 437ms (Views: 349.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:02:28 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:02:28 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:02:28 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:02:28 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:02:28 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:02:28 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:02:28 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:02:28 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:02:28 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:02:28 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:02:28 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:02:28 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:02:28 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:02:28 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:02:28 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:02:28 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:02:28 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:02:29 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (301.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (26.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.4ms)
Completed 200 OK in 393ms (Views: 348.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:02:29 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:02:29 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:02:29 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:02:29 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:02:29 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:02:29 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:02:29 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:02:29 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:02:29 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:02:29 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:02:29 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:02:29 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:02:29 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:02:29 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:02:29 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:02:29 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:02:29 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:02:57 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (332.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.2ms)
Completed 200 OK in 400ms (Views: 354.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:02:58 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:02:58 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:02:58 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:02:58 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:02:58 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:02:58 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:02:58 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:02:58 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:02:58 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:02:58 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:02:58 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:02:58 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:02:58 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:02:58 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:02:58 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:02:58 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:02:58 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:03:00 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (333.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 402ms (Views: 355.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:03:00 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:03:00 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:03:00 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:03:00 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:03:00 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:03:00 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:03:00 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:03:00 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:03:00 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:03:00 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:03:00 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:03:00 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:03:00 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:03:00 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:03:00 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:03:00 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:03:00 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:03:02 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (288.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.0ms)
Completed 200 OK in 400ms (Views: 310.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:03:02 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:03:02 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:03:02 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:03:02 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:03:03 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:03:03 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:03:03 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:03:03 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:03:03 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:03:03 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:03:03 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:03:03 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:03:03 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:03:03 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:03:03 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:03:03 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:03:03 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:03:10 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (259.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (27.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.9ms)
Completed 200 OK in 394ms (Views: 306.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:03:10 -0800
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:03:10 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:03:10 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:03:10 -0800
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:03:10 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:03:10 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:03:10 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:03:10 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:03:10 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:03:10 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:03:10 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:03:11 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:03:11 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:03:11 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:03:11 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:03:11 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:03:11 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:08:53 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (286.1ms)
Compiled jquery191.js (1ms) (pid 35599)
Compiled jquery-ui-1.10.3.custom.min.js (2ms) (pid 35599)
Compiled application.js (29ms) (pid 35599)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (40.7ms)
Rendered layouts/_flashes.html.erb (0.8ms)
Rendered layouts/_header.html.erb (4.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.3ms)
Rendered layouts/_footer.html.erb (16.5ms)
Completed 200 OK in 458ms (Views: 354.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:08:54 -0800
Served asset /jquery191.js - 200 OK (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:08:54 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 200 OK (1ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:08:54 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:08:54 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:08:54 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:08:54 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:08:54 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:08:54 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:08:54 -0800
Served asset /github.png - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:08:54 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:08:54 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:08:54 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:08:54 -0800
Served asset /wordpress.png - 304 Not Modified (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:08:54 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:08:54 -0800
Served asset /twitter.png - 304 Not Modified (1ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:08:54 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:08:54 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:08:56 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (299.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (40.4ms)
Completed 200 OK in 466ms (Views: 346.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:08:57 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:08:57 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:08:57 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:08:57 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:08:57 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:08:57 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:08:57 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:08:57 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:08:57 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:08:57 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:08:57 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:08:57 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:08:57 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:08:57 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:08:57 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:08:57 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:08:57 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:08:59 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (331.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.7ms)
Completed 200 OK in 398ms (Views: 352.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:09:00 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:00 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:00 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:00 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:00 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:09:00 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:09:00 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:09:00 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:09:00 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:09:00 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:09:00 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:09:00 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:09:00 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:09:00 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:09:00 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:09:00 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:09:00 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:09:14 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (264.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (35.4ms)
Rendered layouts/_flashes.html.erb (0.9ms)
Rendered layouts/_header.html.erb (4.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (59.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.2ms)
Rendered layouts/_footer.html.erb (64.2ms)
Completed 200 OK in 504ms (Views: 374.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:09:15 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:15 -0800
Served asset /jquery191.js - 304 Not Modified (23ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:15 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:15 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:15 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:09:15 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:09:15 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:09:15 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:09:15 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:09:15 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:09:15 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:09:15 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:09:15 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:09:15 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:09:15 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:09:15 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:09:15 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:09:18 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (329.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.7ms)
Completed 200 OK in 397ms (Views: 351.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:09:18 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:18 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:18 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:09:18 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:09:18 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:09:18 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:09:18 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:09:18 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:09:18 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:09:18 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:09:18 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:09:18 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:09:18 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:09:18 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:18 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:18 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:09:18 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:09:45 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (264.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (25.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.0ms)
Completed 200 OK in 395ms (Views: 308.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:09:46 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:46 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:46 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:46 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:09:46 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:46 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:09:46 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:09:46 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:09:46 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:09:46 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:09:46 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:09:46 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:09:46 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:09:46 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:09:46 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:09:46 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:09:46 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:10:52 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (290.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (16.4ms)
Completed 200 OK in 403ms (Views: 314.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:10:52 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:10:52 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:10:52 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:10:52 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:10:52 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:10:52 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:10:52 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:10:52 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:10:52 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:10:52 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:10:52 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:10:52 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:10:52 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:10:52 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:10:52 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:10:52 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:10:52 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:10:54 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (0.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.4ms)
Rendered layouts/_header.html.erb (205.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.2ms)
Completed 200 OK in 377ms (Views: 224.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:10:55 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:10:55 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:10:55 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:10:55 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:10:55 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:10:55 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:10:55 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:10:55 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:10:55 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:10:55 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:10:55 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:10:55 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:10:55 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:13:52 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (220.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.7ms)
Completed 200 OK in 497ms (Views: 242.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:13:53 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:13:53 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:13:53 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:13:53 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:13:53 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:13:53 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:13:53 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:13:53 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:13:53 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:13:53 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:13:53 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:13:53 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:13:53 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:13:53 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:13:53 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:13:53 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:13:53 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:15:04 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (333.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (9.5ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.3ms)
Rendered layouts/_footer.html.erb (16.6ms)
Completed 200 OK in 504ms (Views: 370.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:15:04 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:15:04 -0800
Served asset /jquery191.js - 304 Not Modified (22ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:15:04 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:15:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:15:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:15:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:15:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:15:04 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:15:04 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:15:04 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:15:04 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:15:04 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:15:04 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:15:04 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:15:04 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:15:04 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:15:04 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:15:12 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (0.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (235.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.9ms)
Completed 200 OK in 389ms (Views: 280.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:15:12 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:15:12 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:15:12 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:15:12 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:15:12 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:15:12 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:15:12 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:15:12 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:15:12 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:15:12 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:15:12 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:15:12 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:15:12 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:19:10 -0800
Processing by DocsController#installation as HTML
ERROR: compiling _app_views_docs_installation_html_erb__3452989548083283852_70284845061740 RAISED /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/test/dummy/app/views/docs/installation.html.erb:61: syntax error, unexpected keyword_ensure, expecting ')'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/test/dummy/app/views/docs/installation.html.erb:63: syntax error, unexpected keyword_end, expecting ')'
Function body: def _app_views_docs_installation_html_erb__3452989548083283852_70284845061740(local_assigns, output_buffer)
_old_virtual_path, @virtual_path = @virtual_path, "docs/installation";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('');@output_buffer.append= ( tr("Installation Instructions") );@output_buffer.safe_concat('
');@output_buffer.append= ( tr("Clone the git repository to your projects folder:") );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.append= ( tr("Connecting to Tr8n service") );@output_buffer.safe_concat('
');@output_buffer.append= (tr("To connect to a hosted tr8n service, visit [link: tr8nhub.com], register as a new user and create a new application.", :link => {:href => "http://tr8nhub.com"}) );@output_buffer.safe_concat('
');@output_buffer.safe_concat(' ');@output_buffer.append= (tr("Then add the following line to your PHP application:" );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
<?php tr8n_init_client_sdk(\'http://tr8nhub.com\', APPLICATION_KEY, APPLICATION_SECRET); ?>
');@output_buffer.append= ( tr("Running your own Tr8n service") );@output_buffer.safe_concat('
');@output_buffer.append= (tr("Alternatively, you can host a tr8n service instance yourself. Tr8n service is written using Ruby on Rails. To run the service yourself, clone the git repository:") );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
$ git clone git@github.com:tr8n/tr8n.git
');@output_buffer.append= ( tr("Run the following commands: (temporary, until the service node is ready)") );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
$ cd tr8n/test/dummy
$ bundle
$ bundle exec rake db:migrate
$ bundle exec rake tr8n:init
$ bundle exec rails s
');@output_buffer.append= ( tr("You should see the following output:") );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
=> Booting WEBrick
=> Rails 3.2.3 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2013-08-14 20:21:39] INFO WEBrick 1.3.1
[2013-08-14 20:21:39] INFO ruby 1.9.3 (2013-02-22) [x86_64-darwin12.2.1]
[2013-08-14 20:21:39] INFO WEBrick::HTTPServer#start: pid=29722 port=3000
');@output_buffer.append= ( tr("This means that the service is running. Visit http://localhost:3000 and register as a new user. Go to the admin tools and retrieve your application secret.") );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.append= ( tr("In your PHP application, provide the following information:") );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
<?php tr8n_init_client_sdk(\'http://localhost:3000\', APPLICATION_KEY, APPLICATION_SECRET); ?>
');@output_buffer.to_s
ensure
@virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
end
Backtrace: /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/template.rb:297:in `module_eval'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/template.rb:297:in `compile'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/template.rb:244:in `block in compile!'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/template.rb:232:in `synchronize'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/template.rb:232:in `compile!'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/template.rb:144:in `block in render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/notifications.rb:125:in `instrument'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/template.rb:143:in `render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `block in instrument'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `instrument'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/renderer/template_renderer.rb:45:in `render_template'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/renderer/template_renderer.rb:18:in `render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/renderer/renderer.rb:36:in `render_template'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_view/renderer/renderer.rb:17:in `render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb:110:in `_render_template'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/streaming.rb:225:in `_render_template'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb:103:in `render_to_body'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/renderers.rb:28:in `render_to_body'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb:88:in `render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/rendering.rb:16:in `render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/core_ext/benchmark.rb:5:in `ms'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:39:in `render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/abstract_controller/base.rb:167:in `process_action'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/rendering.rb:10:in `process_action'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:425:in `_run__680159801923957179__process_action__3558229169137215022__callbacks'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/rescue.rb:29:in `process_action'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `block in instrument'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `instrument'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/abstract_controller/base.rb:121:in `process'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb:45:in `process'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal.rb:203:in `dispatch'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal.rb:246:in `block in action'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:73:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:36:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:612:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/conditionalget.rb:25:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/head.rb:14:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/flash.rb:242:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/cookies.rb:341:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/query_cache.rb:64:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `_run__618733554306586194__call__4520185627030679695__callbacks'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/reloader.rb:65:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-3.2.13/lib/rails/rack/logger.rb:32:in `call_app'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-3.2.13/lib/rails/rack/logger.rb:16:in `block in call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/tagged_logging.rb:22:in `tagged'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-3.2.13/lib/rails/rack/logger.rb:16:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/request_id.rb:22:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/static.rb:63:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-3.2.13/lib/rails/engine.rb:479:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-3.2.13/lib/rails/application.rb:223:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/content_length.rb:14:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-3.2.13/lib/rails/rack/log_tailer.rb:17:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/puma-2.6.0/lib/puma/server.rb:486:in `handle_request'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/puma-2.6.0/lib/puma/server.rb:357:in `process_client'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/puma-2.6.0/lib/puma/server.rb:250:in `block in run'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/puma-2.6.0/lib/puma/thread_pool.rb:92:in `call'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/puma-2.6.0/lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered docs/installation.html.erb within layouts/application (1.5ms)
Completed 500 Internal Server Error in 51ms
ActionView::Template::Error (/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/test/dummy/app/views/docs/installation.html.erb:61: syntax error, unexpected keyword_ensure, expecting ')'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/test/dummy/app/views/docs/installation.html.erb:63: syntax error, unexpected keyword_end, expecting ')'):
58:
59: <?php tr8n_init_client_sdk('http://localhost:3000', APPLICATION_KEY, APPLICATION_SECRET); ?>
actionpack (3.2.13) lib/action_view/template.rb:297:in `module_eval'
actionpack (3.2.13) lib/action_view/template.rb:297:in `compile'
actionpack (3.2.13) lib/action_view/template.rb:244:in `block in compile!'
actionpack (3.2.13) lib/action_view/template.rb:232:in `synchronize'
actionpack (3.2.13) lib/action_view/template.rb:232:in `compile!'
actionpack (3.2.13) lib/action_view/template.rb:144:in `block in render'
activesupport (3.2.13) lib/active_support/notifications.rb:125:in `instrument'
actionpack (3.2.13) lib/action_view/template.rb:143:in `render'
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:18:in `render'
actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
/Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
activesupport (3.2.13) lib/active_support/callbacks.rb:425:in `_run__680159801923957179__process_action__3558229169137215022__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block 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.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__618733554306586194__call__4520185627030679695__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16: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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.4ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:19:28 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (205.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.4ms)
Completed 200 OK in 391ms (Views: 228.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:19:28 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:19:28 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:19:28 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:19:28 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:19:28 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:19:28 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:19:28 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:19:28 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:19:28 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:19:28 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:19:28 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:19:29 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:19:29 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:19:30 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (271.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 342ms (Views: 293.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:19:31 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:19:31 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:19:31 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:19:31 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:19:31 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:19:31 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:19:31 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:19:31 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:19:31 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:19:31 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:19:31 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:19:31 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:19:31 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:20:26 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (257.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 380ms (Views: 279.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:20:26 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:20:26 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:20:26 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:20:26 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:20:26 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:20:26 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:20:26 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:20:26 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:20:26 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:20:26 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:20:26 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:20:26 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:20:26 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:20:29 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (248.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.5ms)
Completed 200 OK in 373ms (Views: 270.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:20:29 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:20:29 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:20:29 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:20:29 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:20:29 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:20:29 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:20:29 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:20:29 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:20:29 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:20:29 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:20:29 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:20:29 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:20:29 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:20:35 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (271.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (32.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.7ms)
Completed 200 OK in 426ms (Views: 322.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:20:35 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:20:35 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:20:35 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:20:35 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:20:35 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:20:35 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:20:35 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:20:35 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:20:35 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:20:35 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:20:35 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:20:35 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:20:35 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:21:01 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (217.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.4ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (42.1ms)
Completed 200 OK in 370ms (Views: 266.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:21:02 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:21:02 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:21:02 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:21:02 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:21:02 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:21:02 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:21:02 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:21:02 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:21:02 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:21:02 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:21:02 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:21:02 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:21:02 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:21:10 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (264.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.8ms)
Completed 200 OK in 386ms (Views: 286.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:21:10 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:21:10 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:21:10 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:21:10 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:21:10 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:21:10 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:21:10 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:21:10 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:21:10 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:21:10 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:21:10 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:21:10 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:21:10 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:21:14 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (225.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.5ms)
Completed 200 OK in 347ms (Views: 246.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:21:14 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:21:14 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:21:14 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:21:14 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:21:14 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:21:14 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:21:14 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:21:14 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:21:14 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:21:14 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:21:14 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:21:14 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:21:14 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:22:28 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (222.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.9ms)
Completed 200 OK in 366ms (Views: 245.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:22:28 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:22:28 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:22:28 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:22:28 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:22:28 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:22:28 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:22:28 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:22:28 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:22:28 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:22:28 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:22:28 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:22:28 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:22:28 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:22:36 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (269.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (15.1ms)
Completed 200 OK in 421ms (Views: 317.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:22:36 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:22:36 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:22:36 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:22:36 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:22:36 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:22:36 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:22:36 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:22:36 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:22:36 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:22:36 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:22:36 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:22:36 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:22:36 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:23:19 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (252.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (56.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (59.2ms)
Completed 200 OK in 424ms (Views: 319.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:23:20 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:23:20 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:23:20 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:23:20 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:23:20 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:23:20 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:23:20 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:23:20 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:23:20 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:23:20 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:23:20 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:23:20 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:23:20 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:24:12 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (250.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.0ms)
Completed 200 OK in 373ms (Views: 273.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:24:12 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:24:12 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:24:12 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:24:12 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:24:12 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:24:12 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:24:12 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:24:12 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:24:12 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:24:12 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:24:12 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:24:12 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:24:12 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:24:33 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (266.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (27.9ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 373ms (Views: 315.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:24:34 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:24:34 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:24:34 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:24:34 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:24:34 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:24:34 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:24:34 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:24:34 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:24:34 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:24:34 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:24:34 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:24:34 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:24:34 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:24:41 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (223.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (30.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.0ms)
Completed 200 OK in 376ms (Views: 272.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:24:42 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:24:42 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:24:42 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:24:42 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:24:42 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:24:42 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:24:42 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:24:42 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:24:42 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:24:42 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:24:42 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:24:42 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:24:42 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:24:56 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (265.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (43.0ms)
Completed 200 OK in 372ms (Views: 314.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:24:56 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:24:56 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:24:56 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:24:56 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:24:56 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:24:56 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:24:56 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:24:56 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:24:56 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:24:56 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:24:56 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:24:56 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:24:56 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:25:16 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (262.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.2ms)
Completed 200 OK in 387ms (Views: 285.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:25:17 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:25:17 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:25:17 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:25:17 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:25:17 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:25:17 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:25:17 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:25:17 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:25:17 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:25:17 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:25:17 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:25:17 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:25:17 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:25:40 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (221.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.4ms)
Completed 200 OK in 348ms (Views: 245.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:25:40 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:25:40 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:25:40 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:25:40 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:25:40 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:25:40 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:25:40 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:25:40 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:25:40 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:25:40 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:25:40 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:25:40 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:25:40 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:25:48 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (265.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 413ms (Views: 287.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:25:49 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:25:49 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:25:49 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:25:49 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:25:49 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:25:49 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:25:49 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:25:49 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:25:49 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:25:49 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:25:49 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:25:49 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:25:49 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:26:00 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (252.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.3ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.8ms)
Completed 200 OK in 376ms (Views: 275.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:26:01 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:26:01 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:26:01 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:26:01 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:26:01 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:26:01 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:26:01 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:26:01 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:26:01 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:26:01 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:26:01 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:26:01 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:26:01 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:26:41 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (293.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.9ms)
Completed 200 OK in 372ms (Views: 315.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:26:41 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:26:41 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:26:41 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:26:41 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:26:41 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:26:41 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:26:41 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:26:41 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:26:41 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:26:41 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:26:41 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:26:41 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:26:41 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:26:43 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (252.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.9ms)
Completed 200 OK in 386ms (Views: 273.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:26:43 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:26:43 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:26:43 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:26:43 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:26:43 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:26:43 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:26:43 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:26:43 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:26:43 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:26:43 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:26:43 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:26:43 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:26:43 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:26:45 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (267.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (27.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 373ms (Views: 313.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:26:46 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:26:46 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:26:46 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:26:46 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:26:46 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:26:46 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:26:46 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:26:46 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:26:46 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:26:46 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:26:46 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:26:46 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:26:46 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:26:46 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (217.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (41.9ms)
Completed 200 OK in 365ms (Views: 266.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:26:47 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:26:47 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:26:47 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:26:47 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:26:47 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:26:47 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:26:47 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:26:47 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:26:47 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:26:47 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:26:47 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:26:47 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:26:47 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 14:26:49 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (324.0ms)
Completed 500 Internal Server Error in 430ms
ActiveRecord::StatementInvalid (Could not find table 'users'):
app/views/docs/index.html.erb:66:in `new'
app/views/docs/index.html.erb:66:in `_app_views_docs_index_html_erb__1107444850787263151_70284843790820'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.4ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:27:01 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (293.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.0ms)
Completed 200 OK in 416ms (Views: 315.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:27:02 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:27:02 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:27:02 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:27:02 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:27:02 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:27:02 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:27:02 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:27:02 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:27:02 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:27:02 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:27:02 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:27:02 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:27:02 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:27:02 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:27:02 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:27:02 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:27:02 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:27:03 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (288.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (16.1ms)
Completed 200 OK in 411ms (Views: 311.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:27:03 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:27:03 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:27:03 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:27:03 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:27:03 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:27:03 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:27:03 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:27:03 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:27:03 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:27:03 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:27:03 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:27:03 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:27:03 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:27:55 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (266.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (30.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.6ms)
Completed 200 OK in 414ms (Views: 316.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:27:56 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:27:56 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:27:56 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:27:56 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:27:56 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:27:56 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:27:56 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:27:56 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:27:56 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:27:56 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:27:56 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:27:56 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:27:56 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:28:08 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (274.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (14.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (41.5ms)
Completed 200 OK in 381ms (Views: 322.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:28:09 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:28:09 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:28:09 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:28:09 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:28:09 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:28:09 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:28:09 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:28:09 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:28:09 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:28:09 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:28:09 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:28:09 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:28:09 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 14:28:10 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (0.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (224.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (54.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (57.5ms)
Completed 200 OK in 390ms (Views: 286.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:28:10 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:28:10 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:28:10 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:28:10 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:28:10 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:28:10 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:28:10 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:28:10 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:28:10 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:28:10 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:28:10 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:28:10 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:28:10 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:28:11 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (264.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.9ms)
Completed 200 OK in 371ms (Views: 285.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:28:12 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:28:12 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:28:12 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:28:12 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:28:12 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:28:12 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:28:12 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:28:12 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:28:12 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:28:12 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:28:12 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:28:12 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:28:12 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 14:28:27 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (0.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (293.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.9ms)
Completed 200 OK in 415ms (Views: 311.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:28:27 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:28:27 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:28:27 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:28:27 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:28:27 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:28:27 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:28:27 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:28:27 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:28:27 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:28:27 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:28:27 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:28:27 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:28:27 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 14:32:27 -0800
Processing by DocsController#tml as HTML
Compiled ace/ace.js (2ms) (pid 35713)
Compiled ace/theme-chrome.js (0ms) (pid 35713)
Compiled ace/mode-html.js (0ms) (pid 35713)
Compiled ace/mode-json.js (0ms) (pid 35713)
Rendered docs/tml.html.erb within layouts/application (331.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.2ms)
Rendered layouts/_head.html.erb (3.0ms)
Rendered layouts/_flashes.html.erb (0.5ms)
Rendered layouts/_header.html.erb (4.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (18.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (22.8ms)
Completed 200 OK in 465ms (Views: 364.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 14:32:27 -0800
Served asset /ace/ace.js - 200 OK (2ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 14:32:27 -0800
Served asset /ace/theme-chrome.js - 200 OK (1ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 14:32:27 -0800
Served asset /ace/mode-html.js - 200 OK (1ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:32:27 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 14:32:27 -0800
Served asset /ace/mode-json.js - 200 OK (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:32:27 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:32:27 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:32:27 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:32:27 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:32:27 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:32:27 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 14:32:28 -0800
Processing by DocsController#tml_content as HTML
Rendered docs/tml_content.html.erb within layouts/application (0.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (272.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.9ms)
Completed 200 OK in 399ms (Views: 291.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 14:32:28 -0800
Compiled ace/theme-textmate.js (0ms) (pid 35713)
Served asset /ace/theme-textmate.js - 200 OK (5ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 14:32:28 -0800
Compiled ace/worker-json.js (0ms) (pid 35713)
Served asset /ace/worker-json.js - 200 OK (5ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:32:28 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:32:28 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:32:28 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:32:28 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:32:28 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:32:28 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:32:28 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:32:28 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/docs/%3C?php%20echo%20\Tr8n\Config::instance()-%3Eapplication-%3EjsBootUrl()%20?%3E" for 127.0.0.1 at 2013-11-19 14:32:28 -0800
AbstractController::ActionNotFound (The action '<' could not be found for DocsController):
actionpack (3.2.13) lib/abstract_controller/base.rb:116:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block 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.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__618733554306586194__call__4520185627030679695__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16: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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.5ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:32:28 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:32:28 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:32:28 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:32:28 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:32:28 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 14:38:12 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (282.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.8ms)
Completed 200 OK in 435ms (Views: 304.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered docs/tml_content.html.erb (2.7ms)
Completed 200 OK in 64ms (Views: 3.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /twitter.png - 304 Not Modified (24ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:38:13 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+World&tml_context=&tml_tokens=%7B%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:38:18 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello World", "tml_context"=>"", "tml_tokens"=>"{}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (275.8ms)
Completed 200 OK in 396ms (Views: 276.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:38:19 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:38:19 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:38:19 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:38:19 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:38:19 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:38:19 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:38:19 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+World&tml_context=&tml_tokens=%7B%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:39:07 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello World", "tml_context"=>"", "tml_tokens"=>"{}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (292.2ms)
Completed 200 OK in 395ms (Views: 292.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:39:07 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:39:07 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:39:07 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:39:07 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:39:07 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:39:07 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:39:07 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+World&tml_context=&tml_tokens=%7B%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:39:08 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello World", "tml_context"=>"", "tml_tokens"=>"{}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.3ms)
Rendered docs/tml_content.html.erb (274.5ms)
Completed 200 OK in 374ms (Views: 275.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:39:09 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:39:09 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:39:09 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:39:09 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:39:09 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:39:09 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:39:09 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+World&tml_context=&tml_tokens=%7B%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:39:09 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello World", "tml_context"=>"", "tml_tokens"=>"{}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (281.6ms)
Completed 200 OK in 383ms (Views: 282.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:39:10 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:39:10 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:39:10 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:39:10 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:39:10 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:39:10 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:39:10 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+World&tml_context=&tml_tokens=%7B%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:39:47 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello World", "tml_context"=>"", "tml_tokens"=>"{}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (43.1ms)
Completed 500 Internal Server Error in 194ms
NoMethodError (undefined method `tr8n_block_with_options' for #<#:0x007fd8ef0390b0>):
app/views/docs/tml_content.html.erb:26:in `_app_views_docs_tml_content_html_erb___2033212996527767032_70284849847180'
app/controllers/docs_controller.rb:39:in `tml_content'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (40.2ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 14:40:08 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (248.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (40.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (44.0ms)
Completed 200 OK in 400ms (Views: 299.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:40:09 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:40:09 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:40:09 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 14:40:09 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:40:09 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:40:09 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:40:09 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 14:40:09 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 14:40:09 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 14:40:09 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:40:09 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 14:40:09 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered docs/tml_content.html.erb (3.3ms)
Completed 500 Internal Server Error in 106ms
NoMethodError (undefined method `current_user_is_authorized_to_view_component?' for #):
app/views/docs/tml_content.html.erb:26:in `_app_views_docs_tml_content_html_erb___2033212996527767032_70284843738820'
app/controllers/docs_controller.rb:39:in `tml_content'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.2ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 14:40:09 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 14:40:09 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:40:09 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:40:09 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:40:09 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:40:09 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:40:09 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:40:09 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 14:40:52 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (317.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (7.7ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.3ms)
Rendered layouts/_footer.html.erb (17.0ms)
Completed 200 OK in 490ms (Views: 353.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:40:53 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:40:53 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 14:40:53 -0800
Served asset /ace/ace.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:40:53 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:40:53 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:40:53 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 14:40:53 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:40:53 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 14:40:53 -0800
Served asset /ace/mode-html.js - 304 Not Modified (22ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 14:40:53 -0800
Served asset /ace/mode-json.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:40:53 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 14:40:53 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (16.3ms)
Completed 500 Internal Server Error in 182ms
NameError (undefined local variable or method `ret' for #<#:0x007ff54b5e60a8>):
app/views/docs/tml_content.html.erb:26:in `_app_views_docs_tml_content_html_erb___2128395839869813547_70345754113840'
app/controllers/docs_controller.rb:39:in `tml_content'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (36.9ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 14:40:53 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (2ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 14:40:53 -0800
Served asset /ace/worker-json.js - 304 Not Modified (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:40:53 -0800
Served asset /facebook.png - 304 Not Modified (1ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:40:53 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:40:53 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:40:53 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:40:53 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:40:53 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 14:41:32 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (273.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (31.7ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.3ms)
Rendered layouts/_footer.html.erb (16.9ms)
Completed 200 OK in 448ms (Views: 332.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:41:32 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:32 -0800
Served asset /jquery191.js - 304 Not Modified (2ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:32 -0800
Served asset /ace/ace.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:32 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:32 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:32 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:32 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:41:32 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:32 -0800
Served asset /ace/mode-html.js - 304 Not Modified (23ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:32 -0800
Served asset /ace/mode-json.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:41:32 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 14:41:32 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (2.8ms)
Completed 200 OK in 103ms (Views: 3.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 14:41:33 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (1ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 14:41:33 -0800
Served asset /ace/worker-json.js - 304 Not Modified (1ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:41:33 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:41:33 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:41:33 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:41:33 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:41:33 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:41:33 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:41:33 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:33 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:33 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:33 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:33 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:41:33 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:41:33 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+World&tml_context=&tml_tokens=%7B%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:41:38 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello World", "tml_context"=>"", "tml_tokens"=>"{}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (182.8ms)
Completed 200 OK in 298ms (Views: 183.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:38 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:38 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:38 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:41:38 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:38 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:41:38 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:41:38 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+World&tml_context=&tml_tokens=%7B%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:41:39 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello World", "tml_context"=>"", "tml_tokens"=>"{}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (231.8ms)
Completed 200 OK in 313ms (Views: 232.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:41:39 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:39 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:39 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:39 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:41:39 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:39 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:41:39 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+World&tml_context=&tml_tokens=%7B%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:41:40 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello World", "tml_context"=>"", "tml_tokens"=>"{}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.3ms)
Rendered docs/tml_content.html.erb (183.8ms)
Completed 200 OK in 286ms (Views: 184.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:41:40 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:40 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:40 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:40 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:41:40 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:40 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:41:40 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+World&tml_context=&tml_tokens=%7B%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:41:50 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello World", "tml_context"=>"", "tml_tokens"=>"{}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (236.2ms)
Completed 200 OK in 338ms (Views: 236.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:50 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:41:50 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:50 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:50 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:50 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:41:50 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:41:50 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+World&tml_context=&tml_tokens=%7B%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:41:52 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello World", "tml_context"=>"", "tml_tokens"=>"{}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (178.6ms)
Completed 200 OK in 314ms (Views: 179.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:41:53 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:53 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:53 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:41:53 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:53 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:41:53 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:41:53 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 14:43:10 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (267.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (7.8ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (26.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.3ms)
Rendered layouts/_footer.html.erb (17.3ms)
Completed 200 OK in 487ms (Views: 324.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /ace/ace.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (2ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /ace/mode-html.js - 304 Not Modified (23ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /ace/mode-json.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.0ms)
Rendered docs/tml_content.html.erb (2.9ms)
Completed 200 OK in 111ms (Views: 3.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (2ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /ace/worker-json.js - 304 Not Modified (2ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /linkedin.png - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:43:11 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 14:43:12 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (242.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (14.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (17.6ms)
Completed 200 OK in 368ms (Views: 267.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (2.2ms)
Completed 200 OK in 102ms (Views: 2.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:43:13 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:44:48 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (208.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.2ms)
Completed 200 OK in 550ms (Views: 230.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:44:49 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:44:49 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:44:49 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:44:49 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:44:49 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:44:49 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:44:49 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:44:49 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (23ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:44:49 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:44:49 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:44:49 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:44:49 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:44:49 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:44:49 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:44:49 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:44:49 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:44:49 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 14:44:53 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (264.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.5ms)
Rendered layouts/_header.html.erb (29.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (13.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (17.5ms)
Completed 200 OK in 415ms (Views: 315.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:44:54 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:44:54 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:44:54 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:44:54 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:44:54 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:44:54 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:44:54 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:44:54 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 14:44:54 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:44:54 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 14:44:54 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:44:54 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:44:54 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 14:44:54 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:44:54 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:44:54 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 14:44:54 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:46:22 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (158.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (30.9ms)
Rendered layouts/_flashes.html.erb (1.2ms)
Rendered layouts/_header.html.erb (8.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (13.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.3ms)
Rendered layouts/_footer.html.erb (20.6ms)
Completed 200 OK in 364ms (Views: 224.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:46:23 -0800
Served asset /jquery191.js - 304 Not Modified (2ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:46:23 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:46:23 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:46:23 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:46:23 -0800
Served asset /application.js - 304 Not Modified (25ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:46:23 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:46:23 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:46:23 -0800
Served asset /wordpress.png - 304 Not Modified (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:46:23 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:46:23 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:46:23 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:46:23 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:46:23 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:46:29 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (160.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (24.1ms)
Rendered layouts/_flashes.html.erb (0.8ms)
Rendered layouts/_header.html.erb (7.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (17.9ms)
Completed 200 OK in 313ms (Views: 211.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:46:29 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:46:29 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:46:29 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:46:29 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:46:29 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:46:29 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:46:29 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:46:29 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:46:29 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:46:29 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:46:29 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:46:29 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:46:29 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:46:46 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (181.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (6.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.9ms)
Rendered layouts/_footer.html.erb (39.8ms)
Completed 200 OK in 334ms (Views: 231.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:46:46 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:46:46 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:46:46 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:46:46 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:46:46 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:46:46 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:46:46 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:46:46 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:46:46 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:46:46 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:46:46 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:46:46 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:46:46 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:48:41 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (233.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (33.0ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.3ms)
Rendered layouts/_footer.html.erb (17.5ms)
Completed 200 OK in 477ms (Views: 294.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:48:41 -0800
Served asset /application.css - 304 Not Modified (2ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:48:41 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:48:41 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (23ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:48:41 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:48:41 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:48:41 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:48:41 -0800
Served asset /github.png - 304 Not Modified (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:48:41 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:48:41 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:48:41 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:48:41 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:48:41 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:48:41 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Connecting to database specified by database.yml
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 14:52:23 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (257.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (10.0ms)
Rendered layouts/_flashes.html.erb (0.9ms)
Rendered layouts/_header.html.erb (5.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (37.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.3ms)
Rendered layouts/_footer.html.erb (42.4ms)
Completed 200 OK in 484ms (Views: 321.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:52:24 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:52:24 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:52:24 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:52:24 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:52:24 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:52:24 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:52:24 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:52:24 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:52:24 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:52:24 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:52:24 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:52:24 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:52:24 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 14:52:31 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (262.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.1ms)
Completed 200 OK in 436ms (Views: 285.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /ace/ace.js - 304 Not Modified (25ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /ace/mode-html.js - 304 Not Modified (1ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /ace/mode-json.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (2.6ms)
Completed 200 OK in 107ms (Views: 3.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (1ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /ace/worker-json.js - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:52:32 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 14:53:02 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (255.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (28.1ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.9ms)
Completed 200 OK in 363ms (Views: 304.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered docs/tml_content.html.erb (2.8ms)
Completed 200 OK in 103ms (Views: 3.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:53:03 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+World&tml_context=&tml_tokens=%7B%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:53:07 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello World", "tml_context"=>"", "tml_tokens"=>"{}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (177.2ms)
Completed 200 OK in 294ms (Views: 178.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:53:07 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:07 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:07 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:07 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:07 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:53:07 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:53:07 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+World&tml_context=&tml_tokens=%7B%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:53:08 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello World", "tml_context"=>"", "tml_tokens"=>"{}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (183.5ms)
Completed 200 OK in 283ms (Views: 184.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:53:08 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:08 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:08 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:08 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:53:08 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:08 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:53:08 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+World&tml_context=&tml_tokens=%7B%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:53:30 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello World", "tml_context"=>"", "tml_tokens"=>"{}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (187.9ms)
Completed 200 OK in 287ms (Views: 188.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:53:31 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:31 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:31 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:31 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:31 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:53:31 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:53:31 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22+%3D%3E+5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:53:53 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\" => 5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (3.4ms)
Completed 500 Internal Server Error in 106ms
JSON::ParserError (757: unexpected token at '{"count" => 5}'):
app/views/docs/tml_content.html.erb:20:in `_app_views_docs_tml_content_html_erb___2964724760343799286_70149616885300'
app/controllers/docs_controller.rb:39:in `tml_content'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.8ms)
Started GET "/docs/tml_content?tml_label=You+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:54:00 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (183.9ms)
Completed 200 OK in 302ms (Views: 184.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:54:01 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:01 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:01 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:01 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:01 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:54:01 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:54:01 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:54:02 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (225.7ms)
Completed 200 OK in 290ms (Views: 226.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:54:02 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:02 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:02 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:02 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:54:02 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:02 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:54:02 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:54:03 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (229.2ms)
Completed 200 OK in 287ms (Views: 229.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:54:03 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:03 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:03 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:03 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:54:03 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:03 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:54:03 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:54:04 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (184.0ms)
Completed 200 OK in 282ms (Views: 184.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:54:04 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:04 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:04 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:54:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:54:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+now+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:54:21 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You now have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (230.7ms)
Completed 200 OK in 351ms (Views: 231.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:21 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:21 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:21 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:54:21 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:21 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:54:21 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:54:21 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs/tml_content?tml_label=You+now+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:56:07 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You now have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (9.6ms)
Rendered docs/tml_content.html.erb (243.0ms)
Completed 200 OK in 342ms (Views: 246.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:56:07 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:56:07 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:56:07 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:56:07 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:56:07 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:56:07 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:56:07 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Connecting to database specified by database.yml
Started GET "/docs/tml_content?tml_label=You+now+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:56:40 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You now have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (9.7ms)
Rendered docs/tml_content.html.erb (204.1ms)
Completed 200 OK in 348ms (Views: 207.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:56:40 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:56:40 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:56:40 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:56:40 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:56:40 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:56:40 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:56:40 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Connecting to database specified by database.yml
Started GET "/docs/tml_content?tml_label=You+now+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:57:57 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You now have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (9.4ms)
Rendered docs/tml_content.html.erb (206.5ms)
Completed 200 OK in 346ms (Views: 210.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:57:57 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:57:57 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:57:57 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:57:57 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:57:57 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:57:57 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:57:57 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Connecting to database specified by database.yml
Started GET "/docs/tml_content?tml_label=You+now+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 14:58:40 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You now have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (9.6ms)
Rendered docs/tml_content.html.erb (242.0ms)
Completed 200 OK in 381ms (Views: 245.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:58:41 -0800
Served asset /application.js - 304 Not Modified (3ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 14:58:41 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:58:41 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 14:58:41 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 14:58:41 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 14:58:41 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 14:58:41 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Connecting to database specified by database.yml
Started GET "/docs/tml_content?tml_label=You+now+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:00:57 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You now have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (9.4ms)
Rendered docs/tml_content.html.erb (240.7ms)
Completed 200 OK in 336ms (Views: 244.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:00:57 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:00:57 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:00:57 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:00:57 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:00:57 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:00:57 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:00:57 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Connecting to database specified by database.yml
Started GET "/docs/tml_content?tml_label=You+now+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:02:12 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You now have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (9.2ms)
Rendered docs/tml_content.html.erb (240.5ms)
Completed 200 OK in 335ms (Views: 243.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:02:12 -0800
Served asset /application.css - 304 Not Modified (21ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:02:12 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:02:12 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:02:12 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:02:12 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:02:12 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:02:12 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Started GET "/docs/tml_content?tml_label=You+now+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:04:09 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You now have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (9.7ms)
Rendered docs/tml_content.html.erb (243.2ms)
Completed 200 OK in 342ms (Views: 246.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:04:09 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:04:09 -0800
Served asset /jquery191.js - 304 Not Modified (22ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:04:09 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:04:09 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:04:10 -0800
Served asset /application.js - 304 Not Modified (3ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:04:10 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:04:10 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Connecting to database specified by database.yml
Started GET "/docs/tml_content?tml_label=You+now+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:07:46 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You now have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (9.5ms)
Rendered docs/tml_content.html.erb (250.6ms)
Completed 200 OK in 345ms (Views: 254.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:07:46 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:07:46 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:07:46 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:07:46 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:07:46 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:07:46 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:07:46 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Connecting to database specified by database.yml
Started GET "/docs/tml_content?tml_label=You+now+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:11:27 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You now have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (9.2ms)
Rendered docs/tml_content.html.erb (248.9ms)
Completed 200 OK in 347ms (Views: 252.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:11:27 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:27 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:27 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:27 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:27 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:11:27 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:11:27 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/docs/tml_content?tml_label=You+now+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:11:30 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You now have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (191.8ms)
Completed 200 OK in 314ms (Views: 192.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:11:30 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:30 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:30 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:30 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:30 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:11:30 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:11:30 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+now+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+1%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:11:36 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You now have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 1}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (192.5ms)
Completed 200 OK in 293ms (Views: 193.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:36 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:36 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:11:36 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:36 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:36 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:11:36 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:11:36 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+now+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+10%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:11:42 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You now have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 10}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (260.5ms)
Completed 200 OK in 321ms (Views: 261.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:11:42 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:42 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:42 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:42 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:42 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:11:42 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:11:42 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+now+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+15%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:11:48 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You now have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 15}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (192.5ms)
Completed 200 OK in 297ms (Views: 193.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:11:49 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:49 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:49 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:49 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:49 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:11:49 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:11:49 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+15%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:11:55 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 15}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (184.7ms)
Completed 200 OK in 286ms (Views: 185.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:11:56 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:56 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:56 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:56 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:56 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:11:56 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:11:56 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+15%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:11:56 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 15}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (250.9ms)
Completed 200 OK in 353ms (Views: 251.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:11:57 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:57 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:57 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:11:57 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:57 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:11:57 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:11:57 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+1%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:12:03 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 1}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (234.1ms)
Completed 200 OK in 293ms (Views: 234.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:12:03 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:12:03 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:12:03 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:12:03 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:12:03 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:12:03 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:12:03 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+2%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:12:09 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 2}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (195.7ms)
Completed 200 OK in 299ms (Views: 196.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:12:09 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:12:09 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:12:09 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:12:09 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:12:09 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:12:09 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:12:09 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22count%22%3A+12%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:12:13 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"count\": 12}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (221.5ms)
Completed 200 OK in 322ms (Views: 222.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:12:13 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:12:13 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:12:13 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:12:13 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:12:13 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:12:13 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:12:13 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%22Michael%22%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:14:08 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": \"Michael\"}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (228.3ms)
Completed 200 OK in 351ms (Views: 229.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:14:09 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:14:09 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:14:09 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:14:09 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:14:09 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:14:09 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:14:09 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%22Michael%22%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:14:10 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": \"Michael\"}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (231.8ms)
Completed 200 OK in 289ms (Views: 232.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:14:10 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:14:10 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:14:10 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:14:10 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:14:10 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:14:10 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:14:10 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A%7B%22name%22%3A+%22Michael%22%7D%2C+%22attribute%22%3A+%22name%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:14:46 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\":{\"name\": \"Michael\"}, \"attribute\": \"name\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (195.3ms)
Completed 200 OK in 330ms (Views: 196.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:14:46 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:14:46 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:14:46 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:14:46 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:14:46 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:14:46 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:14:46 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A%7B%22name%22%3A+%22Michael%22%7D%2C+%22value%22%3A+%22name%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:15:03 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\":{\"name\": \"Michael\"}, \"value\": \"name\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (233.5ms)
Completed 200 OK in 292ms (Views: 234.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:15:03 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:15:03 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:15:03 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:15:03 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:15:03 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:15:03 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:15:03 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A%7B%22name%22%3A+%22Michael%22%7D%2C+%22value%22%3A+%22name%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:15:04 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\":{\"name\": \"Michael\"}, \"value\": \"name\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (187.0ms)
Completed 200 OK in 288ms (Views: 187.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:15:05 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:15:05 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:15:05 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:15:05 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:15:05 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:15:05 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:15:05 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs/tml_content?tml_label=Hello+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A%7B%22name%22%3A+%22Michael%22%7D%2C+%22value%22%3A+%22name%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:18:20 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\":{\"name\": \"Michael\"}, \"value\": \"name\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (9.3ms)
Rendered docs/tml_content.html.erb (242.7ms)
Completed 200 OK in 338ms (Views: 246.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:18:20 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:18:20 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:18:20 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:18:20 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:18:20 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:18:20 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:18:20 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/docs/tml_content?tml_label=Hello+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A%7B%22name%22%3A+%22Michael%22%7D%2C+%22value%22%3A+%22name%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:18:21 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\":{\"name\": \"Michael\"}, \"value\": \"name\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (194.3ms)
Completed 200 OK in 319ms (Views: 194.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:18:22 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:18:22 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:18:22 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:18:22 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:18:22 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:18:22 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:18:22 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A%7B%22name%22%3A+%22Michael%22%7D%2C+%22value%22%3A+%22name%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:18:27 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\":{\"name\": \"Michael\"}, \"value\": \"name\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (191.8ms)
Completed 200 OK in 293ms (Views: 192.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:18:27 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:18:27 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:18:27 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:18:27 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:18:27 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:18:27 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:18:28 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs/tml_content?tml_label=Hello+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A%7B%22name%22%3A+%22Michael%22%7D%2C+%22value%22%3A+%22name%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:20:33 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\":{\"name\": \"Michael\"}, \"value\": \"name\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (9.6ms)
Rendered docs/tml_content.html.erb (243.2ms)
Completed 200 OK in 342ms (Views: 246.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:20:34 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:20:34 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:20:34 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:20:34 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:20:34 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:20:34 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:20:34 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/docs/tml_content?tml_label=Hello+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A%7B%22name%22%3A+%22Michael%22%7D%2C+%22attribute%22%3A+%22name%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:20:40 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\":{\"name\": \"Michael\"}, \"attribute\": \"name\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (195.6ms)
Completed 200 OK in 320ms (Views: 196.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:20:40 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:20:40 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:20:40 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:20:40 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:20:40 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:20:40 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:20:40 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A%7B%22name%22%3A+%22Michael%22%7D%2C+%22attribute%22%3A+%22name%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:20:41 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\":{\"name\": \"Michael\"}, \"attribute\": \"name\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (190.5ms)
Completed 200 OK in 292ms (Views: 191.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:20:41 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:20:41 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:20:41 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:20:41 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:20:41 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:20:41 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:20:41 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+have+%7Bcount%7C%7Cmessage%7D+today&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A%7B%22name%22%3A+%22Michael%22%7D%2C+%22attribute%22%3A+%22name%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:20:53 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You have {count||message} today", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\":{\"name\": \"Michael\"}, \"attribute\": \"name\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (229.5ms)
Completed 200 OK in 349ms (Views: 230.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:20:53 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:20:53 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:20:53 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:20:53 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:20:53 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:20:53 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:20:53 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+have+%7Bcount%7C%7Cmessage%7D+today&tml_context=&tml_tokens=%7B%22count%22%3A+5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:21:27 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You have {count||message} today", "tml_context"=>"", "tml_tokens"=>"{\"count\": 5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (203.7ms)
Completed 200 OK in 311ms (Views: 204.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:21:28 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:21:28 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:21:28 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:21:28 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:21:28 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:21:28 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:21:28 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+have+%7Bcount%7C%7Cmessage%7D+today&tml_context=&tml_tokens=%7B%22count%22%3A+1%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:21:31 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You have {count||message} today", "tml_context"=>"", "tml_tokens"=>"{\"count\": 1}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (192.7ms)
Completed 200 OK in 298ms (Views: 193.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:21:32 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:21:32 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:21:32 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:21:32 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:21:32 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:21:32 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:21:32 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+have+%7Bcount%7C%7Cmessage%7D+today&tml_context=&tml_tokens=%7B%22count%22%3A+1%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:21:38 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You have {count||message} today", "tml_context"=>"", "tml_tokens"=>"{\"count\": 1}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (256.4ms)
Completed 200 OK in 316ms (Views: 256.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:21:39 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:21:39 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:21:39 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:21:39 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:21:39 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:21:39 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:21:39 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Buser%7CDear%7D+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%22Michael%22%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:22:09 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{user|Dear} {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": \"Michael\"}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.8ms)
Rendered docs/tml_content.html.erb (202.0ms)
Completed 200 OK in 326ms (Views: 202.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:22:09 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:22:09 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:22:09 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:22:09 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:22:09 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:22:09 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:22:09 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Buser%7CDear%7D+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%22Michael%22%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:22:10 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{user|Dear} {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": \"Michael\"}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.8ms)
Rendered docs/tml_content.html.erb (235.6ms)
Completed 200 OK in 335ms (Views: 236.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:22:10 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:22:10 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:22:10 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:22:10 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:22:10 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:22:10 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:22:10 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Buser%7CDear%7D+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%22Michael%22%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:22:15 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{user|Dear} {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": \"Michael\"}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (194.2ms)
Completed 200 OK in 306ms (Views: 194.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:22:16 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:22:16 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:22:16 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:22:16 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:22:16 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:22:16 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:22:16 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Buser%7CDear%7D+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:22:58 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{user|Dear} {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"gender\": \"male\", \"name\":\"Michael\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (233.9ms)
Completed 200 OK in 338ms (Views: 234.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:22:58 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:22:58 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:22:58 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:22:58 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:22:58 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:22:58 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:22:58 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Buser%7CDear%7D+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:22:59 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{user|Dear} {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"gender\": \"male\", \"name\":\"Michael\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (261.7ms)
Completed 200 OK in 321ms (Views: 262.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:23:00 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:23:00 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:23:00 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:23:00 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:23:00 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:23:00 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:23:00 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Buser%7CDear%7D+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:23:04 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{user|Dear} {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"gender\": \"male\", \"name\":\"Michael\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (191.2ms)
Completed 200 OK in 293ms (Views: 191.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:23:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:23:04 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:23:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:23:04 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:23:04 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:23:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:23:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Buser%7CDear%7D+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A+%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%22attribute%22%3A+%22name%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:23:30 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{user|Dear} {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\": {\"gender\": \"male\", \"name\":\"Michael\"}, \"attribute\": \"name\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (230.4ms)
Completed 200 OK in 334ms (Views: 231.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:23:30 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:23:30 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:23:30 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:23:30 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:23:30 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:23:30 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:23:30 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Buser%7CDear%7D+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A+%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%22attribute%22%3A+%22name%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:23:31 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{user|Dear} {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\": {\"gender\": \"male\", \"name\":\"Michael\"}, \"attribute\": \"name\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered docs/tml_content.html.erb (263.2ms)
Completed 200 OK in 319ms (Views: 263.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:23:31 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:23:31 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:23:31 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:23:31 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:23:31 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:23:31 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:23:31 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Buser%7CDear%7D+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A+%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Michael%22%7D%2C+%22attribute%22%3A+%22name%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:23:34 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{user|Dear} {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\": {\"gender\": \"female\", \"name\":\"Michael\"}, \"attribute\": \"name\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (189.7ms)
Completed 200 OK in 293ms (Views: 190.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:23:34 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:23:34 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:23:34 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:23:34 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:23:34 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:23:34 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:23:34 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Buser%7CDear%7D+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A+%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Michael%22%7D%2C+%22attribute%22%3A+%22name%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:24:05 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{user|Dear} {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\": {\"gender\": \"female\", \"name\":\"Michael\"}, \"attribute\": \"name\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (229.4ms)
Completed 200 OK in 333ms (Views: 229.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:24:06 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:24:06 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:24:06 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:24:06 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:24:06 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:24:06 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:24:06 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Buser%7CDear%7D+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A+%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Michael%22%7D%2C+%22attribute%22%3A+%22name%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:24:09 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{user|Dear} {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\": {\"gender\": \"female\", \"name\":\"Michael\"}, \"attribute\": \"name\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (260.6ms)
Completed 200 OK in 318ms (Views: 261.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:24:10 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:24:10 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:24:10 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:24:10 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:24:10 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:24:10 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:24:10 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs/tml_content?tml_label=%7Buser%7CDear%7D+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A+%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Michael%22%7D%2C+%22attribute%22%3A+%22name%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:25:15 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{user|Dear} {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\": {\"gender\": \"female\", \"name\":\"Michael\"}, \"attribute\": \"name\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (9.1ms)
Rendered docs/tml_content.html.erb (243.8ms)
Completed 200 OK in 342ms (Views: 247.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:25:16 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:25:16 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:25:16 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:25:16 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:25:16 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:25:16 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:25:16 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/docs/tml_content?tml_label=%7Buser%7CDear%7D+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A+%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%22attribute%22%3A+%22name%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:25:22 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{user|Dear} {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\": {\"gender\": \"male\", \"name\":\"Michael\"}, \"attribute\": \"name\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered docs/tml_content.html.erb (187.9ms)
Completed 200 OK in 290ms (Views: 188.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:25:22 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:25:22 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:25:22 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:25:22 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:25:22 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:25:22 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:25:22 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Buser%7CDear%7D+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A+%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%22attribute%22%3A+%22name%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:25:23 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{user|Dear} {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\": {\"gender\": \"male\", \"name\":\"Michael\"}, \"attribute\": \"name\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (194.8ms)
Completed 200 OK in 298ms (Views: 195.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:25:24 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:25:24 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:25:24 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:25:24 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:25:24 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:25:24 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:25:24 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Buser%7CDear%7D+%7Buser%7D&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A+%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%22attribute%22%3A+%22name%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:25:38 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{user|Dear} {user}", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\": {\"gender\": \"male\", \"name\":\"Michael\"}, \"attribute\": \"name\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (236.0ms)
Completed 200 OK in 293ms (Views: 236.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:25:39 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:25:39 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:25:39 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:25:39 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:25:39 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:25:39 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:25:39 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+World&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A+%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%22attribute%22%3A+%22name%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:26:37 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello World", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\": {\"gender\": \"male\", \"name\":\"Michael\"}, \"attribute\": \"name\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (196.8ms)
Completed 200 OK in 303ms (Views: 197.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:26:38 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:26:38 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:26:38 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:26:38 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:26:38 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:26:38 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:26:38 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+%5Bbold%3A+World%5D&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A+%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%22attribute%22%3A+%22name%22%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:26:52 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello [bold: World]", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\": {\"gender\": \"male\", \"name\":\"Michael\"}, \"attribute\": \"name\"}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (243.6ms)
Completed 200 OK in 321ms (Views: 244.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:26:52 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:26:52 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:26:52 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:26:52 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:26:52 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:26:52 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:26:52 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+%5Bbold%3A+%7Buser%7D%5D&tml_context=&tml_tokens=%7B%22user%22%3A+%22Michael%22%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:27:09 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello [bold: {user}]", "tml_context"=>"", "tml_tokens"=>"{\"user\": \"Michael\"}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (227.6ms)
Completed 200 OK in 351ms (Views: 228.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:27:09 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:27:09 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:27:09 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:27:09 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:27:09 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:27:09 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:27:09 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+%5Bbold%3A+%7Buser%7D%5D%2C+you+have+%7Bcount%7C%7Cmessage%7D.&tml_context=&tml_tokens=%7B%22user%22%3A+%22Michael%22%2C+%22count%22%3A+5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:27:42 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello [bold: {user}], you have {count||message}.", "tml_context"=>"", "tml_tokens"=>"{\"user\": \"Michael\", \"count\": 5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (253.8ms)
Completed 200 OK in 332ms (Views: 254.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:27:43 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:27:43 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:27:43 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:27:43 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:27:43 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:27:43 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:27:43 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+%5Bbold%3A+%7Buser%7D%5D%2C+%5Bitalic%3A+you+have+%5Bbold%3A+%7Bcount%7C%7Cmessage%7D%5D%5D.&tml_context=&tml_tokens=%7B%22user%22%3A+%22Michael%22%2C+%22count%22%3A+5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:28:11 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello [bold: {user}], [italic: you have [bold: {count||message}]].", "tml_context"=>"", "tml_tokens"=>"{\"user\": \"Michael\", \"count\": 5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.0ms)
Rendered docs/tml_content.html.erb (232.2ms)
Completed 200 OK in 396ms (Views: 232.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:28:12 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:28:12 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:28:12 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:28:12 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:28:12 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:28:12 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:28:12 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+%5Bbold%3A+%7Buser%7D%5D%2C+%5Bitalic%5D+you+have+%5Bbold%3A+%7Bcount%7C%7Cmessage%7D%5D+%5B%2Fitalic%5D.&tml_context=&tml_tokens=%7B%22user%22%3A+%22Michael%22%2C+%22count%22%3A+5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:28:38 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello [bold: {user}], [italic] you have [bold: {count||message}] [/italic].", "tml_context"=>"", "tml_tokens"=>"{\"user\": \"Michael\", \"count\": 5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (214.4ms)
Completed 200 OK in 336ms (Views: 215.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:28:39 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:28:39 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:28:39 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:28:39 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:28:39 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:28:39 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:28:39 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+%5Bbold%3A+%7Buser%7D%5D%2C+%5Bitalic%5Dyou+have+%5Bbold%3A+%7Bcount%7C%7Cmessage%7D%5D%5B%2Fitalic%5D.&tml_context=&tml_tokens=%7B%22user%22%3A+%22Michael%22%2C+%22count%22%3A+5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:28:45 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello [bold: {user}], [italic]you have [bold: {count||message}][/italic].", "tml_context"=>"", "tml_tokens"=>"{\"user\": \"Michael\", \"count\": 5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (213.8ms)
Completed 200 OK in 335ms (Views: 214.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:28:46 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:28:46 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:28:46 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:28:46 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:28:46 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:28:46 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:28:46 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Buser%7CHe%2C+She%7D+likes+this+post.&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A+%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:29:37 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{user|He, She} likes this post.", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\": {\"gender\": \"male\", \"name\":\"Michael\"}}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (220.5ms)
Completed 200 OK in 371ms (Views: 221.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:29:37 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:37 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:37 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:29:37 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:37 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:37 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:29:37 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Buser%7CHe%2C+She%7D+likes+this+post.&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A+%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:29:38 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{user|He, She} likes this post.", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\": {\"gender\": \"male\", \"name\":\"Michael\"}}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (248.9ms)
Completed 200 OK in 351ms (Views: 249.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:29:38 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:38 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:38 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:38 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:38 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:29:38 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:29:38 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Buser%7CHe%2C+She%7D+likes+this+post.&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A+%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Michael%22%7D%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:29:43 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{user|He, She} likes this post.", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\": {\"gender\": \"female\", \"name\":\"Michael\"}}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (247.9ms)
Completed 200 OK in 307ms (Views: 248.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:29:43 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:43 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:43 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:43 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:43 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:29:43 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:29:43 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Buser%7CHe%2C+She%7D+likes+this+post.&tml_context=&tml_tokens=%7B%22user%22%3A+%7B%22object%22%3A+%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%7D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:29:47 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{user|He, She} likes this post.", "tml_context"=>"", "tml_tokens"=>"{\"user\": {\"object\": {\"gender\": \"male\", \"name\":\"Michael\"}}}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (208.2ms)
Completed 200 OK in 312ms (Views: 208.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:29:47 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:47 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:47 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:47 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:47 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:29:47 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:29:47 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+like%7D+likes+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:30:58 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, like} likes this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [{\"gender\": \"male\", \"name\":\"Michael\"}, {\"gender\": \"female\", \"name\":\"Anna\"}]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (202.0ms)
Completed 200 OK in 325ms (Views: 202.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:30:58 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:30:58 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:30:58 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:30:58 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:30:58 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:30:58 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:30:58 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+like%7D+likes+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:30:59 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, like} likes this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [{\"gender\": \"male\", \"name\":\"Michael\"}, {\"gender\": \"female\", \"name\":\"Anna\"}]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (277.7ms)
Completed 200 OK in 381ms (Views: 278.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:31:00 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:31:00 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:31:00 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:31:00 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:31:00 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:31:00 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:31:00 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+like%7D+likes+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:31:04 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, like} likes this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [{\"gender\": \"male\", \"name\":\"Michael\"}, {\"gender\": \"female\", \"name\":\"Anna\"}]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (247.3ms)
Completed 200 OK in 305ms (Views: 248.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:31:04 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:31:04 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:31:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:31:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:31:04 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:31:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:31:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+likes%2C+like%7D+likes+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:31:18 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, likes, like} likes this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [{\"gender\": \"male\", \"name\":\"Michael\"}, {\"gender\": \"female\", \"name\":\"Anna\"}]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered docs/tml_content.html.erb (208.1ms)
Completed 200 OK in 332ms (Views: 208.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:31:18 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:31:18 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:31:18 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:31:18 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:31:18 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:31:18 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:31:18 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+likes%2C+likes%2C+like%7D+likes+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:31:32 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, likes, likes, like} likes this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [{\"gender\": \"male\", \"name\":\"Michael\"}, {\"gender\": \"female\", \"name\":\"Anna\"}]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.8ms)
Rendered docs/tml_content.html.erb (256.6ms)
Completed 200 OK in 339ms (Views: 257.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:31:33 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:31:33 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:31:33 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:31:33 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:31:33 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:31:33 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:31:33 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+likes%2C+likes%2C+like%7D+likes+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:31:37 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, likes, likes, like} likes this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [{\"gender\": \"male\", \"name\":\"Michael\"}, {\"gender\": \"female\", \"name\":\"Anna\"}]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (217.1ms)
Completed 200 OK in 320ms (Views: 217.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:31:37 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:31:37 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:31:37 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:31:37 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:31:37 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:31:37 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:31:37 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (258.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.0ms)
Rendered layouts/_footer.html.erb (17.3ms)
Completed 200 OK in 381ms (Views: 284.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /ace/ace.js - 304 Not Modified (23ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 200 OK (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /ace/mode-html.js - 304 Not Modified (1ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /ace/mode-json.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.0ms)
Rendered docs/tml_content.html.erb (2.5ms)
Completed 200 OK in 104ms (Views: 3.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (1ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /ace/worker-json.js - 304 Not Modified (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /linkedin.png - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:32:41 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+like%7D+likes+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:33:47 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, like} likes this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [{\"gender\": \"male\", \"name\":\"Michael\"}, {\"gender\": \"female\", \"name\":\"Anna\"}]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (214.0ms)
Completed 200 OK in 313ms (Views: 214.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:33:48 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:33:48 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:33:48 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:33:48 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:33:48 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:33:48 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:33:48 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+like%7D+likes+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:33:53 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, like} likes this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [{\"gender\": \"male\", \"name\":\"Michael\"}, {\"gender\": \"female\", \"name\":\"Anna\"}]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (208.0ms)
Completed 200 OK in 328ms (Views: 208.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:33:53 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:33:53 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:33:53 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:33:53 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:33:53 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:33:53 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:33:53 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+like%7D+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:34:03 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, like} this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [{\"gender\": \"male\", \"name\":\"Michael\"}, {\"gender\": \"female\", \"name\":\"Anna\"}]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.0ms)
Rendered docs/tml_content.html.erb (257.4ms)
Completed 200 OK in 336ms (Views: 258.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:34:04 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:34:04 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:34:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:34:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:34:04 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:34:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:34:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+like%7D+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%5B%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%5D%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:36:43 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, like} this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [[{\"gender\": \"male\", \"name\":\"Michael\"}, {\"gender\": \"female\", \"name\":\"Anna\"}]]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (286.7ms)
Completed 200 OK in 395ms (Views: 287.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:36:43 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:36:43 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:36:43 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:36:43 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:36:43 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:36:43 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:36:43 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+like%7D+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%5B%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%5D%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:36:48 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, like} this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [[{\"gender\": \"male\", \"name\":\"Michael\"}, {\"gender\": \"female\", \"name\":\"Anna\"}]]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (251.0ms)
Completed 200 OK in 308ms (Views: 251.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:36:48 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:36:48 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:36:48 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:36:48 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:36:48 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:36:48 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:36:48 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+like%7D+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%5B%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%5D%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:38:22 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, like} this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [[{\"gender\": \"male\", \"name\":\"Michael\"}, {\"gender\": \"female\", \"name\":\"Anna\"}]]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (9.4ms)
Rendered docs/tml_content.html.erb (266.9ms)
Completed 200 OK in 381ms (Views: 270.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:38:23 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:38:23 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:38:23 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:38:23 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:38:23 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:38:23 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:38:23 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+like%7D+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%0D%0A++++%5B%0D%0A++++++++%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%0D%0A++++++++%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%0D%0A++++%5D%2C%0D%0A++++%5B%22name%22%5D%0D%0A%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:39:30 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, like} this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [\r\n [\r\n {\"gender\": \"male\", \"name\":\"Michael\"}, \r\n {\"gender\": \"female\", \"name\":\"Anna\"}\r\n ],\r\n [\"name\"]\r\n]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (260.6ms)
Completed 200 OK in 325ms (Views: 261.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:39:30 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:39:30 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:39:30 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:39:30 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:39:30 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:39:30 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:39:30 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+like%7D+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%0D%0A++++%5B%0D%0A++++++++%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%0D%0A++++++++%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%0D%0A++++%5D%2C%0D%0A++++%7B%22attribute%22%3A+%22name%22%7D%0D%0A%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:39:47 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, like} this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [\r\n [\r\n {\"gender\": \"male\", \"name\":\"Michael\"}, \r\n {\"gender\": \"female\", \"name\":\"Anna\"}\r\n ],\r\n {\"attribute\": \"name\"}\r\n]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (217.3ms)
Completed 200 OK in 319ms (Views: 217.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:39:47 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:39:47 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:39:47 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:39:47 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:39:47 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:39:47 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:39:47 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+like%7D+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%0D%0A++++%5B%0D%0A++++++++%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%0D%0A++++++++%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%0D%0A++++%5D%2C%0D%0A++++%7B%22attribute%22%3A+%22name%22%7D%0D%0A%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:39:48 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, like} this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [\r\n [\r\n {\"gender\": \"male\", \"name\":\"Michael\"}, \r\n {\"gender\": \"female\", \"name\":\"Anna\"}\r\n ],\r\n {\"attribute\": \"name\"}\r\n]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered docs/tml_content.html.erb (288.7ms)
Completed 200 OK in 391ms (Views: 289.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:39:49 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:39:49 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:39:49 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:39:49 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:39:49 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:39:49 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:39:49 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+like%7D+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%0D%0A++++%5B%0D%0A++++++++%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%0D%0A++++++++%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%0D%0A++++%5D%2C%0D%0A++++%7B%22attribute%22%3A+%22name%22%7D%0D%0A%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:39:54 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, like} this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [\r\n [\r\n {\"gender\": \"male\", \"name\":\"Michael\"}, \r\n {\"gender\": \"female\", \"name\":\"Anna\"}\r\n ],\r\n {\"attribute\": \"name\"}\r\n]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (214.6ms)
Completed 200 OK in 319ms (Views: 215.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:39:54 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:39:54 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:39:54 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:39:54 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:39:54 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:39:54 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:39:54 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+like%7D+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%0D%0A++++%5B%0D%0A++++++++%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%0D%0A++++++++%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%0D%0A++++%5D%2C%0D%0A++++%7B%22attribute%22%3A+%22name%22%7D%0D%0A%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:43:10 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, like} this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [\r\n [\r\n {\"gender\": \"male\", \"name\":\"Michael\"}, \r\n {\"gender\": \"female\", \"name\":\"Anna\"}\r\n ],\r\n {\"attribute\": \"name\"}\r\n]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (9.4ms)
Rendered docs/tml_content.html.erb (268.7ms)
Completed 200 OK in 367ms (Views: 272.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:43:10 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:43:10 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:43:10 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:43:10 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:43:10 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:43:10 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:43:10 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+like%7D+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%0D%0A++++%5B%0D%0A++++++++%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%0D%0A++++++++%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%0D%0A++++%5D%2C%0D%0A++++%7B%22attribute%22%3A+%22name%22%7D%0D%0A%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:43:14 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, like} this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [\r\n [\r\n {\"gender\": \"male\", \"name\":\"Michael\"}, \r\n {\"gender\": \"female\", \"name\":\"Anna\"}\r\n ],\r\n {\"attribute\": \"name\"}\r\n]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (215.8ms)
Completed 200 OK in 324ms (Views: 216.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:43:14 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:43:14 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:43:14 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:43:14 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:43:14 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:43:14 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:43:14 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+like%7D+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%0D%0A++++%5B%0D%0A++++++++%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%0D%0A++++++++%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%0D%0A++++%5D%2C%0D%0A++++%7B%22attribute%22%3A+%22name%22%7D%0D%0A%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:43:20 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, like} this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [\r\n [\r\n {\"gender\": \"male\", \"name\":\"Michael\"}, \r\n {\"gender\": \"female\", \"name\":\"Anna\"}\r\n ],\r\n {\"attribute\": \"name\"}\r\n]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (251.7ms)
Completed 200 OK in 309ms (Views: 252.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:43:21 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:43:21 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:43:21 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:43:21 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:43:21 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:43:21 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:43:21 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+like%7D+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%0D%0A++++%5B%0D%0A++++++++%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%0D%0A++++++++%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%0D%0A++++%5D%2C%0D%0A++++%7B%22attribute%22%3A+%22name%22%7D%0D%0A%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:43:30 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, like} this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [\r\n [\r\n {\"gender\": \"male\", \"name\":\"Michael\"}, \r\n {\"gender\": \"female\", \"name\":\"Anna\"}\r\n ],\r\n {\"attribute\": \"name\"}\r\n]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (237.8ms)
Completed 200 OK in 341ms (Views: 238.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:43:31 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:43:31 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:43:31 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:43:31 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:43:31 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:43:31 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:43:31 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+like%7D+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%0D%0A++++%5B%0D%0A++++++++%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%0D%0A++++++++%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%0D%0A++++%5D%2C%0D%0A++++%7B%22attribute%22%3A+%22name%22%7D%0D%0A%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:44:39 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, like} this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [\r\n [\r\n {\"gender\": \"male\", \"name\":\"Michael\"}, \r\n {\"gender\": \"female\", \"name\":\"Anna\"}\r\n ],\r\n {\"attribute\": \"name\"}\r\n]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (256.8ms)
Completed 200 OK in 364ms (Views: 257.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:44:39 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:44:39 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:44:39 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:44:39 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:44:39 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:44:39 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:44:39 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+like%7D+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%5B%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%5D%2C+%7B%22attribute%22%3A+%22name%22%7D%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:46:51 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, like} this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [[{\"gender\": \"female\", \"name\":\"Anna\"}], {\"attribute\": \"name\"}]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.1ms)
Rendered docs/tml_content.html.erb (257.6ms)
Completed 200 OK in 315ms (Views: 258.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:46:51 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:46:51 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:46:51 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:46:51 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:46:51 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:46:51 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:46:51 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7CHe+likes%2C+She+likes%2C+They+like%7D+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%5B%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%2C+%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%5D%2C+%7B%22attribute%22%3A+%22name%22%7D%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:47:53 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users|He likes, She likes, They like} this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [[{\"gender\": \"male\", \"name\":\"Michael\"}, {\"gender\": \"female\", \"name\":\"Anna\"}], {\"attribute\": \"name\"}]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (238.3ms)
Completed 200 OK in 360ms (Views: 238.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:47:53 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:47:53 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:47:53 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:47:53 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:47:53 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:47:53 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:47:53 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7CHe+likes%2C+She+likes%2C+They+like%7D+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%5B%7B%22gender%22%3A+%22female%22%2C+%22name%22%3A%22Anna%22%7D%5D%2C+%7B%22attribute%22%3A+%22name%22%7D%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:48:10 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users|He likes, She likes, They like} this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [[{\"gender\": \"female\", \"name\":\"Anna\"}], {\"attribute\": \"name\"}]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered docs/tml_content.html.erb (260.9ms)
Completed 200 OK in 320ms (Views: 261.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:48:11 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:48:11 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:48:11 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:48:11 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:48:11 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:48:11 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:48:11 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7CHe+likes%2C+She+likes%2C+They+like%7D+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A+%5B%5B%7B%22gender%22%3A+%22male%22%2C+%22name%22%3A%22Michael%22%7D%5D%2C+%7B%22attribute%22%3A+%22name%22%7D%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 15:48:27 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users|He likes, She likes, They like} this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\": [[{\"gender\": \"male\", \"name\":\"Michael\"}], {\"attribute\": \"name\"}]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (214.3ms)
Completed 200 OK in 322ms (Views: 214.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:48:27 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:48:27 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:48:27 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:48:27 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:48:27 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:48:27 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:48:27 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 15:49:03 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (295.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.0ms)
Rendered layouts/_footer.html.erb (17.1ms)
Completed 200 OK in 380ms (Views: 321.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:49:03 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:49:03 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /ace/ace.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /ace/mode-html.js - 304 Not Modified (1ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /ace/mode-json.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.0ms)
Rendered docs/tml_content.html.erb (2.4ms)
Completed 200 OK in 103ms (Views: 3.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (1ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /ace/worker-json.js - 304 Not Modified (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (28ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:49:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (231.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.4ms)
Completed 200 OK in 358ms (Views: 253.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.1ms)
Rendered docs/tml_content.html.erb (2.5ms)
Completed 200 OK in 62ms (Views: 3.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:52:57 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 15:53:50 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (276.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (39.3ms)
Completed 200 OK in 379ms (Views: 322.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered docs/tml_content.html.erb (2.3ms)
Completed 200 OK in 107ms (Views: 2.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:53:51 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 15:54:00 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (229.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (31.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.6ms)
Completed 200 OK in 378ms (Views: 280.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:00 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:00 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:00 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:54:00 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:00 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:00 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:00 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:00 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:00 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:54:00 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:54:00 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 15:54:01 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 15:54:01 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 15:54:01 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 15:54:01 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered docs/tml_content.html.erb (2.2ms)
Completed 200 OK in 104ms (Views: 2.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 15:54:01 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 15:54:01 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 15:54:01 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 15:54:01 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 15:54:01 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:54:01 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:01 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:01 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:01 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:01 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:54:01 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:54:01 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 15:54:43 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (298.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.9ms)
Completed 200 OK in 397ms (Views: 320.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (2.2ms)
Completed 200 OK in 108ms (Views: 2.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:54:44 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (310.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 393ms (Views: 332.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.7ms)
Rendered docs/tml_content.html.erb (3.1ms)
Completed 200 OK in 106ms (Views: 3.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:54:54 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (222.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 346ms (Views: 244.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.2ms)
Rendered layouts/_head.html.erb (2.2ms)
Rendered docs/tml_content.html.erb (2.7ms)
Completed 200 OK in 129ms (Views: 3.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:55:06 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 15:55:34 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (281.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (41.3ms)
Completed 200 OK in 427ms (Views: 330.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered docs/tml_content.html.erb (2.3ms)
Completed 200 OK in 103ms (Views: 3.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:55:35 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (274.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (31.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.5ms)
Completed 200 OK in 383ms (Views: 324.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (2.1ms)
Completed 200 OK in 106ms (Views: 2.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:55:48 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (245.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (16.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (19.4ms)
Completed 200 OK in 366ms (Views: 271.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (2.1ms)
Completed 200 OK in 101ms (Views: 2.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 15:56:14 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (292.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.7ms)
Completed 200 OK in 418ms (Views: 315.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (2.2ms)
Completed 200 OK in 62ms (Views: 2.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:56:19 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (253.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 394ms (Views: 275.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (2.0ms)
Completed 200 OK in 63ms (Views: 2.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 15:57:30 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (267.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.2ms)
Completed 200 OK in 346ms (Views: 289.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.0ms)
Rendered docs/tml_content.html.erb (2.4ms)
Completed 200 OK in 106ms (Views: 3.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:04:39 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:05:23 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (264.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (41.4ms)
Completed 200 OK in 417ms (Views: 313.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (2.2ms)
Completed 200 OK in 62ms (Views: 2.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:05:24 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (266.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (30.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (16.5ms)
Completed 200 OK in 374ms (Views: 317.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (2.1ms)
Completed 200 OK in 109ms (Views: 2.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:05:40 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:06:04 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (246.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.6ms)
Completed 200 OK in 368ms (Views: 269.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (2.2ms)
Completed 200 OK in 110ms (Views: 3.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:06:05 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:07:16 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (296.3ms)
Completed 500 Internal Server Error in 361ms
ArgumentError (wrong number of arguments (1 for 2..3)):
app/views/docs/tml.html.erb:40:in `block in _app_views_docs_tml_html_erb__3575089094254770948_70224708044540'
app/views/docs/tml.html.erb:38:in `each'
app/views/docs/tml.html.erb:38:in `each_with_index'
app/views/docs/tml.html.erb:38:in `_app_views_docs_tml_html_erb__3575089094254770948_70224708044540'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.4ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:07:25 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (223.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (26.9ms)
Rendered layouts/_footer.html.erb (41.5ms)
Completed 200 OK in 372ms (Views: 272.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:25 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:07:25 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:25 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:25 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:25 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:25 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:25 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:25 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:07:25 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:25 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:07:25 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:07:25 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered docs/tml_content.html.erb (2.4ms)
Completed 200 OK in 107ms (Views: 3.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:07:26 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:07:26 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:07:26 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:07:26 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:07:26 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:07:26 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:07:26 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:07:26 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:07:26 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:26 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:26 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:26 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:26 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:07:26 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:07:26 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:07:40 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (262.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (16.0ms)
Completed 200 OK in 411ms (Views: 312.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (2.1ms)
Completed 200 OK in 63ms (Views: 2.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:07:41 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:07:58 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (284.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.5ms)
Completed 200 OK in 392ms (Views: 332.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.0ms)
Rendered docs/tml_content.html.erb (2.5ms)
Completed 200 OK in 106ms (Views: 3.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:07:59 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:08:35 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (255.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (13.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (16.9ms)
Completed 200 OK in 385ms (Views: 279.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (2.1ms)
Completed 200 OK in 106ms (Views: 2.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:08:36 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (290.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.5ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 413ms (Views: 312.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (2.1ms)
Completed 200 OK in 64ms (Views: 2.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:08:45 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:08:56 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (272.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.0ms)
Completed 200 OK in 379ms (Views: 294.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.6ms)
Rendered docs/tml_content.html.erb (3.2ms)
Completed 200 OK in 107ms (Views: 3.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:08:57 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:09:22 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (235.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (15.6ms)
Completed 200 OK in 358ms (Views: 258.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered docs/tml_content.html.erb (2.5ms)
Completed 200 OK in 105ms (Views: 3.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:09:23 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:09:32 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (266.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.5ms)
Rendered layouts/_header.html.erb (3.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (41.4ms)
Completed 200 OK in 418ms (Views: 315.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:32 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:32 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:32 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:09:32 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:32 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:32 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:32 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:32 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:32 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:09:32 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:09:32 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:09:33 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.2ms)
Rendered layouts/_head.html.erb (2.7ms)
Rendered docs/tml_content.html.erb (3.1ms)
Completed 200 OK in 65ms (Views: 3.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:09:33 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:09:33 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:09:33 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:09:33 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:09:33 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:09:33 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:09:33 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:09:33 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:09:33 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:33 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:09:33 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:33 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:33 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:33 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:09:33 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:09:38 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (267.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.5ms)
Rendered layouts/_header.html.erb (27.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (14.8ms)
Completed 200 OK in 374ms (Views: 314.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.0ms)
Rendered docs/tml_content.html.erb (2.4ms)
Completed 200 OK in 111ms (Views: 3.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:09:39 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:09:44 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (297.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (15.2ms)
Completed 200 OK in 376ms (Views: 319.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (2.0ms)
Completed 200 OK in 106ms (Views: 2.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:09:45 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (268.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (16.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (19.9ms)
Completed 200 OK in 394ms (Views: 295.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (2.1ms)
Completed 200 OK in 114ms (Views: 2.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:10:09 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (291.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.1ms)
Completed 200 OK in 413ms (Views: 314.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.1ms)
Rendered docs/tml_content.html.erb (2.5ms)
Completed 200 OK in 63ms (Views: 3.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:10:19 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (230.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (54.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (58.2ms)
Completed 200 OK in 409ms (Views: 295.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered docs/tml_content.html.erb (2.6ms)
Completed 200 OK in 88ms (Views: 3.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:11:39 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:11:52 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (274.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.0ms)
Completed 200 OK in 353ms (Views: 296.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered docs/tml_content.html.erb (2.4ms)
Completed 200 OK in 107ms (Views: 3.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:11:53 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:12:05 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (226.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (40.1ms)
Completed 200 OK in 378ms (Views: 273.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:12:05 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:12:05 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:12:05 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:12:05 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:12:05 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:12:05 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:12:05 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:12:05 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:12:05 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:12:05 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:12:05 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:12:06 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:12:06 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:12:06 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:12:06 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:12:06 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:12:06 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:12:06 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (2.2ms)
Completed 200 OK in 102ms (Views: 2.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:12:06 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:12:06 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:12:06 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:12:06 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:12:06 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:12:06 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:12:06 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:12:06 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:12:06 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:13:30 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (282.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.4ms)
Rendered layouts/_header.html.erb (28.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (16.0ms)
Completed 200 OK in 386ms (Views: 330.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.1ms)
Rendered docs/tml_content.html.erb (2.5ms)
Completed 200 OK in 110ms (Views: 3.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:13:31 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:14:55 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (293.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.5ms)
Completed 200 OK in 372ms (Views: 315.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:14:55 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:14:55 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:14:55 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:14:55 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:14:55 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:14:55 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:14:55 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:14:55 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:14:55 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:14:55 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:14:55 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:14:56 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.1ms)
Rendered docs/tml_content.html.erb (2.6ms)
Completed 200 OK in 109ms (Views: 3.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:14:56 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:14:56 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:14:56 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:14:56 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:14:56 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:14:56 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:14:56 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:14:56 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:14:56 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:14:56 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:14:56 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:14:56 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:14:56 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:14:56 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:14:56 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:15:53 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (301.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.1ms)
Completed 200 OK in 424ms (Views: 323.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.1ms)
Rendered docs/tml_content.html.erb (2.5ms)
Completed 200 OK in 65ms (Views: 3.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:15:54 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:16:50 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (230.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.2ms)
Completed 200 OK in 349ms (Views: 252.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:16:50 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:16:50 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:16:50 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:16:50 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:16:50 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:16:50 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:16:50 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:16:50 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:16:50 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:16:50 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:16:50 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:16:50 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (25.9ms)
Rendered docs/tml_content.html.erb (26.3ms)
Completed 200 OK in 127ms (Views: 27.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:16:51 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:16:51 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:16:51 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:16:51 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:16:51 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:16:51 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:16:51 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:16:51 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:16:51 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:16:51 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:16:51 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:16:51 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:16:51 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:16:51 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:16:51 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:17:47 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (271.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.9ms)
Completed 200 OK in 350ms (Views: 293.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:17:47 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:17:47 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:17:47 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:17:47 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:17:47 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:17:47 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:17:47 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:17:47 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:17:47 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:17:47 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:17:47 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:17:47 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered docs/tml_content.html.erb (2.3ms)
Completed 200 OK in 110ms (Views: 3.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:17:47 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:17:47 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:17:47 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:17:47 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:17:47 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:17:47 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:17:47 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:17:47 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:17:48 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:17:48 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:17:48 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:17:48 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:17:48 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:17:48 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:17:48 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:18:01 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (226.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (40.7ms)
Completed 200 OK in 371ms (Views: 274.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:18:01 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:01 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:01 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:01 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:01 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:01 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:01 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:18:01 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:01 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:01 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:18:01 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:18:01 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (2.1ms)
Completed 200 OK in 104ms (Views: 2.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:18:02 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:18:02 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:18:02 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:18:02 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:18:02 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:18:02 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:18:02 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:18:02 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:02 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:18:02 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:02 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:02 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:02 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:18:02 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:18:02 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Invite&tml_context=An+invitation&tml_tokens=%7B%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 16:18:04 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Invite", "tml_context"=>"An invitation", "tml_tokens"=>"{}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (211.8ms)
Completed 200 OK in 331ms (Views: 212.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:18:04 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:04 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:04 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:18:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:18:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+%5Bbold%3A+%7Buser%7D%5D&tml_context=&tml_tokens=%7B%22user%22%3A%22Michael%22%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 16:18:07 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello [bold: {user}]", "tml_context"=>"", "tml_tokens"=>"{\"user\":\"Michael\"}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (287.1ms)
Completed 200 OK in 357ms (Views: 287.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:18:07 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:07 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:07 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:07 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:18:07 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:07 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:18:07 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+%5Bbold%3A+%7Buser%7D%5D%2C+%5Bitalic%5Dyou+have+%5Bbold%3A+%7Bcount%7C%7Cmessage%7D%5D%5B%2Fitalic%5D.&tml_context=&tml_tokens=%7B%22user%22%3A%22Michael%22%2C%22count%22%3A3%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 16:18:12 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello [bold: {user}], [italic]you have [bold: {count||message}][/italic].", "tml_context"=>"", "tml_tokens"=>"{\"user\":\"Michael\",\"count\":3}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (218.2ms)
Completed 200 OK in 324ms (Views: 218.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:12 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:18:12 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:12 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:12 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:12 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:18:12 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:18:12 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7C%7Clikes%2C+like%7D+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A%5B%5B%7B%22gender%22%3A%22female%22%2C%22name%22%3A%22Anna%22%7D%5D%2C%7B%22attribute%22%3A%22name%22%7D%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 16:18:20 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users||likes, like} this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\":[[{\"gender\":\"female\",\"name\":\"Anna\"}],{\"attribute\":\"name\"}]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (260.6ms)
Completed 200 OK in 362ms (Views: 261.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:18:20 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:20 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:20 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:20 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:20 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:18:20 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:18:20 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7CHe+likes%2C+She+likes%2C+They+like%7D+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A%5B%5B%7B%22gender%22%3A%22female%22%2C%22name%22%3A%22Anna%22%7D%5D%2C%7B%22attribute%22%3A%22name%22%7D%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 16:18:27 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users|He likes, She likes, They like} this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\":[[{\"gender\":\"female\",\"name\":\"Anna\"}],{\"attribute\":\"name\"}]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered docs/tml_content.html.erb (221.0ms)
Completed 200 OK in 344ms (Views: 221.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:27 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:27 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:18:27 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:27 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:27 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:18:27 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:18:27 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Invite&tml_context=An+invitation&tml_tokens=%7B%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 16:18:37 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Invite", "tml_context"=>"An invitation", "tml_tokens"=>"{}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (218.0ms)
Completed 200 OK in 320ms (Views: 218.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:18:38 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:38 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:38 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:38 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:38 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:18:38 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:18:38 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7CHe+likes%2C+She+likes%2C+They+like%7D+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A%5B%5B%7B%22gender%22%3A%22male%22%2C%22name%22%3A%22Michael%22%7D%5D%2C%7B%22attribute%22%3A%22name%22%7D%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 16:18:45 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users|He likes, She likes, They like} this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\":[[{\"gender\":\"male\",\"name\":\"Michael\"}],{\"attribute\":\"name\"}]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (286.6ms)
Completed 200 OK in 346ms (Views: 287.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:18:46 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:46 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:46 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:46 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:18:46 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:18:46 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:18:46 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Connecting to database specified by database.yml
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
Migrating to CreateUsers (20130506202619)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "name" varchar(255), "first_name" varchar(255), "last_name" varchar(255), "gender" varchar(255), "locale" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_users_on_email" ON "users" ("email")[0m
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20130506202619')
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
Connecting to database specified by database.yml
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:20:08 -0800
Processing by DocsController#index as HTML
Compiled jquery.tocify.css (0ms) (pid 37041)
Compiled jquery.tocify.min.js (0ms) (pid 37041)
Compiled prism.css (0ms) (pid 37041)
Compiled prism_rails.css (85ms) (pid 37041)
Compiled prism.js (0ms) (pid 37041)
Compiled prism_rails.js (0ms) (pid 37041)
Rendered docs/index.html.erb within layouts/application (1428.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (7.2ms)
Rendered layouts/_flashes.html.erb (0.9ms)
Rendered layouts/_header.html.erb (4.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (14.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.1ms)
Rendered layouts/_footer.html.erb (19.1ms)
Completed 200 OK in 1780ms (Views: 1465.5ms | ActiveRecord: 0.7ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:20:10 -0800
Served asset /jquery.tocify.css - 200 OK (1ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:20:10 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:20:10 -0800
Served asset /jquery.tocify.min.js - 200 OK (28ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:20:10 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:20:10 -0800
Served asset /prism_rails.css - 200 OK (1ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:20:10 -0800
Served asset /prism.css - 200 OK (1ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:20:10 -0800
Served asset /prism.js - 200 OK (1ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:20:10 -0800
Served asset /prism_rails.js - 200 OK (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:20:10 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:20:10 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:20:10 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:20:10 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:20:10 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:20:10 -0800
Served asset /tr8n_logo.png - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n_logo.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:20:10 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (2ms)
Started GET "/assets/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:20:10 -0800
Served asset /tr8n_logo.png - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n_logo.png"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:20:10 -0800
Served asset /wordpress.png - 304 Not Modified (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:20:10 -0800
Served asset /facebook.png - 304 Not Modified (1ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:20:10 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:20:10 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:20:10 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:20:10 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:21:06 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (452.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.4ms)
Completed 200 OK in 575ms (Views: 474.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:21:07 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:21:07 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:07 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:07 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:07 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:07 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:21:07 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:21:07 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:21:07 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:21:07 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:07 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:07 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:21:07 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:21:07 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:07 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:21:07 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:21:07 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:21:07 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:21:07 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:21:07 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:21:36 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (441.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.7ms)
Completed 200 OK in 541ms (Views: 465.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:21:36 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:21:36 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:21:36 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:36 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:36 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:36 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:21:36 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:21:36 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:21:36 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:36 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:36 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:21:36 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:36 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:36 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:21:36 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:21:36 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:21:36 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:21:36 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:21:36 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:21:36 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:21:41 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (452.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.8ms)
Completed 200 OK in 601ms (Views: 475.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:21:41 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:21:41 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:41 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:41 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:41 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:41 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:21:41 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:21:41 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:21:41 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:21:41 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:41 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:41 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:21:41 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:41 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:21:42 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:21:42 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:21:42 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:21:42 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:21:42 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:21:42 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:21:43 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (459.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.7ms)
Completed 200 OK in 586ms (Views: 482.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:21:44 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:21:44 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:44 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:44 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:44 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:21:44 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:44 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:21:44 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:21:44 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:21:44 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:44 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:44 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:21:44 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:21:44 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:21:44 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:21:44 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:21:44 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:21:44 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:21:44 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:21:44 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:23:17 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (452.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (16.4ms)
Completed 200 OK in 604ms (Views: 476.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:23:18 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:23:18 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:23:18 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:23:18 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:23:18 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:23:18 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:23:18 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:23:18 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:23:18 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:23:18 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:23:18 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:23:18 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:23:18 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:23:18 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:23:18 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:23:18 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:23:18 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:23:18 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:23:18 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:23:18 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:23:19 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (459.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.2ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.4ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (13.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (16.7ms)
Completed 200 OK in 589ms (Views: 482.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:23:20 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:23:20 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:23:20 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:23:20 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:23:20 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:23:20 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:23:20 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:23:20 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:23:20 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:23:20 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:23:20 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:23:20 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:23:20 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:23:20 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:23:20 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:23:20 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:23:20 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:23:20 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:23:20 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:23:20 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:25:00 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (453.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.4ms)
Completed 200 OK in 557ms (Views: 476.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:25:01 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:25:01 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:25:01 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:25:01 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:25:01 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:25:01 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:25:01 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:25:01 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:25:01 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:25:01 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:25:01 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:25:01 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:25:01 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:25:01 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:25:01 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:25:01 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:25:01 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:25:01 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:25:01 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:25:01 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:25:09 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (466.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.7ms)
Completed 200 OK in 599ms (Views: 490.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:25:09 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:25:09 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:25:09 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:25:10 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:25:10 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:25:10 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:25:10 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:25:10 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:25:10 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:25:10 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:25:10 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:25:10 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:25:10 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:25:10 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:25:10 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:25:10 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:25:10 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:25:10 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:25:10 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:25:10 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:25:39 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (456.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (16.0ms)
Completed 200 OK in 582ms (Views: 479.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:25:40 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:25:40 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:25:40 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:25:40 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:25:40 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:25:40 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:25:40 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:25:40 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:25:40 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:25:40 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:25:40 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:25:40 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:25:40 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:25:40 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:25:40 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:25:40 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:25:40 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:25:40 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:25:40 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:25:40 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:26:01 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (420.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.9ms)
Completed 200 OK in 612ms (Views: 443.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:26:01 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:26:01 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:26:01 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:26:01 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:26:01 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:26:01 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:26:01 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:26:01 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:26:01 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:26:01 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:26:01 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:26:01 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:26:01 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:26:01 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:26:01 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:26:02 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:26:02 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:26:02 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:26:02 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:26:02 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:26:17 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (471.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.9ms)
Completed 200 OK in 553ms (Views: 494.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:26:18 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:26:18 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:26:18 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:26:18 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:26:18 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:26:18 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:26:18 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:26:18 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:26:18 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:26:18 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:26:18 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:26:18 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:26:18 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:26:18 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:26:18 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:26:18 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:26:18 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:26:18 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:26:18 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:26:18 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:27:45 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (465.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.7ms)
Completed 200 OK in 619ms (Views: 488.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:27:46 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:27:46 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:27:46 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:27:46 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:27:46 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:27:46 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:27:46 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:27:46 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:27:46 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:27:46 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:27:46 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:27:46 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:27:46 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:27:46 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:27:46 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:27:46 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:27:46 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:27:46 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:27:46 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:27:46 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (23.0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:28:16 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (449.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (16.6ms)
Completed 200 OK in 600ms (Views: 472.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:28:16 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:28:16 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:28:16 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:28:16 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:28:16 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:28:16 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:28:16 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (23.2ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:28:16 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:28:16 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:28:16 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:28:16 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:28:17 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:28:17 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:28:17 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:28:17 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:28:17 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:28:17 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:28:17 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:28:17 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:28:17 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:29:12 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (446.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (16.4ms)
Completed 200 OK in 618ms (Views: 470.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:29:12 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:29:12 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:29:12 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:29:12 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:29:12 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:29:12 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:29:12 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:29:12 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:29:12 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:29:12 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:29:12 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:29:12 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:29:12 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:29:12 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:29:12 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:29:12 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:29:12 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:29:12 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:29:12 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:29:12 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:29:19 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (412.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (23.4ms)
Rendered layouts/_head.html.erb (25.2ms)
Rendered layouts/_flashes.html.erb (0.4ms)
Rendered layouts/_header.html.erb (3.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (16.4ms)
Completed 200 OK in 567ms (Views: 460.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:29:20 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:29:20 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:29:20 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:29:20 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:29:20 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:29:20 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:29:20 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:29:20 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:29:20 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:29:20 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:29:20 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:29:20 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:29:20 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:29:20 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:29:20 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:29:20 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:29:20 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:29:20 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:29:20 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:29:20 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:29:42 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (461.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.7ms)
Completed 200 OK in 562ms (Views: 484.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:29:42 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:29:42 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:29:42 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:29:42 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:29:42 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:29:42 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:29:42 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:29:42 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:29:42 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:29:42 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:29:42 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:29:42 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:29:42 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:29:42 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:29:42 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:29:42 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:29:42 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:29:42 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:29:43 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:29:43 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:30:21 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (474.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.4ms)
Completed 200 OK in 572ms (Views: 497.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:30:22 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:30:22 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:30:22 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:30:22 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:30:22 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:30:22 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:30:22 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:30:22 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:30:22 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:30:22 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:30:22 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:30:22 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:30:22 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:30:22 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:30:22 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:30:22 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:30:22 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:30:22 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:30:22 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:30:22 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:30:25 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (466.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.6ms)
Completed 200 OK in 596ms (Views: 489.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:30:25 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:30:25 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:30:25 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:30:25 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:30:25 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:30:25 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:30:25 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:30:25 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:30:25 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:30:25 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:30:25 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:30:25 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:30:25 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:30:25 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:30:25 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:30:25 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:30:25 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:30:25 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:30:25 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:30:25 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:32:35 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (544.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (6.9ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.9ms)
Rendered layouts/_footer.html.erb (16.4ms)
Completed 200 OK in 693ms (Views: 578.1ms | ActiveRecord: 0.7ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:32:36 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:32:36 -0800
Served asset /application.css - 304 Not Modified (24ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:32:36 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:32:36 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:32:36 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:32:36 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:32:36 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:32:36 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:32:36 -0800
Served asset /prism_rails.css - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:32:36 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:32:36 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (1ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:32:36 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:32:36 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:32:36 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:32:36 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:32:36 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:32:36 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:32:36 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:32:36 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:32:36 -0800
Served asset /github.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:33:07 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (527.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (31.3ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.1ms)
Rendered layouts/_footer.html.erb (16.4ms)
Completed 200 OK in 728ms (Views: 584.8ms | ActiveRecord: 0.7ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:33:08 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:33:08 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:08 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:08 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:08 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:08 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:33:08 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:33:08 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:33:08 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:33:08 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:08 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (1ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:08 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:33:08 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:33:08 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:08 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:33:08 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:33:08 -0800
Served asset /wordpress.png - 304 Not Modified (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:33:08 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:33:08 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:33:08 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:33:25 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (450.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 577ms (Views: 472.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:33:25 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:33:25 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:25 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:25 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:25 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:25 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:33:25 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:33:25 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:33:25 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:33:25 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:25 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:25 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:33:25 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:33:25 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:26 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:33:26 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:33:26 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:33:26 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:33:26 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:33:26 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:33:44 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (311.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.1ms)
Completed 200 OK in 394ms (Views: 333.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /ace/ace.js - 304 Not Modified (25ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /ace/mode-html.js - 304 Not Modified (1ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /ace/mode-json.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.0ms)
Rendered docs/tml_content.html.erb (2.9ms)
Completed 200 OK in 102ms (Views: 3.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (2ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /ace/worker-json.js - 304 Not Modified (1ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:33:45 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:36:43 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (298.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 425ms (Views: 320.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (2.1ms)
Completed 200 OK in 62ms (Views: 2.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:36:44 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (272.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.0ms)
Completed 200 OK in 350ms (Views: 294.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (2.1ms)
Completed 200 OK in 106ms (Views: 2.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:37:07 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Number+of+messages%3A+%7Bcount%7D&tml_context=&tml_tokens=%7B%22count%22%3A5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 16:37:13 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Number of messages: {count}", "tml_context"=>"", "tml_tokens"=>"{\"count\":5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.2ms)
Rendered layouts/_head.html.erb (29.4ms)
Rendered docs/tml_content.html.erb (243.4ms)
Completed 200 OK in 360ms (Views: 244.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:37:13 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:13 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:13 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:13 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:13 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:37:13 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:37:13 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Number+of+messages%3A+%7Bcount%7D&tml_context=&tml_tokens=%7B%22count%22%3A5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 16:37:14 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Number of messages: {count}", "tml_context"=>"", "tml_tokens"=>"{\"count\":5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (222.7ms)
Completed 200 OK in 329ms (Views: 223.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:37:14 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:14 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:14 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:14 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:37:14 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:14 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:37:14 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+have+%7Bcount%7C%7C+one%3A+message%2C+other%3A+messages%7D&tml_context=&tml_tokens=%7B%22count%22%3A5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 16:37:17 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You have {count|| one: message, other: messages}", "tml_context"=>"", "tml_tokens"=>"{\"count\":5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (261.9ms)
Completed 200 OK in 340ms (Views: 262.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:37:17 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:17 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:17 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:17 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:17 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:37:17 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:37:17 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+have+%7Bcount%7C%7C+one%3A+message%2C+other%3A+messages%7D&tml_context=&tml_tokens=%7B%22count%22%3A5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 16:37:18 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You have {count|| one: message, other: messages}", "tml_context"=>"", "tml_tokens"=>"{\"count\":5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (220.2ms)
Completed 200 OK in 335ms (Views: 220.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:37:19 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:19 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:19 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:19 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:37:19 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:19 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:37:19 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+have+%7Bcount%7C%7C+message%2C+messages%7D&tml_context=&tml_tokens=%7B%22count%22%3A5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 16:37:21 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You have {count|| message, messages}", "tml_context"=>"", "tml_tokens"=>"{\"count\":5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.2ms)
Rendered layouts/_head.html.erb (2.0ms)
Rendered docs/tml_content.html.erb (260.7ms)
Completed 200 OK in 377ms (Views: 261.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:37:21 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:21 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:21 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:21 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:21 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:37:21 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:37:21 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+have+%7Bcount%7C%7C+message%2C+messages%7D&tml_context=&tml_tokens=%7B%22count%22%3A5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 16:37:22 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You have {count|| message, messages}", "tml_context"=>"", "tml_tokens"=>"{\"count\":5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (254.0ms)
Completed 200 OK in 352ms (Views: 254.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:37:23 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:23 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:23 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:37:23 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:23 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:23 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:37:23 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+have+%7Bcount%7C%7C+message%7D&tml_context=&tml_tokens=%7B%22count%22%3A5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 16:37:25 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You have {count|| message}", "tml_context"=>"", "tml_tokens"=>"{\"count\":5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (217.4ms)
Completed 200 OK in 377ms (Views: 218.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:37:25 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:25 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:25 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:25 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:25 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:37:25 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:37:25 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=You+have+%7Bcount%7C%7C+message%7D&tml_context=&tml_tokens=%7B%22count%22%3A5%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 16:37:26 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"You have {count|| message}", "tml_context"=>"", "tml_tokens"=>"{\"count\":5}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (272.5ms)
Completed 200 OK in 331ms (Views: 273.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:37:27 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:27 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:27 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:37:27 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:27 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:37:27 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:37:27 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:40:05 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (426.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 575ms (Views: 448.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:40:06 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:06 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:06 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:40:06 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:40:06 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:06 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:06 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:40:06 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:40:06 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:40:06 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:06 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:06 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:40:06 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:40:06 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:06 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:40:06 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:40:06 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:40:06 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:40:06 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:40:06 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:40:08 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (463.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.2ms)
Completed 200 OK in 571ms (Views: 485.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:40:09 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:40:09 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:09 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:09 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:40:09 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:40:09 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:40:09 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:40:09 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:09 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:09 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:40:09 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:09 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:40:09 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:09 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:09 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:40:09 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:40:09 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:40:09 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:40:09 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:40:09 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:40:20 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (522.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (7.2ms)
Rendered layouts/_flashes.html.erb (0.8ms)
Rendered layouts/_header.html.erb (4.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.1ms)
Rendered layouts/_footer.html.erb (42.6ms)
Completed 200 OK in 725ms (Views: 583.1ms | ActiveRecord: 0.7ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:40:21 -0800
Served asset /application.css - 304 Not Modified (2ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:21 -0800
Served asset /application.js - 304 Not Modified (27ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:21 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:40:21 -0800
Served asset /jquery.tocify.css - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:21 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:21 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:40:21 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:40:21 -0800
Served asset /prism.css - 304 Not Modified (1ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:40:21 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:40:21 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:21 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (1ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:21 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:40:21 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:40:21 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:21 -0800
Served asset /prism_rails.js - 304 Not Modified (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:40:21 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:40:21 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:40:21 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:40:21 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:40:21 -0800
Served asset /linkedin.png - 304 Not Modified (1ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:40:22 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (501.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.4ms)
Completed 200 OK in 623ms (Views: 524.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:40:23 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:40:23 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:23 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:23 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:40:23 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:23 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:23 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:40:23 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:40:23 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:40:23 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:23 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:23 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:40:23 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:40:23 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:40:23 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:40:23 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:40:23 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:40:23 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:40:23 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:40:23 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:41:42 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (487.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.9ms)
Completed 200 OK in 567ms (Views: 509.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:41:43 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:41:43 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:41:43 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:41:43 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:41:43 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:41:43 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:41:43 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:41:43 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:41:43 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:41:43 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:41:43 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:41:43 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:41:43 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:41:43 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:41:43 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:41:43 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:41:43 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:41:43 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:41:43 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:41:43 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:41:46 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (494.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.5ms)
Completed 200 OK in 620ms (Views: 516.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:41:46 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:41:47 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:41:47 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:41:47 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:41:47 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:41:47 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:41:47 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:41:47 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:41:47 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:41:47 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:41:47 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:41:47 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:41:47 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:41:47 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:41:47 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:41:47 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:41:47 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:41:47 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:41:47 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:41:47 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:43:34 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (545.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (7.2ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.0ms)
Rendered layouts/_footer.html.erb (15.9ms)
Completed 200 OK in 652ms (Views: 578.2ms | ActiveRecord: 0.9ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:43:34 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:43:34 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:43:35 -0800
Served asset /jquery.tocify.css - 304 Not Modified (28ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:43:35 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:43:35 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:43:35 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:43:35 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:43:35 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:43:35 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:43:35 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:43:35 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:43:35 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:43:35 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:43:35 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:43:35 -0800
Served asset /prism_rails.js - 304 Not Modified (1ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:43:35 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:43:35 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:43:35 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:43:35 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:43:35 -0800
Served asset /github.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:44:37 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (493.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (7.1ms)
Rendered layouts/_flashes.html.erb (0.8ms)
Rendered layouts/_header.html.erb (5.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.1ms)
Rendered layouts/_footer.html.erb (44.3ms)
Completed 200 OK in 693ms (Views: 556.5ms | ActiveRecord: 0.6ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:44:38 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:44:38 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:44:38 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:44:38 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:44:38 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:44:38 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:44:38 -0800
Served asset /jquery.tocify.css - 304 Not Modified (1ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:44:38 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:44:38 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:44:38 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:44:38 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:44:38 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:44:38 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:44:38 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:44:38 -0800
Served asset /prism_rails.js - 304 Not Modified (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:44:38 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:44:38 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:44:38 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:44:38 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:44:38 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:46:41 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (1436.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (27.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.8ms)
Completed 200 OK in 1794ms (Views: 1484.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:46:43 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:46:43 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:46:43 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:46:43 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:46:43 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:46:43 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:46:43 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:46:43 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:46:43 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:46:43 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:46:43 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:46:43 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:46:43 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:46:43 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:46:43 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:46:43 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:46:43 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:46:43 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:46:43 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:46:43 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:46:46 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (461.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.4ms)
Rendered layouts/_header.html.erb (4.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (16.8ms)
Completed 200 OK in 601ms (Views: 486.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:46:47 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:46:47 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:46:47 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:46:47 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:46:47 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:46:47 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:46:47 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:46:47 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:46:47 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:46:47 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:46:47 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:46:47 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:46:47 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:46:47 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:46:47 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:46:47 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:46:47 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:46:47 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:46:47 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:46:47 -0800
Served asset /application.js - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:48:27 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (524.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (33.0ms)
Rendered layouts/_flashes.html.erb (0.8ms)
Rendered layouts/_header.html.erb (5.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.1ms)
Rendered layouts/_footer.html.erb (17.4ms)
Completed 200 OK in 679ms (Views: 586.1ms | ActiveRecord: 0.7ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:48:28 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:48:28 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:48:28 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:48:28 -0800
Served asset /application.js - 304 Not Modified (25ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:48:28 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:48:28 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:48:28 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:48:28 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:48:28 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:48:28 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:48:28 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (1ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:48:28 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:48:28 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:48:28 -0800
Served asset /prism_rails.js - 304 Not Modified (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:48:28 -0800
Served asset /github.png - 304 Not Modified (1ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:48:28 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:48:28 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:48:28 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:48:28 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:48:28 -0800
Served asset /facebook.png - 304 Not Modified (1ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:48:29 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (491.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.4ms)
Completed 200 OK in 619ms (Views: 514.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:48:29 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:48:29 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:48:29 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:48:29 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:48:29 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:48:29 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:48:29 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:48:29 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:48:29 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:48:29 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:48:29 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:48:29 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:48:29 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:48:29 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:48:29 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:48:29 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:48:29 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:48:29 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:48:29 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:48:29 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:49:10 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (350.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (7.4ms)
Rendered layouts/_flashes.html.erb (1.2ms)
Rendered layouts/_header.html.erb (7.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.1ms)
Rendered layouts/_footer.html.erb (40.9ms)
Completed 200 OK in 552ms (Views: 411.8ms | ActiveRecord: 0.6ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:49:10 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:49:10 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:49:10 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:49:10 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (22ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:49:10 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:49:10 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:49:10 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:49:10 -0800
Served asset /prism.css - 304 Not Modified (1ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:49:10 -0800
Served asset /prism_rails.css - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:49:10 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:49:10 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (1ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:49:10 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:49:10 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:49:10 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:49:10 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:49:10 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:49:10 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:49:10 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:49:10 -0800
Served asset /wordpress.png - 304 Not Modified (1ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:49:10 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:50:47 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (332.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (30.9ms)
Rendered layouts/_flashes.html.erb (1.3ms)
Rendered layouts/_header.html.erb (8.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.3ms)
Rendered layouts/_footer.html.erb (41.7ms)
Completed 200 OK in 556ms (Views: 418.5ms | ActiveRecord: 0.7ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:50:48 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:50:48 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:50:48 -0800
Served asset /bootstrap.js - 304 Not Modified (21ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:50:48 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:50:48 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:50:48 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:50:48 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:50:48 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:50:48 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:50:48 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:50:48 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:50:48 -0800
Served asset /prism.js - 304 Not Modified (1ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:50:48 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:50:48 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:50:48 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (1ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:50:48 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:50:48 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:50:48 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:50:48 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:50:48 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:51:13 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (606.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (7.2ms)
Rendered layouts/_flashes.html.erb (1.4ms)
Rendered layouts/_header.html.erb (32.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.5ms)
Rendered layouts/_footer.html.erb (20.0ms)
Completed 200 OK in 744ms (Views: 672.1ms | ActiveRecord: 0.7ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:51:14 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:51:14 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:51:14 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (23ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:51:14 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:51:14 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:51:14 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:51:14 -0800
Served asset /jquery.tocify.css - 304 Not Modified (1ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:51:14 -0800
Served asset /prism.css - 304 Not Modified (1ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:51:14 -0800
Served asset /prism_rails.css - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:51:14 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:51:14 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (1ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:51:14 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:51:14 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:51:14 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:51:14 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:51:15 -0800
Served asset /facebook.png - 304 Not Modified (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:51:15 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:51:15 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:51:15 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:51:15 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:51:41 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (518.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (6.9ms)
Rendered layouts/_flashes.html.erb (0.8ms)
Rendered layouts/_header.html.erb (5.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.2ms)
Rendered layouts/_footer.html.erb (17.6ms)
Completed 200 OK in 696ms (Views: 578.6ms | ActiveRecord: 0.7ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:51:42 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:51:42 -0800
Served asset /application.js - 304 Not Modified (28ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:51:42 -0800
Served asset /jquery.tocify.css - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:51:42 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:51:42 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:51:42 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:51:42 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:51:42 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:51:42 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:51:42 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:51:42 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (1ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:51:42 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:51:42 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:51:42 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:51:42 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:51:42 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:51:42 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:51:42 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:51:42 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:51:42 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:52:38 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (3107.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (7.2ms)
Rendered layouts/_flashes.html.erb (0.8ms)
Rendered layouts/_header.html.erb (5.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.1ms)
Rendered layouts/_footer.html.erb (17.6ms)
Completed 200 OK in 3218ms (Views: 3143.3ms | ActiveRecord: 0.6ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:52:41 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:52:41 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:52:41 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:52:41 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:52:41 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:52:41 -0800
Served asset /jquery.tocify.css - 304 Not Modified (1ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:52:41 -0800
Served asset /prism.css - 304 Not Modified (1ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:52:41 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:52:41 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:52:41 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:52:41 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:52:41 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:52:41 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:52:41 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:52:41 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:52:41 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:52:41 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:52:41 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:52:41 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:52:41 -0800
Served asset /twitter.png - 304 Not Modified (1ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:52:43 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (2776.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.1ms)
Rendered layouts/_flashes.html.erb (0.4ms)
Rendered layouts/_header.html.erb (5.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (16.0ms)
Completed 200 OK in 2906ms (Views: 2802.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:52:45 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:52:45 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:52:45 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:52:45 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:52:45 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:52:45 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:52:45 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:52:45 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:52:45 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:52:46 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:52:46 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:52:46 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:52:46 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:52:46 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:52:46 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:52:46 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:52:46 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:52:46 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:52:46 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:52:46 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:55:48 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (2867.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.4ms)
Completed 200 OK in 3029ms (Views: 2890.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:55:51 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:55:51 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:55:51 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:55:51 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:55:51 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:55:51 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:55:51 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:55:51 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:55:51 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:55:51 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:55:51 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:55:51 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:55:51 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:55:51 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:55:51 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:55:51 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:55:51 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:55:51 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:55:51 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:55:51 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:56:11 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (2979.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.4ms)
Rendered layouts/_header.html.erb (46.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.9ms)
Completed 200 OK in 3168ms (Views: 3045.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:56:14 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:56:14 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:56:14 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:56:14 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:56:14 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:56:14 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:56:14 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:56:14 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:56:14 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:56:14 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:56:14 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:56:14 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:56:14 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:56:14 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:56:14 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:56:15 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:56:15 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:56:15 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:56:15 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:56:15 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:56:16 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (3019.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.4ms)
Rendered layouts/_header.html.erb (4.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (16.4ms)
Completed 200 OK in 3144ms (Views: 3043.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:56:19 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:56:19 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:56:19 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:56:19 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:56:19 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:56:19 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:56:19 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:56:19 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:56:19 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:56:19 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:56:19 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:56:19 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:56:19 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:56:19 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:56:19 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:56:19 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:56:19 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:56:19 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:56:19 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:56:19 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:57:24 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (523.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (35.1ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.0ms)
Rendered layouts/_footer.html.erb (17.3ms)
Completed 200 OK in 707ms (Views: 585.8ms | ActiveRecord: 0.7ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:57:25 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:57:25 -0800
Served asset /jquery191.js - 304 Not Modified (25ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:57:25 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (2ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:57:25 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:57:25 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:57:25 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:57:25 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:57:25 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:57:25 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:57:25 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:57:25 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (1ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:57:25 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:57:25 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:57:25 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:57:25 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:57:25 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:57:25 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:57:25 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:57:25 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:57:25 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:57:27 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (419.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.9ms)
Completed 200 OK in 567ms (Views: 441.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:57:28 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:57:28 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:57:28 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:57:28 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:57:28 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:57:28 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:57:28 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:57:28 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:57:28 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:57:28 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:57:28 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:57:28 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:57:28 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:57:28 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:57:28 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:57:28 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:57:28 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:57:28 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:57:28 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:57:28 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 16:59:32 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (471.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (28.1ms)
Rendered layouts/_footer.html.erb (42.7ms)
Completed 200 OK in 627ms (Views: 520.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 16:59:32 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 16:59:32 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 16:59:32 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:59:32 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 16:59:32 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 16:59:32 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 16:59:32 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 16:59:32 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 16:59:32 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 16:59:32 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 16:59:32 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 16:59:32 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 16:59:32 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 16:59:32 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 16:59:33 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 16:59:33 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 16:59:33 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 16:59:33 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 16:59:33 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 16:59:33 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:01:07 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (524.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.9ms)
Completed 200 OK in 660ms (Views: 547.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:08 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:08 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:08 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:08 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:08 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:08 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:01:08 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:08 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:01:08 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:08 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:08 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:08 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:08 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 17:01:08 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:01:08 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:01:08 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:01:08 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:01:08 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:01:08 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:01:08 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:01:09 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (520.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.6ms)
Completed 200 OK in 601ms (Views: 542.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:10 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:10 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:10 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:10 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:10 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:10 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:10 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:10 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:01:10 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 17:01:10 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:10 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:01:10 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:01:10 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:10 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:10 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:01:10 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:01:10 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:01:10 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:01:10 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:01:10 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:01:26 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (484.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (40.4ms)
Completed 200 OK in 687ms (Views: 531.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:27 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:27 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 17:01:27 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:27 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:27 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:27 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:27 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:27 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:27 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:01:27 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:27 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:27 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:01:27 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:27 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:01:27 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:01:27 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:01:27 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:01:27 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:01:27 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:01:27 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:01:36 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (531.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (16.1ms)
Completed 200 OK in 658ms (Views: 554.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:37 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:37 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 17:01:37 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:37 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:37 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:37 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:37 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:37 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:37 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:01:37 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:37 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:37 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:01:37 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:01:37 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:37 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:01:37 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:01:37 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:01:37 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:01:37 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:01:37 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:01:51 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (578.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (7.2ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (34.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.1ms)
Rendered layouts/_footer.html.erb (38.9ms)
Completed 200 OK in 755ms (Views: 634.8ms | ActiveRecord: 0.7ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 17:01:52 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/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)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:52 -0800
Served asset /application.css - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:52 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:52 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:52 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:52 -0800
Served asset /prism.css - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:01:52 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:52 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:01:52 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:52 -0800
Served asset /prism_rails.css - 304 Not Modified (1ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:52 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:01:52 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:52 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:52 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:52 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:01:52 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:01:52 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:01:52 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:01:52 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:01:52 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:01:55 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (316.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (39.7ms)
Completed 200 OK in 540ms (Views: 362.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:56 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 17:01:56 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:56 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:56 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:56 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:56 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:56 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:56 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:56 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:01:56 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:56 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:56 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:56 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:01:56 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:01:56 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:01:56 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:01:56 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:01:56 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:01:56 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:01:56 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:01:59 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (347.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (15.0ms)
Completed 200 OK in 551ms (Views: 368.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:59 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 17:01:59 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (0ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:59 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:59 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:59 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:59 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:59 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:59 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:01:59 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:01:59 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:59 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:59 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:01:59 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:01:59 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:01:59 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:01:59 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:01:59 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:01:59 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:01:59 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:01:59 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:02:07 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (515.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.8ms)
Completed 200 OK in 642ms (Views: 537.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:02:08 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:02:08 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:02:08 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:02:08 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:02:08 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 17:02:08 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:02:08 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:02:08 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:02:08 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:02:08 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:02:08 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:02:08 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:02:08 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:02:08 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:02:08 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:02:08 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:02:08 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:02:08 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:02:08 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:02:08 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:02:12 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (480.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (15.0ms)
Completed 200 OK in 589ms (Views: 501.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:02:12 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:02:12 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js" for 127.0.0.1 at 2013-11-19 17:02:12 -0800
Served asset /tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js - 404 Not Found (1ms)
ActionController::RoutingError (No route matches [GET] "/assets/tr8n/vendor/jquery/jquery-ui-1.10.3.custom.min.js"):
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'
puma (2.6.0) lib/puma/server.rb:486:in `handle_request'
puma (2.6.0) lib/puma/server.rb:357:in `process_client'
puma (2.6.0) lib/puma/server.rb:250:in `block in run'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `call'
puma (2.6.0) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:02:12 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:02:12 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:02:12 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:02:12 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:02:12 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:02:12 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:02:12 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:02:12 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:02:12 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:02:12 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:02:12 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:02:12 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:02:12 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:02:12 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:02:12 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:02:12 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:02:12 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:02:55 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (478.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (26.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.9ms)
Completed 200 OK in 581ms (Views: 524.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:02:56 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:02:56 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:02:56 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:02:56 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:02:56 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:02:56 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:02:56 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:02:56 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:02:56 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:02:56 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:02:56 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:02:56 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:02:56 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:02:56 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:02:56 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:02:56 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:02:56 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:02:56 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:02:56 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:03:07 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (529.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (32.4ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.9ms)
Rendered layouts/_footer.html.erb (16.5ms)
Completed 200 OK in 681ms (Views: 587.5ms | ActiveRecord: 0.7ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:03:07 -0800
Served asset /application.css - 304 Not Modified (2ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:08 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:03:08 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:08 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:08 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:08 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:03:08 -0800
Served asset /prism.css - 304 Not Modified (1ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:03:08 -0800
Served asset /prism_rails.css - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:03:08 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:08 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (1ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:08 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:08 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:03:08 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:03:08 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:03:08 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:03:08 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:03:08 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:03:08 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:03:08 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:03:14 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (491.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (14.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (18.3ms)
Completed 200 OK in 649ms (Views: 516.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:03:14 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:14 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:03:14 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:14 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:14 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:14 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:03:14 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:03:14 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:03:14 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:14 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:14 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:14 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:03:14 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:03:14 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:03:15 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:03:15 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:03:15 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:03:15 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:03:15 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:03:15 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (485.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (25.3ms)
Rendered layouts/_header.html.erb (28.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.1ms)
Completed 200 OK in 633ms (Views: 532.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:03:16 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:16 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:03:16 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:03:16 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:03:16 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:16 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:16 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:16 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:03:16 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:16 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:16 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:16 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:03:16 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:03:16 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:03:16 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:03:16 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:03:16 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:03:16 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:03:16 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 17:03:20 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (191.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (41.0ms)
Completed 200 OK in 434ms (Views: 240.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:03:20 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:20 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:03:20 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:03:20 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:20 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:20 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:20 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:03:20 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:03:20 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:03:20 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:03:20 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:03:20 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:03:20 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 17:03:41 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (279.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (39.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.1ms)
Rendered layouts/_footer.html.erb (43.7ms)
Completed 200 OK in 439ms (Views: 330.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:03:42 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:42 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:42 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:42 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:42 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:03:42 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:03:42 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:03:42 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:03:42 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:03:42 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:03:42 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:03:42 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:03:42 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (200.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (31.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 446ms (Views: 251.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /ace/ace.js - 304 Not Modified (1ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /ace/mode-html.js - 304 Not Modified (1ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /ace/mode-json.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.2ms)
Rendered layouts/_head.html.erb (2.9ms)
Rendered docs/tml_content.html.erb (3.9ms)
Completed 200 OK in 108ms (Views: 4.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (2ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /ace/worker-json.js - 304 Not Modified (2ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:03:53 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=%7Busers%7CHe+likes%2C+She+likes%2C+They+like%7D+this+post.&tml_context=&tml_tokens=%7B%22users%22%3A%5B%5B%7B%22gender%22%3A%22male%22%2C%22name%22%3A%22Michael%22%7D%5D%2C%7B%22attribute%22%3A%22name%22%7D%5D%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 17:03:58 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"{users|He likes, She likes, They like} this post.", "tml_context"=>"", "tml_tokens"=>"{\"users\":[[{\"gender\":\"male\",\"name\":\"Michael\"}],{\"attribute\":\"name\"}]}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (193.6ms)
Completed 200 OK in 339ms (Views: 194.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:59 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:59 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:59 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:03:59 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:03:59 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:03:59 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:03:59 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+World&tml_context=&tml_tokens=%7B%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 17:04:10 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello World", "tml_context"=>"", "tml_tokens"=>"{}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (224.8ms)
Completed 200 OK in 300ms (Views: 225.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:04:10 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:04:10 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:04:10 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:04:10 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:04:10 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:04:10 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:04:10 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+World&tml_context=&tml_tokens=%7B%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 17:04:11 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello World", "tml_context"=>"", "tml_tokens"=>"{}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (189.9ms)
Completed 200 OK in 288ms (Views: 190.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:04:11 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:04:11 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:04:11 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:04:11 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:04:11 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:04:11 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:04:11 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content?tml_label=Hello+World&tml_context=&tml_tokens=%7B%7D&tml_options=%7B%7D" for 127.0.0.1 at 2013-11-19 17:04:13 -0800
Processing by DocsController#tml_content as HTML
Parameters: {"tml_label"=>"Hello World", "tml_context"=>"", "tml_tokens"=>"{}", "tml_options"=>"{}"}
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (196.1ms)
Completed 200 OK in 299ms (Views: 196.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:04:14 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:04:14 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:04:14 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:04:14 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:04:14 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:04:14 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:04:14 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/login/out" for 127.0.0.1 at 2013-11-19 17:04:18 -0800
Processing by LoginController#out as HTML
Completed 500 Internal Server Error in 108ms
NoMethodError (undefined method `lightbox?' for #):
app/controllers/login_controller.rb:42:in `out'
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Users/michael/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (32.4ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 17:21:01 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (272.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.2ms)
Completed 200 OK in 399ms (Views: 295.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:01 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:21:01 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:01 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:01 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:01 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:01 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:01 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:21:01 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:01 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:01 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:21:01 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 17:21:01 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.2ms)
Rendered layouts/_head.html.erb (2.2ms)
Rendered docs/tml_content.html.erb (2.7ms)
Completed 200 OK in 65ms (Views: 3.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 17:21:01 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 17:21:01 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:21:01 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:21:01 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:21:01 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:21:01 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:21:01 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:21:01 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:21:02 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:02 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:02 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:02 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:02 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:21:02 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:21:02 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (268.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (2.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (43.4ms)
Completed 200 OK in 374ms (Views: 317.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (2.2ms)
Completed 200 OK in 103ms (Views: 2.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:21:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (229.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (25.5ms)
Rendered layouts/_header.html.erb (27.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.4ms)
Completed 200 OK in 399ms (Views: 276.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (2.2ms)
Completed 200 OK in 64ms (Views: 2.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:21:11 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 17:21:41 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (250.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (14.9ms)
Completed 200 OK in 370ms (Views: 272.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (2.2ms)
Completed 200 OK in 105ms (Views: 2.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:21:42 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 17:21:46 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (247.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (14.8ms)
Completed 200 OK in 374ms (Views: 269.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.6ms)
Rendered docs/tml_content.html.erb (3.1ms)
Completed 200 OK in 111ms (Views: 3.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:21:47 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 17:22:38 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (293.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 373ms (Views: 315.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (2.1ms)
Completed 200 OK in 103ms (Views: 2.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:22:39 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:22:46 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (484.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.2ms)
Completed 200 OK in 633ms (Views: 506.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:22:47 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:22:47 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:22:47 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:22:47 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:22:47 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:22:47 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:22:47 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:22:47 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:22:47 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:22:47 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:22:47 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:22:47 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:22:47 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:22:47 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:22:47 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:22:47 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:22:47 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:22:47 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:22:47 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:25:21 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (492.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (32.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.6ms)
Completed 200 OK in 626ms (Views: 544.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:25:21 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:25:21 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:25:21 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:25:21 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:25:21 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:25:21 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:25:21 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:25:21 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:25:21 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:25:21 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:25:21 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:25:21 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:25:21 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:25:21 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:25:21 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:25:21 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:25:21 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:25:21 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:25:21 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:26:10 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (518.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.4ms)
Completed 200 OK in 664ms (Views: 541.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:26:11 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:11 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:11 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:11 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:11 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:26:11 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:26:11 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:26:11 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:26:11 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:11 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:11 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:11 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:26:11 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:26:11 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:26:11 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:26:11 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:26:11 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:26:11 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:26:11 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:26:25 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (515.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.5ms)
Completed 200 OK in 642ms (Views: 538.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:26:26 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:26 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:26:26 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:26 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:26:26 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:26 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:26 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:26:26 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:26:26 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:26 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:26 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:26 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:26:26 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:26:26 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:26:26 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:26:26 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:26:26 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:26:26 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:26:26 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:26:30 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (496.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.2ms)
Completed 200 OK in 604ms (Views: 544.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:26:31 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:26:31 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:26:31 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:31 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:31 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:31 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:31 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:26:31 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:26:31 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:31 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:31 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:31 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:26:31 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:26:31 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:26:31 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:26:31 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:26:31 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:26:31 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:26:31 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:26:46 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (492.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (41.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (44.8ms)
Completed 200 OK in 665ms (Views: 543.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:26:47 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:47 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:47 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:26:47 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:47 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:47 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:26:47 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:26:47 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:26:47 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:47 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:47 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:47 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:26:47 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:26:47 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:26:47 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:26:47 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:26:47 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:26:47 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:26:47 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:26:50 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (508.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (33.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.4ms)
Completed 200 OK in 668ms (Views: 560.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:26:51 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:51 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:51 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:51 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:51 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:26:51 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:26:51 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:26:51 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:26:51 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:51 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:51 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:26:51 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:26:51 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:26:51 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:26:51 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:26:51 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:26:51 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:26:51 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:26:51 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 17:26:59 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (230.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (28.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 410ms (Views: 277.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:27:00 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:27:00 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:27:00 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:27:00 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:27:00 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:27:00 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:27:00 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:27:00 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:27:00 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:27:00 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:27:00 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:27:00 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:27:00 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 17:27:03 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (268.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (29.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.5ms)
Completed 200 OK in 451ms (Views: 316.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (2.3ms)
Completed 200 OK in 63ms (Views: 2.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:27:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 17:27:05 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (265.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.1ms)
Completed 200 OK in 518ms (Views: 288.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:27:06 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:27:06 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:27:06 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:27:06 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:27:06 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:27:06 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:27:06 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:27:06 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 17:27:06 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 17:27:06 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:27:06 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 17:27:06 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:27:06 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:27:06 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 17:27:06 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:27:06 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:27:06 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 17:28:55 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (323.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (27.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.6ms)
Completed 200 OK in 474ms (Views: 370.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:28:55 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:28:55 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:28:55 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:28:55 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:28:55 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:28:55 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:28:55 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:28:55 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 17:28:55 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 17:28:55 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:28:55 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:28:55 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 17:28:55 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:28:55 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:28:55 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:28:55 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 17:28:55 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 17:35:42 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (342.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.2ms)
Completed 200 OK in 422ms (Views: 364.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:35:43 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:35:43 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:35:43 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:35:43 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:35:43 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:35:43 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:35:43 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 17:35:43 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:35:43 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 17:35:43 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:35:43 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:35:43 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 17:35:43 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:35:43 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:35:43 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:35:43 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 17:35:43 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 17:36:19 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (326.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.0ms)
Completed 200 OK in 442ms (Views: 348.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:36:20 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:36:20 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:36:20 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:36:20 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:36:20 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:36:20 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:36:20 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 17:36:20 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 17:36:20 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:36:20 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:36:20 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:36:20 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 17:36:20 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:36:20 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:36:20 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:36:20 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 17:36:20 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 17:36:30 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (273.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (40.3ms)
Completed 200 OK in 452ms (Views: 321.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:36:31 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:36:31 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:36:31 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:36:31 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:36:31 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:36:31 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:36:31 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 17:36:31 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 17:36:31 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:36:31 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 17:36:31 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:36:31 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:36:31 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:36:31 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:36:31 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:36:31 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 17:36:31 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-19 17:37:22 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (304.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.5ms)
Completed 200 OK in 431ms (Views: 327.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:37:23 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:37:23 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:37:23 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:37:23 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:37:23 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:37:23 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:37:23 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 17:37:23 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 17:37:23 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:37:23 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:37:23 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:37:23 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 17:37:23 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:37:23 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:37:23 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:37:23 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 17:37:23 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-19 17:56:49 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (336.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (8.8ms)
Rendered layouts/_flashes.html.erb (0.6ms)
Rendered layouts/_header.html.erb (4.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (20.7ms)
Rendered layouts/_footer.html.erb (36.7ms)
Completed 200 OK in 468ms (Views: 396.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:56:50 -0800
Served asset /application.css - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:56:50 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:56:50 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:56:50 -0800
Served asset /application.js - 304 Not Modified (2ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:56:50 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:56:50 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:56:50 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-19 17:56:50 -0800
Served asset /how_it_works_3.gif - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:56:50 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:56:50 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-19 17:56:50 -0800
Served asset /how_it_works_1.gif - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-19 17:56:50 -0800
Served asset /how_it_works_2.gif - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:56:50 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:56:50 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:56:50 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:56:50 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-19 17:56:50 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 17:56:53 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (260.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 389ms (Views: 283.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:56:54 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:56:54 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:56:54 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:56:54 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:56:54 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:56:54 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:56:54 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:56:54 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:56:54 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:56:54 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:56:54 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:56:54 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:56:54 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:56:54 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (401.3ms)
Completed 500 Internal Server Error in 466ms
ActionView::Template::Error (cannot load such file -- bcrypt):
71:
72:
73: <%
74: male = User.new(:name => "Michael", :gender => "male")
75: female = User.new(:name => "Anna", :gender => "female")
76: %>
77:
app/models/user.rb:24:in `'
app/views/docs/index.html.erb:74:in `_app_views_docs_index_html_erb___3059829611500622942_70246809935220'
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.7ms)
Connecting to database specified by database.yml
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:57:55 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (570.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (6.7ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.1ms)
Rendered layouts/_footer.html.erb (17.2ms)
Completed 200 OK in 681ms (Views: 591.1ms | ActiveRecord: 18.3ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:57:56 -0800
Served asset /application.css - 304 Not Modified (23ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:56 -0800
Served asset /jquery191.js - 304 Not Modified (3ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:56 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:56 -0800
Served asset /bootstrap.js - 304 Not Modified (2ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:56 -0800
Served asset /application.js - 304 Not Modified (5ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:57:56 -0800
Served asset /jquery.tocify.css - 304 Not Modified (1ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:57:56 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:57:56 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:57:56 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:56 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (2ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:56 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:56 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:57:56 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:57:56 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:57:56 -0800
Served asset /twitter.png - 304 Not Modified (1ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:57:56 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:57:56 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:57:56 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:57:56 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 17:57:57 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (308.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 439ms (Views: 330.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /ace/ace.js - 304 Not Modified (3ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (1ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /ace/mode-html.js - 304 Not Modified (1ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /ace/mode-json.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.2ms)
Rendered docs/tml_content.html.erb (3.8ms)
Completed 200 OK in 130ms (Views: 4.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (1ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /ace/worker-json.js - 304 Not Modified (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:57:58 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:57:59 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (500.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (35.6ms)
Completed 200 OK in 603ms (Views: 543.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:57:59 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:59 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:59 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:57:59 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:59 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:59 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:57:59 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:57:59 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:57:59 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:59 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:59 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:57:59 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:57:59 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:57:59 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:57:59 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:57:59 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:57:59 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:57:59 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:57:59 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-19 17:58:00 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (268.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.1ms)
Completed 200 OK in 396ms (Views: 291.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:58:00 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:58:00 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:00 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:00 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:00 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:00 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:58:00 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:58:00 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:58:00 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:58:00 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:58:00 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:58:00 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:58:00 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-19 17:58:01 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (492.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (16.3ms)
Completed 200 OK in 620ms (Views: 515.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:58:02 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:02 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-19 17:58:02 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:02 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:02 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:02 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-19 17:58:02 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-19 17:58:02 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:58:02 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:02 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:02 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:58:02 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:02 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:58:02 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:58:02 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:58:02 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:58:02 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:58:02 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:58:02 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-19 17:58:03 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (290.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (15.2ms)
Completed 200 OK in 373ms (Views: 313.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:58:03 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:03 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:03 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:03 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:03 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:03 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:58:03 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:03 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:03 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:03 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:58:03 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-19 17:58:03 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (2.1ms)
Completed 200 OK in 122ms (Views: 2.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-19 17:58:04 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-19 17:58:04 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-19 17:58:04 -0800
Served asset /github.png - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-19 17:58:04 -0800
Served asset /wordpress.png - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-19 17:58:04 -0800
Served asset /facebook.png - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-19 17:58:04 -0800
Served asset /twitter.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-19 17:58:04 -0800
Served asset /linkedin.png - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-19 17:58:04 -0800
Served asset /tr8n/tr8n_logo.png - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:58:04 -0800
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:04 -0800
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-19 17:58:04 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css.scss" for 127.0.0.1 at 2013-11-19 17:58:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css.scss - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-19 17:58:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-22 11:51:55 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (24.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (9.2ms)
Rendered layouts/_flashes.html.erb (0.6ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (14.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.1ms)
Rendered layouts/_footer.html.erb (18.7ms)
Completed 200 OK in 323ms (Views: 65.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 11:51:55 -0800
Served asset /application.css - 200 OK (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 11:51:55 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 11:51:55 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 11:51:55 -0800
Served asset /application.js - 200 OK (2ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 11:51:55 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 11:51:55 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 11:51:55 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 200 OK (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 11:51:55 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 11:51:56 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 11:51:56 -0800
Served asset /twitter.png - 200 OK (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 11:51:56 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 11:51:56 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (2ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 11:51:56 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 11:51:56 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 11:51:56 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 11:51:56 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 11:51:56 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 11:51:57 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (5.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (1.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.5ms)
Completed 200 OK in 227ms (Views: 26.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 11:51:58 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 11:51:58 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 11:51:58 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 11:51:58 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 11:51:58 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 11:51:58 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 11:51:58 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 11:51:58 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 11:51:58 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 11:51:58 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 11:51:58 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 11:51:58 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 11:51:58 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 11:51:58 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 11:51:58 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 11:51:58 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 11:51:58 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 11:51:58 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (7.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (22.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (14.8ms)
Completed 200 OK in 229ms (Views: 47.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 11:51:59 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 11:51:59 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 11:51:59 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 11:51:59 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 11:51:59 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 11:51:59 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 11:51:59 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 11:51:59 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 11:51:59 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 11:51:59 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 11:51:59 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 11:51:59 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 11:51:59 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 11:51:59 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 11:51:59 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 11:51:59 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 11:51:59 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 11:51:59 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (5.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (17.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (15.9ms)
Completed 200 OK in 215ms (Views: 42.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 11:52:00 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 11:52:00 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 11:52:00 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 11:52:00 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 11:52:00 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 11:52:00 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 11:52:00 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 11:52:00 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 11:52:00 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 11:52:00 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 11:52:00 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 11:52:00 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 11:52:00 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 11:52:00 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 11:52:00 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 11:52:00 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 11:52:00 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-22 11:53:00 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (26.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (9.0ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (3.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (13.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.1ms)
Rendered layouts/_footer.html.erb (18.0ms)
Completed 200 OK in 291ms (Views: 67.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 11:53:00 -0800
Served asset /application.css - 200 OK (2ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:00 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:00 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:00 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:00 -0800
Served asset /application.js - 200 OK (2ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 11:53:00 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 11:53:00 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 11:53:00 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 11:53:00 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 11:53:00 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 11:53:00 -0800
Served asset /wordpress.png - 200 OK (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 11:53:00 -0800
Served asset /github.png - 200 OK (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 11:53:00 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 11:53:00 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 11:53:00 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 11:53:00 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 11:53:00 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 11:53:19 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (5.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.0ms)
Completed 200 OK in 30ms (Views: 25.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 11:53:19 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:19 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:19 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:19 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:19 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 11:53:19 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 11:53:19 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 11:53:19 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 11:53:19 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 11:53:19 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 11:53:19 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 11:53:19 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 11:53:19 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 11:53:19 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 11:53:19 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 11:53:19 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 11:53:19 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 11:53:20 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (25.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (1.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.1ms)
Completed 200 OK in 50ms (Views: 46.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 11:53:20 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:20 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:20 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:20 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:20 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 11:53:20 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 11:53:20 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 11:53:20 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 11:53:20 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 11:53:20 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 11:53:20 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 11:53:20 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 11:53:20 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 11:53:20 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 11:53:20 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 11:53:20 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 11:53:20 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (18.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.0ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (20.2ms)
Rendered layouts/_footer.html.erb (35.4ms)
Completed 200 OK in 65ms (Views: 61.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (5.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (1.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.2ms)
Completed 200 OK in 29ms (Views: 25.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 11:53:21 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (24.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (14.9ms)
Completed 200 OK in 49ms (Views: 45.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 11:53:22 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 11:53:23 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (20.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (1.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 44ms (Views: 41.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 11:53:23 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:23 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:23 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:23 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:23 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 11:53:23 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 11:53:23 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 11:53:23 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 11:53:23 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 11:53:23 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 11:53:23 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 11:53:23 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 11:53:23 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 11:53:23 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 11:53:23 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 11:53:23 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 11:53:23 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (5.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (1.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 28ms (Views: 25.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (23.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 50ms (Views: 46.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 11:53:24 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 11:53:53 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (19.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.7ms)
Completed 200 OK in 44ms (Views: 40.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:53 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 11:53:53 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:53 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:53 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:53 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 11:53:53 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 11:53:53 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 11:53:53 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 11:53:53 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 11:53:53 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 11:53:53 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 11:53:53 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 11:53:53 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 11:53:53 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 11:53:53 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 11:53:53 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 11:53:53 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 11:53:58 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (5.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (1.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 29ms (Views: 25.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 11:53:58 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:58 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:58 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:58 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 11:53:58 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 11:53:58 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 11:53:58 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 11:53:58 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 11:53:58 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 11:53:58 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 11:53:58 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 11:53:58 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 11:53:58 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 11:53:58 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 11:53:58 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 11:53:58 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 11:53:58 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 11:54:16 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (24.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (1.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.5ms)
Completed 200 OK in 49ms (Views: 45.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 11:54:16 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 11:54:16 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 11:54:16 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 11:54:16 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 11:54:16 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 11:54:16 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 11:54:16 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 11:54:16 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 11:54:16 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 11:54:16 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 11:54:16 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 11:54:16 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 11:54:16 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 11:54:16 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 11:54:16 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 11:54:16 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 11:54:16 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 11:54:50 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (19.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (22.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (25.7ms)
Completed 200 OK in 54ms (Views: 51.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 11:54:50 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 11:54:50 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 11:54:50 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 11:54:50 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 11:54:50 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 11:54:50 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 11:54:50 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 11:54:50 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 11:54:50 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 11:54:50 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 11:54:50 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 11:54:50 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 11:54:50 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 11:54:50 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 11:54:50 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 11:54:50 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 11:54:50 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 11:55:59 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (5.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (1.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (24.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (28.0ms)
Completed 200 OK in 41ms (Views: 38.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 11:55:59 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 11:55:59 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 11:55:59 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 11:55:59 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 11:55:59 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 11:55:59 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 11:55:59 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 11:55:59 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 11:55:59 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 11:55:59 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 11:55:59 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 11:55:59 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 11:55:59 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 11:55:59 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 11:55:59 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 11:55:59 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 11:55:59 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-22 12:12:04 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (7.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (29.4ms)
Rendered layouts/_flashes.html.erb (0.6ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (17.5ms)
Rendered layouts/_footer.html.erb (19.8ms)
Completed 500 Internal Server Error in 291ms
NoMethodError (undefined method `inlcude?' for []:Array):
app/views/layouts/_footer.html.erb:28:in `_app_views_layouts__footer_html_erb__3659154719844013268_70171571355420'
app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb___1824252114050377728_70171572677620'
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.9ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-22 12:14:13 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (7.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (26.6ms)
Rendered layouts/_flashes.html.erb (0.6ms)
Rendered layouts/_header.html.erb (2.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.2ms)
Rendered layouts/_footer.html.erb (16.9ms)
Completed 200 OK in 313ms (Views: 64.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 12:14:14 -0800
Served asset /application.css - 200 OK (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 12:14:14 -0800
Served asset /jquery191.js - 304 Not Modified (3ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 12:14:14 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 12:14:14 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 12:14:14 -0800
Served asset /application.js - 200 OK (2ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 12:14:14 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 12:14:14 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 12:14:14 -0800
Served asset /how_it_works_2.gif - 200 OK (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 12:14:14 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 12:14:14 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 12:14:14 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 12:14:14 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 12:14:14 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 12:14:14 -0800
Served asset /facebook.png - 200 OK (1ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 12:14:14 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 12:14:14 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 12:14:14 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 12:14:17 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (5.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.3ms)
Completed 200 OK in 204ms (Views: 26.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 12:14:17 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 12:14:17 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 12:14:17 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 12:14:17 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 12:14:17 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 12:14:17 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 12:14:17 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 12:14:17 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 12:14:17 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 12:14:17 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 12:14:17 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 12:14:17 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 12:14:17 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 12:14:17 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 12:14:17 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 12:14:17 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 12:14:18 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-22 12:15:26 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (8.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.6ms)
Rendered layouts/_head.html.erb (10.4ms)
Rendered layouts/_flashes.html.erb (0.8ms)
Rendered layouts/_header.html.erb (3.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (46.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.1ms)
Rendered layouts/_footer.html.erb (50.5ms)
Completed 200 OK in 107ms (Views: 101.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 12:15:26 -0800
Served asset /application.css - 200 OK (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 12:15:26 -0800
Served asset /jquery191.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 12:15:26 -0800
Served asset /bootstrap.js - 304 Not Modified (2ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 12:15:26 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 12:15:26 -0800
Served asset /application.js - 200 OK (3ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 12:15:26 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 12:15:26 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 12:15:26 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 12:15:26 -0800
Served asset /how_it_works_2.gif - 200 OK (2ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 12:15:26 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 12:15:26 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 12:15:26 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 12:15:26 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 12:15:26 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (2ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 12:15:26 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 12:15:26 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 12:15:26 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 12:15:32 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (27.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 56ms (Views: 37.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 12:15:32 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 12:15:32 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 12:15:32 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 12:15:32 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 12:15:32 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 12:15:32 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 12:15:32 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 12:15:32 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 12:15:32 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 12:15:32 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 12:15:32 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 12:15:32 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 12:15:32 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 12:15:32 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 12:15:32 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 12:15:32 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 12:15:32 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 12:16:04 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (22.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (4.1ms)
Completed 200 OK in 36ms (Views: 32.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 12:16:04 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 12:16:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 12:16:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 12:16:04 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 12:16:04 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 12:16:04 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 12:16:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 12:16:04 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 12:16:04 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 12:16:04 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 12:16:04 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 12:16:04 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 12:16:04 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 12:16:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 12:16:04 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 12:16:04 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 12:16:04 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 12:16:05 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (5.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (1.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 17ms (Views: 14.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 12:16:05 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 12:16:05 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 12:16:05 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 12:16:05 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 12:16:06 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 12:16:06 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 12:16:06 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 12:16:06 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 12:16:06 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 12:16:06 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 12:16:06 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 12:16:06 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 12:16:06 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 12:16:06 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 12:16:06 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 12:16:06 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 12:16:06 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 12:16:14 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (284.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (2.8ms)
Rendered layouts/_header.html.erb (70.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (2.9ms)
Rendered layouts/_footer.html.erb (48.3ms)
Completed 200 OK in 474ms (Views: 406.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 12:16:14 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 12:16:14 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 12:16:14 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 12:16:14 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 12:16:14 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 12:16:14 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 12:16:14 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 12:16:14 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 12:16:14 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 12:16:14 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 12:16:14 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 12:16:14 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 12:16:14 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 12:16:14 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 12:16:14 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 12:16:14 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 12:16:14 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-22 12:17:04 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (219.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (30.3ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.2ms)
Rendered layouts/_footer.html.erb (5.6ms)
Completed 200 OK in 277ms (Views: 272.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 12:17:04 -0800
Served asset /jquery191.js - 304 Not Modified (5ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 12:17:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 12:17:04 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 12:17:04 -0800
Served asset /application.js - 200 OK (4ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 12:17:04 -0800
Served asset /application.css - 200 OK (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 12:17:04 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (1ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 12:17:04 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 12:17:04 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 12:17:04 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 12:17:04 -0800
Served asset /github.png - 200 OK (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 12:17:04 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 12:17:04 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 12:17:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 12:17:04 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 12:17:04 -0800
Served asset /linkedin.png - 200 OK (14ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 12:17:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (22ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 12:17:04 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 12:17:15 -0800
Processing by HomeController#index as HTML
localhost:11211 failed (count: 0)
#
retrying request with new server
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (325.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (13.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (17.5ms)
Completed 200 OK in 479ms (Views: 350.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 12:17:15 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 12:17:15 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 12:17:15 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 12:17:15 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 12:17:15 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 12:17:15 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 12:17:15 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 12:17:15 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 12:17:15 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 12:17:15 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 12:17:15 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 12:17:15 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 12:17:15 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 12:17:15 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 12:17:15 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 12:17:15 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 12:17:15 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 12:17:52 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (152.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.2ms)
Rendered layouts/_flashes.html.erb (1.1ms)
Rendered layouts/_header.html.erb (12.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.0ms)
Rendered layouts/_footer.html.erb (9.3ms)
Completed 200 OK in 181ms (Views: 178.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 12:17:52 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 12:17:52 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 12:17:52 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 12:17:52 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 12:17:52 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 12:17:52 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 12:17:52 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 12:17:52 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 12:17:52 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 12:17:52 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 12:17:52 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 12:17:52 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 12:17:52 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 12:17:52 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 12:17:52 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 12:17:52 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 12:17:52 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 12:19:51 -0800
Processing by HomeController#index as HTML
localhost:11211 failed (count: 0)
#
retrying request with new server
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (371.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (13.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (17.5ms)
Completed 200 OK in 476ms (Views: 397.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 12:19:52 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 12:19:52 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 12:19:52 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 12:19:52 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 12:19:52 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 12:19:52 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 12:19:52 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 12:19:52 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 12:19:52 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 12:19:52 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 12:19:52 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 12:19:52 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 12:19:52 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 12:19:52 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 12:19:52 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 12:19:52 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 12:19:52 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-22 12:20:03 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (87.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (9.5ms)
Rendered layouts/_flashes.html.erb (1.5ms)
Rendered layouts/_header.html.erb (13.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.4ms)
Rendered layouts/_footer.html.erb (10.2ms)
Completed 200 OK in 152ms (Views: 147.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 12:20:03 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (4ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 12:20:03 -0800
Served asset /bootstrap.js - 304 Not Modified (18ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 12:20:03 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 12:20:03 -0800
Served asset /application.js - 200 OK (2ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 12:20:03 -0800
Served asset /application.css - 200 OK (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 12:20:03 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (1ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 12:20:03 -0800
Served asset /how_it_works_2.gif - 200 OK (2ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 12:20:03 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 12:20:03 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 12:20:03 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 12:20:03 -0800
Served asset /wordpress.png - 200 OK (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 12:20:03 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 12:20:03 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 12:20:03 -0800
Served asset /twitter.png - 200 OK (1ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 12:20:03 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 12:20:03 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 12:20:03 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 12:20:17 -0800
Processing by HomeController#index as HTML
localhost:11211 failed (count: 0)
#
retrying request with new server
Dalli::Server#connect localhost:11211
localhost:11211 failed (count: 1)
localhost:11211 is down
Completed 500 Internal Server Error in 16ms
Dalli::RingError (No server available):
dalli (2.6.4) lib/dalli/ring.rb:45:in `server_for_key'
dalli (2.6.4) lib/dalli/client.rb:347:in `perform'
dalli (2.6.4) lib/dalli/client.rb:62:in `get'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/cache_adapters/memcache.rb:38:in `fetch'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:37:in `init'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/config.rb:78:in `init_application'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/extensions/action_controller_extension.rb:80:in `tr8n_init_client_sdk'
activesupport (3.2.13) lib/active_support/callbacks.rb:418:in `_run__4580404991578664329__process_action__2777502158704036048__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block 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.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__4004321605055668451__call__3823409939068975642__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16: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'
/Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms)
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.5ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 12:20:20 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
localhost:11211 failed (count: 2)
localhost:11211 is still down (for 3.293 seconds now)
Completed 500 Internal Server Error in 4ms
Dalli::RingError (No server available):
dalli (2.6.4) lib/dalli/ring.rb:45:in `server_for_key'
dalli (2.6.4) lib/dalli/client.rb:347:in `perform'
dalli (2.6.4) lib/dalli/client.rb:62:in `get'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/cache_adapters/memcache.rb:38:in `fetch'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:37:in `init'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/config.rb:78:in `init_application'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/extensions/action_controller_extension.rb:80:in `tr8n_init_client_sdk'
activesupport (3.2.13) lib/active_support/callbacks.rb:418:in `_run__4580404991578664329__process_action__2777502158704036048__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block 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.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__4004321605055668451__call__3823409939068975642__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16: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'
/Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (14.0ms)
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (18.1ms)
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-22 12:24:09 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
localhost:11211 failed (count: 0)
Dalli::Server#connect localhost:11211
localhost:11211 failed (count: 1)
localhost:11211 is down
down_retry_delay not reached for localhost:11211 (0.908 seconds left)
down_retry_delay not reached for localhost:11211 (0.879 seconds left)
down_retry_delay not reached for localhost:11211 (0.703 seconds left)
down_retry_delay not reached for localhost:11211 (0.703 seconds left)
Dalli::Server#connect localhost:11211
localhost:11211 failed (count: 2)
localhost:11211 is still down (for 9.535 seconds now)
Rendered home/index.html.erb within layouts/application (9422.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (9.3ms)
Rendered layouts/_flashes.html.erb (0.8ms)
Rendered layouts/_header.html.erb (4.9ms)
down_retry_delay not reached for localhost:11211 (0.973 seconds left)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (13.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.2ms)
Rendered layouts/_footer.html.erb (18.6ms)
Completed 200 OK in 9626ms (Views: 9484.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 12:24:18 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 12:24:18 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 12:24:18 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 12:24:18 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 12:24:18 -0800
Served asset /application.js - 200 OK (15ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 12:24:18 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 12:24:18 -0800
Served asset /how_it_works_1.gif - 200 OK (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 12:24:18 -0800
Served asset /github.png - 200 OK (1ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 12:24:18 -0800
Served asset /how_it_works_2.gif - 200 OK (1ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 12:24:18 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 12:24:18 -0800
Served asset /wordpress.png - 200 OK (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 12:24:18 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 12:24:18 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 12:24:18 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 12:24:19 -0800
Served asset /twitter.png - 200 OK (1ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 12:24:19 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 12:24:19 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-22 12:28:07 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
localhost:11211 failed (count: 0)
Dalli::Server#connect localhost:11211
localhost:11211 failed (count: 1)
localhost:11211 is down
down_retry_delay not reached for localhost:11211 (0.956 seconds left)
down_retry_delay not reached for localhost:11211 (0.945 seconds left)
down_retry_delay not reached for localhost:11211 (0.756 seconds left)
down_retry_delay not reached for localhost:11211 (0.756 seconds left)
down_retry_delay not reached for localhost:11211 (0.599 seconds left)
Rendered home/index.html.erb within layouts/application (355.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (22.9ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.6ms)
down_retry_delay not reached for localhost:11211 (0.539 seconds left)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.2ms)
Rendered layouts/_footer.html.erb (35.9ms)
Completed 200 OK in 536ms (Views: 429.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 12:28:08 -0800
Served asset /application.css - 200 OK (3ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 12:28:08 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 12:28:08 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (2ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 12:28:08 -0800
Served asset /application.js - 200 OK (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 12:28:08 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 12:28:08 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 12:28:08 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 12:28:08 -0800
Served asset /how_it_works_1.gif - 200 OK (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 12:28:08 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 12:28:08 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 12:28:08 -0800
Served asset /how_it_works_3.gif - 200 OK (2ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 12:28:08 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 12:28:08 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (2ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 12:28:08 -0800
Served asset /facebook.png - 200 OK (1ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 12:28:08 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 12:28:08 -0800
Served asset /linkedin.png - 200 OK (1ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 12:28:08 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-22 12:28:24 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
localhost:11211 failed (count: 0)
Dalli::Server#connect localhost:11211
localhost:11211 failed (count: 1)
localhost:11211 is down
down_retry_delay not reached for localhost:11211 (0.910 seconds left)
down_retry_delay not reached for localhost:11211 (0.900 seconds left)
down_retry_delay not reached for localhost:11211 (0.712 seconds left)
down_retry_delay not reached for localhost:11211 (0.712 seconds left)
down_retry_delay not reached for localhost:11211 (0.598 seconds left)
Rendered home/index.html.erb within layouts/application (311.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (25.6ms)
Rendered layouts/_flashes.html.erb (0.9ms)
Rendered layouts/_header.html.erb (5.4ms)
down_retry_delay not reached for localhost:11211 (0.533 seconds left)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.1ms)
Rendered layouts/_footer.html.erb (38.1ms)
Completed 200 OK in 543ms (Views: 390.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 12:28:24 -0800
Served asset /application.css - 200 OK (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 12:28:24 -0800
Served asset /bootstrap.js - 304 Not Modified (2ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 12:28:24 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (2ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 12:28:24 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 12:28:24 -0800
Served asset /application.js - 200 OK (2ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 12:28:24 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 12:28:24 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (18ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 12:28:24 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 12:28:24 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 12:28:24 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 12:28:24 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 12:28:24 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 12:28:24 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 12:28:24 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 12:28:24 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 12:28:24 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 12:28:24 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 12:29:24 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
localhost:11211 is back (downtime was 60.246 seconds)
Rendered home/index.html.erb within layouts/application (373.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (13.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (17.6ms)
Completed 200 OK in 466ms (Views: 398.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 12:29:24 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 12:29:24 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 12:29:24 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 12:29:24 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 12:29:24 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 12:29:24 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 12:29:24 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 12:29:24 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 12:29:24 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 12:29:24 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 12:29:24 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 12:29:24 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 12:29:24 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 12:29:24 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 12:29:24 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 12:29:24 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 12:29:25 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-22 15:53:53 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (256.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (9.5ms)
Rendered layouts/_flashes.html.erb (18.9ms)
Rendered layouts/_header.html.erb (42.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (15.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.5ms)
Rendered layouts/_footer.html.erb (33.5ms)
Completed 200 OK in 505ms (Views: 354.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 15:53:54 -0800
Served asset /application.css - 200 OK (4ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 15:53:54 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 15:53:54 -0800
Served asset /jquery191.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 15:53:54 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 15:53:54 -0800
Served asset /application.js - 200 OK (2ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 15:53:54 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (2ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 15:53:54 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 15:53:54 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 15:53:54 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 15:53:54 -0800
Served asset /how_it_works_1.gif - 200 OK (1ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 15:53:54 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 15:53:54 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 15:53:54 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 15:53:54 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 15:53:54 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 15:53:54 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 15:53:54 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-22 15:59:40 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (160.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (9.5ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (5.4ms)
Rendered layouts/_footer.html.erb (8.3ms)
Completed 500 Internal Server Error in 233ms
NoMethodError (undefined method `inlcude?' for "[]":String):
app/views/layouts/_footer.html.erb:28:in `_app_views_layouts__footer_html_erb__4095685831722132761_70279659313240'
app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__2629100420456869198_70279645581100'
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.7ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-22 15:59:58 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (376.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (10.1ms)
Rendered layouts/_flashes.html.erb (16.3ms)
Rendered layouts/_header.html.erb (21.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (24.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.1ms)
Rendered layouts/_footer.html.erb (29.9ms)
Completed 200 OK in 606ms (Views: 452.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 15:59:59 -0800
Served asset /application.css - 200 OK (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 15:59:59 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 15:59:59 -0800
Served asset /application.js - 200 OK (4ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 15:59:59 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 15:59:59 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 15:59:59 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 15:59:59 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (2ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 15:59:59 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 15:59:59 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 15:59:59 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 15:59:59 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 15:59:59 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 15:59:59 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (2ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 15:59:59 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 15:59:59 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 15:59:59 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 15:59:59 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-22 16:01:20 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (209.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (9.1ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (4.1ms)
Rendered layouts/_footer.html.erb (6.8ms)
Completed 500 Internal Server Error in 280ms
NoMethodError (undefined method `inlcude?' for "[]":String):
app/views/layouts/_footer.html.erb:28:in `_app_views_layouts__footer_html_erb___2036438126143853087_70137984793160'
app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__4259920473854631738_70137984015280'
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms)
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.6ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-22 16:02:19 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (208.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (9.5ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.9ms)
Rendered layouts/_footer.html.erb (5.1ms)
Completed 200 OK in 262ms (Views: 256.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:02:19 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (2ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:02:19 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:02:19 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:02:19 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:02:19 -0800
Served asset /application.js - 200 OK (4ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:02:19 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:02:19 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:02:19 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:02:19 -0800
Served asset /how_it_works_1.gif - 200 OK (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:02:19 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:02:19 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:02:19 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:02:19 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (2ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:02:19 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:02:19 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:02:19 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:02:19 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:02:48 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (144.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 158ms (Views: 155.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:02:48 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:02:48 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:02:48 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:02:48 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:02:48 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:02:48 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:02:48 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:02:48 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:02:48 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:02:48 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:02:48 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:02:48 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:02:48 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:02:48 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:02:48 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:02:48 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:02:48 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-22 16:03:46 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (313.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (9.5ms)
Rendered layouts/_flashes.html.erb (0.9ms)
Rendered layouts/_header.html.erb (20.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (13.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.1ms)
Rendered layouts/_footer.html.erb (37.5ms)
Completed 200 OK in 535ms (Views: 392.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:03:47 -0800
Served asset /application.css - 200 OK (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:03:47 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:03:47 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:03:47 -0800
Served asset /application.js - 200 OK (2ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:03:47 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:03:47 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:03:47 -0800
Served asset /github.png - 200 OK (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:03:47 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:03:47 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:03:47 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (1ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:03:47 -0800
Served asset /how_it_works_2.gif - 200 OK (1ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:03:47 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:03:47 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (2ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:03:47 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:03:47 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:03:47 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:03:47 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-22 16:04:25 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (164.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (8.9ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.0ms)
Rendered layouts/_footer.html.erb (4.9ms)
Completed 200 OK in 216ms (Views: 210.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:04:25 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (3ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:04:25 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:04:25 -0800
Served asset /application.js - 200 OK (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:04:25 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:04:25 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:04:25 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:04:25 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:04:25 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:04:25 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:04:25 -0800
Served asset /how_it_works_2.gif - 200 OK (1ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:04:25 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:04:25 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:04:25 -0800
Served asset /facebook.png - 200 OK (1ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:04:25 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:04:25 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:04:25 -0800
Served asset /linkedin.png - 200 OK (1ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:04:25 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:05:04 -0800
Processing by HomeController#index as HTML
localhost:11211 failed (count: 0)
#
retrying request with new server
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (349.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (13.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (37.3ms)
Completed 200 OK in 543ms (Views: 393.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:05:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:05:04 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:05:04 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:05:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:05:04 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:05:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:05:04 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:05:04 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:05:04 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:05:04 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:05:04 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:05:04 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:05:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:05:04 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:05:04 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:05:04 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:05:04 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-22 16:06:22 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (365.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.6ms)
Rendered layouts/_head.html.erb (24.9ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (27.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (14.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.1ms)
Rendered layouts/_footer.html.erb (18.7ms)
Completed 200 OK in 595ms (Views: 447.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:06:23 -0800
Served asset /application.css - 200 OK (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:06:23 -0800
Served asset /jquery191.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:06:23 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:06:23 -0800
Served asset /application.js - 200 OK (2ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:06:23 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (17ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:06:23 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (2ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:06:23 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (1ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:06:23 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:06:23 -0800
Served asset /how_it_works_1.gif - 200 OK (1ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:06:23 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:06:23 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:06:23 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:06:23 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:06:23 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:06:23 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:06:23 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:06:23 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:06:30 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (167.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (4.0ms)
Completed 200 OK in 181ms (Views: 178.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:06:30 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:06:30 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:06:30 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:06:30 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:06:30 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:06:30 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:06:30 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:06:30 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:06:30 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:06:30 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:06:30 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:06:30 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:06:30 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:06:30 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:06:30 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:06:30 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:06:30 -0800
Served asset /linkedin.png - 200 OK (0ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-22 16:07:23 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (381.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (9.2ms)
Rendered layouts/_flashes.html.erb (0.8ms)
Rendered layouts/_header.html.erb (5.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (14.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.4ms)
Rendered layouts/_footer.html.erb (19.2ms)
Completed 200 OK in 527ms (Views: 425.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:07:24 -0800
Served asset /application.css - 200 OK (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:07:24 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:07:24 -0800
Served asset /application.js - 200 OK (22ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:07:24 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:07:24 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:07:24 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:07:24 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:07:24 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (2ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:07:24 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:07:24 -0800
Served asset /github.png - 200 OK (1ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:07:24 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:07:24 -0800
Served asset /wordpress.png - 200 OK (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:07:24 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (2ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:07:24 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:07:24 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:07:24 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:07:24 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:08:15 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (153.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered layouts/_flashes.html.erb (1.7ms)
Rendered layouts/_header.html.erb (47.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.9ms)
Rendered layouts/_footer.html.erb (52.4ms)
Completed 200 OK in 260ms (Views: 257.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:08:16 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:08:16 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:08:16 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:08:16 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:08:16 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:08:16 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:08:16 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:08:16 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:08:16 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:08:16 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:08:16 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:08:16 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:08:16 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:08:16 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:08:16 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:08:16 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:08:16 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:12 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (333.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (9.6ms)
Rendered layouts/_flashes.html.erb (0.8ms)
Rendered layouts/_header.html.erb (4.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (14.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.3ms)
Rendered layouts/_footer.html.erb (19.4ms)
Completed 200 OK in 543ms (Views: 414.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:12 -0800
Served asset /application.css - 200 OK (5ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:12 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:12 -0800
Served asset /application.js - 200 OK (3ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:12 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:12 -0800
Served asset /bootstrap.js - 304 Not Modified (20ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:12 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:12 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:12 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:12 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:12 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:12 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:12 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:12 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (2ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:12 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:12 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:12 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:12 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:14 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (29.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.0ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (26.9ms)
Completed 200 OK in 67ms (Views: 64.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:14 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:14 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:14 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:14 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:14 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:14 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:14 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:14 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:14 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:14 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:14 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:14 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:14 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:14 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:14 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:14 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:14 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:22 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (27.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (4.3ms)
Completed 200 OK in 43ms (Views: 40.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:22 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:22 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:22 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:22 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:22 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:22 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:22 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:22 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:22 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:22 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:22 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:22 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:22 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:22 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:22 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:22 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:22 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:23 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (18.0ms)
Completed 200 OK in 39ms (Views: 37.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:23 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:23 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:23 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:23 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:23 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:23 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:23 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:23 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:23 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:23 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:23 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:23 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:23 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:23 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:23 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:23 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:23 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:24 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (31.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (4.0ms)
Completed 200 OK in 45ms (Views: 42.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:24 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:24 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:24 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:24 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:24 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:24 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:24 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:24 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:24 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:24 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:24 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:24 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:24 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:24 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:24 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:24 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:24 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (32.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.4ms)
Rendered layouts/_header.html.erb (3.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 47ms (Views: 43.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (28.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (22.4ms)
Completed 200 OK in 61ms (Views: 58.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:25 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (27.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (4.3ms)
Completed 200 OK in 42ms (Views: 39.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (26.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (4.2ms)
Completed 200 OK in 40ms (Views: 37.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:26 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 44ms (Views: 22.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:27 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (31.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 45ms (Views: 42.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (14.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (19.2ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 46ms (Views: 43.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:28 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (28.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (4.4ms)
Completed 200 OK in 44ms (Views: 41.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (25.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (4.0ms)
Completed 200 OK in 39ms (Views: 36.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:29 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.9ms)
Completed 200 OK in 44ms (Views: 23.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:30 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (32.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 46ms (Views: 42.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (15.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (21.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 47ms (Views: 44.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:31 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:53 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (32.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (9.4ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.3ms)
Rendered layouts/_footer.html.erb (5.5ms)
Completed 200 OK in 67ms (Views: 62.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:53 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:53 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:53 -0800
Served asset /application.js - 200 OK (3ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:53 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (22ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:53 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:53 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:53 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:53 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:53 -0800
Served asset /github.png - 200 OK (1ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:53 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:53 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:53 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (2ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:53 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:53 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:53 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:53 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:53 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (26.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (4.2ms)
Completed 200 OK in 40ms (Views: 38.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (27.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.0ms)
Rendered layouts/_footer.html.erb (4.5ms)
Completed 200 OK in 42ms (Views: 40.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:54 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:55 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:56 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (11.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 45ms (Views: 21.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:56 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:56 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:56 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:56 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:56 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:56 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:56 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:56 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:56 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:56 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:56 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:56 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:56 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:56 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:56 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:56 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:56 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:57 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (32.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 45ms (Views: 42.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:57 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:57 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:57 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:57 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:57 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:57 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:57 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:57 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:57 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:57 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:57 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:57 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:57 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:57 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:57 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:57 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:57 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (27.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (20.9ms)
Completed 200 OK in 58ms (Views: 55.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (27.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (4.0ms)
Completed 200 OK in 40ms (Views: 37.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:11:58 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:11:59 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:12:04 -0800
Processing by HomeController#index as HTML
localhost:11211 failed (count: 0)
#
retrying request with new server
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (315.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (57.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (61.0ms)
Completed 200 OK in 521ms (Views: 383.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:05 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:05 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:05 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:05 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:12:05 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:12:05 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:12:05 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:12:05 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:12:05 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:12:05 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:12:05 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:12:05 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:12:05 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:12:05 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:12:05 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:12:05 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:12:05 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:12:06 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (12.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 49ms (Views: 23.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (32.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 46ms (Views: 43.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:12:07 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (28.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (24.2ms)
Completed 200 OK in 63ms (Views: 60.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (25.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (4.1ms)
Completed 200 OK in 39ms (Views: 36.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:12:08 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (11.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 23ms (Views: 21.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (31.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 44ms (Views: 41.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:12:09 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (15.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (19.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.3ms)
Completed 200 OK in 59ms (Views: 41.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (28.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.9ms)
Completed 200 OK in 43ms (Views: 40.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (10.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 23ms (Views: 20.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:12:10 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:12:29 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (127.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 142ms (Views: 139.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:12:29 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:29 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:29 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:29 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:29 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:12:29 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:12:29 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:12:29 -0800
Served asset /how_it_works_2.gif - 200 OK (13ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:12:29 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:12:29 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:12:29 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:12:29 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:12:29 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:12:29 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:12:29 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:12:29 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:12:29 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:12:43 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (189.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (4.1ms)
Completed 200 OK in 204ms (Views: 201.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:12:43 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:43 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:43 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:43 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:44 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:12:44 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:12:44 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:12:44 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:12:44 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:12:44 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:12:44 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:12:44 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:12:44 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:12:44 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:12:44 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:12:44 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:12:44 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:12:50 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (174.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.4ms)
Rendered layouts/_header.html.erb (26.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (4.1ms)
Completed 200 OK in 225ms (Views: 208.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:12:50 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:50 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:50 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:50 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:50 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:12:50 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:12:50 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:12:50 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:12:50 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:12:50 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:12:50 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:12:50 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:12:50 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:12:50 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:12:50 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:12:50 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:12:50 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:12:55 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (28.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (4.0ms)
Completed 200 OK in 42ms (Views: 39.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:55 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:55 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:55 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:12:55 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:12:55 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:12:55 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:12:55 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:12:55 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:12:55 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:12:55 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:12:55 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:12:55 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:12:55 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:12:55 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:12:55 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:12:55 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:12:55 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:13:08 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (11.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (13.8ms)
Rendered layouts/_header.html.erb (16.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 37ms (Views: 35.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:08 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:08 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:08 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:08 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:08 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:13:08 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:13:08 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:13:08 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:13:08 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:13:08 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:13:08 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:13:08 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:13:08 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:13:08 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:13:08 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:13:08 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:13:08 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:13:09 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (32.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (4.8ms)
Completed 200 OK in 46ms (Views: 43.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:09 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:09 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:09 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:09 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:09 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:13:09 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:13:09 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:13:09 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:13:09 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:13:09 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:13:09 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:13:09 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:13:09 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:13:09 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:13:09 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:13:09 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:13:09 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (30.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 42ms (Views: 40.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (27.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.0ms)
Rendered layouts/_footer.html.erb (4.7ms)
Completed 200 OK in 42ms (Views: 39.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:13:10 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:13:11 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (23.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 36ms (Views: 33.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:11 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:11 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:11 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:11 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:11 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:13:11 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:13:11 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:13:11 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:13:11 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:13:11 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:13:11 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:13:11 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:13:11 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:13:11 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:13:11 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:13:11 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:13:11 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/" for 127.0.0.1 at 2013-11-22 16:13:12 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (31.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 45ms (Views: 42.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:12 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:12 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:12 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:12 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:12 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:13:12 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:13:12 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:13:12 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:13:12 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:13:12 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:13:12 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:13:12 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:13:12 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:13:12 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:13:12 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:13:12 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:13:12 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 16:13:14 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (373.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (12.3ms)
Rendered layouts/_footer.html.erb (15.1ms)
Completed 200 OK in 398ms (Views: 393.7ms | ActiveRecord: 1.5ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:13:14 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:14 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:14 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:14 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:15 -0800
Served asset /prism.css - 304 Not Modified (1ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:15 -0800
Served asset /prism_rails.css - 200 OK (1ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:15 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:13:15 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:15 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:15 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:15 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 16:13:17 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (138.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.9ms)
Completed 200 OK in 151ms (Views: 149.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:17 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:17 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:17 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:17 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:17 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:17 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:17 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:17 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:13:17 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:17 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:17 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:17 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:13:17 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:13:17 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:13:17 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:13:17 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:13:17 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:13:17 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:13:17 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 16:13:18 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (133.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 146ms (Views: 143.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:18 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:18 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:18 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:18 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:18 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:18 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:18 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:18 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:13:18 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:18 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:18 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:18 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:13:18 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:13:18 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:13:18 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:13:18 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:13:18 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:13:18 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:13:18 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (106.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 120ms (Views: 117.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (92.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (21.0ms)
Rendered layouts/_header.html.erb (40.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 142ms (Views: 139.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:19 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:20 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:13:20 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:13:20 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:13:20 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:13:20 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:13:20 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:13:20 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:13:20 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 16:13:22 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (129.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 141ms (Views: 139.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:22 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:22 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:22 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:22 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:22 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:22 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:22 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 16:13:22 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:13:22 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:22 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:22 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 16:13:22 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:13:22 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:13:22 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:13:22 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:13:22 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:13:22 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:13:22 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:13:22 -0800
Served asset /linkedin.png - 200 OK (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:23:13 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (319.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (10.7ms)
Rendered layouts/_flashes.html.erb (0.8ms)
Rendered layouts/_header.html.erb (19.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.1ms)
Rendered layouts/_footer.html.erb (33.1ms)
Completed 200 OK in 540ms (Views: 392.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:14 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (4ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:14 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:14 -0800
Served asset /application.js - 200 OK (3ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:14 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:14 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:14 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (23ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:23:14 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:23:24 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (11.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 25ms (Views: 22.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:24 -0800
Served asset /application.css - 200 OK (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:24 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:24 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:24 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:24 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:24 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:23:24 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:23:24 -0800
Served asset /how_it_works_3.gif - 200 OK (1ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:23:24 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:23:24 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:23:24 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:23:24 -0800
Served asset /how_it_works_1.gif - 200 OK (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:24 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:23:24 -0800
Served asset /facebook.png - 200 OK (1ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:23:24 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:23:24 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:23:24 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 25ms (Views: 22.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (30.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.4ms)
Completed 200 OK in 43ms (Views: 40.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:23:26 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:23:27 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:23:27 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:23:27 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:27 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:23:27 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:23:27 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:23:27 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:23:27 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (13.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (21.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 44ms (Views: 42.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (27.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (4.2ms)
Completed 200 OK in 42ms (Views: 40.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:23:28 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:23:29 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (10.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (17.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 37ms (Views: 34.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:29 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:29 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:29 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:29 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:29 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:29 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:23:29 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:23:29 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:23:29 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:23:29 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:23:29 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:23:29 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:29 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:23:29 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:23:29 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:23:29 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:23:29 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (11.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (30.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 44ms (Views: 41.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:23:30 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (13.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (20.6ms)
Rendered layouts/_header.html.erb (24.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 62ms (Views: 45.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:23:31 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:23:32 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (25.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.9ms)
Rendered layouts/_footer.html.erb (4.4ms)
Completed 200 OK in 39ms (Views: 37.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:32 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:32 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:32 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:32 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:32 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:32 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:23:32 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:23:32 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:23:32 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:23:32 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:23:32 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:23:32 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:32 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:23:32 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:23:32 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:23:32 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:23:32 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (10.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.3ms)
Completed 200 OK in 23ms (Views: 20.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (32.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.4ms)
Completed 200 OK in 46ms (Views: 43.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:23:33 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:23:34 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (12.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (21.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 44ms (Views: 41.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:34 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:34 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:34 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:34 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:34 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:34 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:23:34 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:23:34 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:23:34 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:23:34 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:23:34 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:23:34 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:34 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:23:34 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:23:34 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:23:34 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:23:34 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:23:34 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (26.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (4.1ms)
Completed 200 OK in 39ms (Views: 37.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (10.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (16.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (3.9ms)
Completed 200 OK in 37ms (Views: 34.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (33.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 46ms (Views: 43.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:35 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (13.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (23.2ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 48ms (Views: 45.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:23:36 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:23:55 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (26.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (4.4ms)
Completed 200 OK in 41ms (Views: 39.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:55 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:55 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:55 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:55 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:55 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:55 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:23:55 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:23:55 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:23:55 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:23:55 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:23:55 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:23:55 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:55 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:23:55 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:23:55 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:23:55 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:23:55 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (10.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (16.3ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 38ms (Views: 35.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (29.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 43ms (Views: 40.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:23:56 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:23:57 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (31.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.3ms)
Completed 200 OK in 44ms (Views: 41.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:57 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:57 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:57 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:57 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:57 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:57 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:23:57 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:23:57 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:23:57 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:23:57 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:23:57 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:23:57 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:57 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:23:57 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:23:57 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:23:57 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:23:57 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 16:23:58 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (397.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 410ms (Views: 406.2ms | ActiveRecord: 1.5ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:23:58 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:58 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:58 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:58 -0800
Served asset /prism.css - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:58 -0800
Served asset /jquery.tocify.css - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:58 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 16:23:59 -0800
Served asset /prism_rails.css - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:23:59 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:59 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (1ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:59 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 16:23:59 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 16:24:01 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (110.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (4.3ms)
Completed 200 OK in 126ms (Views: 123.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:01 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:01 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:01 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:01 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:01 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:01 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:01 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:24:01 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:01 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:01 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:01 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:01 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:24:01 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:24:01 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:24:01 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:24:01 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:24:01 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:24:01 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:24:01 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (110.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 123ms (Views: 121.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (125.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 138ms (Views: 136.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:24:02 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (114.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.0ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.4ms)
Completed 200 OK in 128ms (Views: 125.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (84.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (36.4ms)
Completed 200 OK in 130ms (Views: 127.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:03 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (125.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (3.9ms)
Completed 200 OK in 138ms (Views: 135.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 16:24:04 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (115.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.9ms)
Completed 200 OK in 129ms (Views: 126.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:05 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:05 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:05 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:05 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:05 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:05 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:05 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:05 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:24:05 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:05 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:05 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:05 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:24:05 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:24:05 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:24:05 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:24:05 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:24:05 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:24:05 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:24:05 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 16:24:09 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (311.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.1ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (20.9ms)
Completed 200 OK in 344ms (Views: 341.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:10 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:10 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:10 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:10 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:10 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:10 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:10 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:10 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:24:10 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:10 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:10 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:10 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:24:10 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:24:10 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:24:10 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:24:10 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:24:10 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:24:10 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:24:10 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 16:24:15 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (341.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 355ms (Views: 352.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:15 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:15 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:15 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:15 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:15 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:15 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:15 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:15 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:24:15 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:15 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:15 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:15 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:24:15 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:24:15 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:24:15 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:24:15 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:24:15 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:24:15 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:24:15 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 16:24:20 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (281.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 295ms (Views: 292.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:21 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:21 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:21 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:21 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:21 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:21 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:21 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:21 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:24:21 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:21 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:21 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:21 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:24:21 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:24:21 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:24:21 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:24:21 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:24:21 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:24:21 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:24:21 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 16:24:26 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (92.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (20.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (38.7ms)
Completed 200 OK in 140ms (Views: 137.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:26 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:26 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:26 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:26 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:26 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:26 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:26 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:26 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:24:26 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:26 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:26 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:26 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:24:26 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:24:26 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:24:26 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:24:26 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:24:26 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:24:26 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:24:26 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 16:24:27 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (127.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.4ms)
Completed 200 OK in 140ms (Views: 137.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:28 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:28 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:28 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:28 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:28 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:28 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:28 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 16:24:28 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:24:28 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:28 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:28 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 16:24:28 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:24:28 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:24:28 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:24:28 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:24:28 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:24:28 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:24:28 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:24:28 -0800
Served asset /facebook.png - 200 OK (0ms)
Connecting to database specified by database.yml
Started GET "/docs" for 127.0.0.1 at 2013-11-22 16:27:41 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (159.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (7.2ms)
Rendered layouts/_flashes.html.erb (0.6ms)
Rendered layouts/_header.html.erb (4.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (4.9ms)
Completed 200 OK in 209ms (Views: 203.0ms | ActiveRecord: 1.4ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:27:41 -0800
Served asset /application.css - 200 OK (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:41 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:41 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 16:27:41 -0800
Served asset /jquery.tocify.css - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:41 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:41 -0800
Served asset /application.js - 200 OK (5ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 16:27:41 -0800
Served asset /prism.css - 304 Not Modified (1ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 16:27:41 -0800
Served asset /prism_rails.css - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:27:41 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:41 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:41 -0800
Served asset /prism.js - 304 Not Modified (1ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:41 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:27:41 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:27:41 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:27:41 -0800
Served asset /github.png - 200 OK (2ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:27:41 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:27:41 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:27:41 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:27:42 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 16:27:42 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (112.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 125ms (Views: 122.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:42 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:27:42 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:42 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 16:27:42 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:42 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:42 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 16:27:42 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:27:42 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 16:27:42 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:42 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:42 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:42 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:27:42 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:27:42 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:27:42 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:27:42 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:27:42 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:27:42 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:27:42 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 16:27:44 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (112.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (22.6ms)
Rendered layouts/_footer.html.erb (25.9ms)
Completed 200 OK in 148ms (Views: 146.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:27:44 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:44 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:44 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:44 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:27:44 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:27:45 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (11.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (18.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (3.9ms)
Completed 200 OK in 41ms (Views: 38.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:27:45 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:45 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:45 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:45 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:27:45 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:27:45 -0800
Served asset /hr.png - 304 Not Modified (1ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 16:27:46 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (28.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.0ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 42ms (Views: 40.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:27:46 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:46 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:46 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:46 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:27:46 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:27:47 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (27.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (3.9ms)
Completed 200 OK in 40ms (Views: 38.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:27:47 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:47 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:47 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:47 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:27:47 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:27:47 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 16:27:47 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (26.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 40ms (Views: 37.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:27:47 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:47 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:47 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:47 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:27:47 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:27:48 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (27.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (4.3ms)
Completed 200 OK in 42ms (Views: 39.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:27:48 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:48 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:48 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:48 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:27:48 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:27:48 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 16:27:49 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (6.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 19ms (Views: 16.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:27:49 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:49 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:49 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:27:49 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:27:49 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 16:28:03 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (134.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.4ms)
Completed 200 OK in 148ms (Views: 145.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:28:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:04 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:04 -0800
Served asset /ace/ace.js - 304 Not Modified (1ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:04 -0800
Served asset /ace/mode-html.js - 304 Not Modified (1ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:04 -0800
Served asset /ace/mode-json.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:28:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:04 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (1ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 16:28:04 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (2.4ms)
Completed 200 OK in 5ms (Views: 2.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 16:28:04 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (2ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 16:28:04 -0800
Served asset /ace/worker-json.js - 304 Not Modified (14ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:28:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:04 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:28:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 16:28:05 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (111.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.9ms)
Completed 200 OK in 125ms (Views: 122.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:28:05 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:05 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:05 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 16:28:05 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 16:28:05 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:05 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 16:28:05 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:28:05 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:05 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:05 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:05 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 16:28:06 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (29.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 44ms (Views: 41.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:28:06 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:06 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:06 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:06 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:28:06 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:28:07 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (26.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.9ms)
Rendered layouts/_footer.html.erb (4.5ms)
Completed 200 OK in 41ms (Views: 38.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:28:07 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:07 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:07 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:07 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:28:07 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:28:07 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 16:28:12 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (5.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 18ms (Views: 16.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:28:12 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:12 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:12 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:12 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:28:12 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:28:13 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (25.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (18.9ms)
Rendered layouts/_footer.html.erb (22.7ms)
Completed 200 OK in 58ms (Views: 55.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:28:13 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:13 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:13 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:28:13 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:28:13 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:28:13 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:50:38 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (303.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (10.0ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (5.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.2ms)
Rendered layouts/_footer.html.erb (16.8ms)
Completed 200 OK in 481ms (Views: 345.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:50:39 -0800
Served asset /application.js - 200 OK (3ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:50:39 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:50:39 -0800
Served asset /application.css - 200 OK (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:50:39 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:50:39 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (23ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:50:39 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:50:39 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:50:39 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:50:39 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (1ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:50:39 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:50:39 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:50:39 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:50:39 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (2ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:50:39 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:50:39 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:50:39 -0800
Served asset /linkedin.png - 200 OK (1ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:50:39 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:50:40 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (296.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (35.9ms)
Completed 200 OK in 445ms (Views: 340.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:50:40 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:50:40 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:50:40 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:50:40 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:50:40 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:50:40 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:50:40 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:50:40 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:50:40 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:50:40 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:50:40 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:50:40 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:50:40 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:50:40 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:50:40 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:50:40 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:50:40 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:50:53 -0800
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 6ms
NameError (uninitialized constant Redis):
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/cache_adapters/redis.rb:33:in `initialize'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/cache.rb:30:in `new'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/cache.rb:30:in `cache'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:37:in `init'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/config.rb:78:in `init_application'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/extensions/action_controller_extension.rb:80:in `tr8n_init_client_sdk'
activesupport (3.2.13) lib/active_support/callbacks.rb:418:in `_run__1574794637945340748__process_action__2560804107284185786__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block 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.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__422055145796963359__call__647391377082578886__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16: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'
/Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.9ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:51:18 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (13.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (9.0ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.9ms)
Rendered layouts/_footer.html.erb (23.0ms)
Completed 200 OK in 81ms (Views: 77.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:18 -0800
Served asset /jquery191.js - 304 Not Modified (4ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:51:18 -0800
Served asset /application.css - 200 OK (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:18 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:18 -0800
Served asset /application.js - 200 OK (2ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:18 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:51:18 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (2ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:51:18 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:51:18 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:51:18 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:51:18 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:51:18 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:51:18 -0800
Served asset /wordpress.png - 200 OK (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:51:18 -0800
Served asset /facebook.png - 200 OK (1ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:51:18 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:51:18 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:51:18 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:51:18 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:51:19 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (33.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 60ms (Views: 58.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:51:19 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:19 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:19 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:19 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:19 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:51:19 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:51:19 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:51:19 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:51:19 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:51:19 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:51:19 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:51:19 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:51:19 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:51:19 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:51:19 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:51:19 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:51:19 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:51:20 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (26.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (22.0ms)
Completed 200 OK in 58ms (Views: 56.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:20 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:20 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:51:20 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:20 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:20 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:51:20 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:51:20 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:51:20 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:51:20 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:51:20 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:51:20 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:51:20 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:51:20 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:51:20 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:51:20 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:51:20 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:51:20 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (25.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (4.4ms)
Completed 200 OK in 39ms (Views: 37.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (10.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 23ms (Views: 21.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:51:21 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (32.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 45ms (Views: 42.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (13.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (21.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 45ms (Views: 42.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:51:22 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:51:23 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:51:53 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (13.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (26.7ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (4.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.9ms)
Rendered layouts/_footer.html.erb (4.7ms)
Completed 200 OK in 64ms (Views: 59.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:51:53 -0800
Served asset /application.css - 200 OK (2ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:53 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:53 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:53 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:53 -0800
Served asset /application.js - 200 OK (2ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:51:53 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:51:53 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:51:53 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:51:53 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:51:53 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:51:53 -0800
Served asset /how_it_works_3.gif - 200 OK (1ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:51:53 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:51:53 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:51:53 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:51:53 -0800
Served asset /linkedin.png - 200 OK (20ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:51:53 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:51:53 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:51:54 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (10.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 24ms (Views: 21.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:54 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:54 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:51:54 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:54 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:54 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:51:54 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:51:54 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:51:54 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:51:54 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:51:54 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:51:54 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:51:54 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:51:54 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:51:54 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:51:54 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:51:54 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:51:54 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 16:51:54 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (32.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 46ms (Views: 44.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 16:51:55 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:55 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:55 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:55 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 16:51:55 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 16:51:55 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 16:51:55 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 16:51:55 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 16:51:55 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 16:51:55 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 16:51:55 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 16:51:55 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 16:51:55 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 16:51:55 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 16:51:55 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 16:51:55 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 16:51:55 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-22 17:24:20 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (2465.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (9.1ms)
Rendered layouts/_flashes.html.erb (0.8ms)
Rendered layouts/_header.html.erb (25.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (756.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.1ms)
Rendered layouts/_footer.html.erb (760.7ms)
Completed 200 OK in 5843ms (Views: 3270.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:24:26 -0800
Served asset /jquery191.js - 304 Not Modified (2ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:24:26 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:24:26 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:24:26 -0800
Served asset /application.js - 200 OK (3ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:24:26 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:24:26 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:24:26 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 17:24:26 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 17:24:26 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 17:24:26 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:24:26 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:24:26 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:24:26 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (4ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:24:26 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:24:26 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:24:26 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 17:24:26 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-22 17:34:09 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (15.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (29.7ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (5.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (1.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.0ms)
Rendered layouts/_footer.html.erb (5.3ms)
Completed 200 OK in 71ms (Views: 65.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:34:09 -0800
Served asset /application.css - 200 OK (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:09 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:09 -0800
Served asset /application.js - 200 OK (2ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:09 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:09 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:34:09 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:34:09 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (1ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 17:34:09 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 17:34:09 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:34:09 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 17:34:09 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:34:09 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:34:09 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (3ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:34:09 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:34:09 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:34:09 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 17:34:09 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 17:34:13 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 26ms (Views: 22.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:34:13 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:13 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:13 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:13 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:13 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:34:13 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:34:13 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 17:34:13 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 17:34:13 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:34:13 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 17:34:13 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:34:13 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:34:13 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:34:13 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:34:13 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:34:13 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 17:34:13 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 17:34:14 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (36.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.9ms)
Completed 200 OK in 50ms (Views: 46.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:34:14 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:14 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:14 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:14 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:14 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:34:14 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:34:14 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 17:34:14 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 17:34:14 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 17:34:14 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:34:14 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:34:14 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:34:14 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:34:14 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:34:14 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:34:14 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 17:34:14 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (27.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 49ms (Views: 46.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 25ms (Views: 22.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:34:15 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 17:34:16 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (11.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (4.0ms)
Completed 200 OK in 25ms (Views: 22.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:16 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:34:16 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:16 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:16 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:16 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:34:16 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:34:16 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:34:16 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 17:34:16 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 17:34:16 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 17:34:16 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:34:16 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:34:16 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:34:16 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:34:16 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:34:16 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 17:34:16 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 17:34:17 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (32.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 47ms (Views: 43.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:17 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:17 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:17 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:17 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:34:17 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 17:34:17 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 17:34:17 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:34:17 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:34:17 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 17:34:17 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:34:17 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:34:17 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:34:17 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:34:17 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:34:17 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:34:17 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 17:34:17 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 17:34:22 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (33.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 47ms (Views: 44.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:34:22 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:22 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:22 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:22 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:22 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:34:22 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:34:22 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:34:22 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 17:34:22 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 17:34:22 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:34:22 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 17:34:22 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:34:22 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:34:22 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:34:22 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:34:22 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 17:34:22 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (2.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 25ms (Views: 21.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (11.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.9ms)
Completed 200 OK in 25ms (Views: 22.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 17:34:23 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-22 17:41:16 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (16.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (28.0ms)
Rendered layouts/_flashes.html.erb (0.8ms)
Rendered layouts/_header.html.erb (5.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.1ms)
Rendered layouts/_footer.html.erb (5.2ms)
Completed 200 OK in 71ms (Views: 65.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:41:16 -0800
Served asset /application.css - 200 OK (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:41:16 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:41:16 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:41:16 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (2ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:41:16 -0800
Served asset /application.js - 200 OK (2ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:41:16 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 17:41:16 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 17:41:16 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:41:16 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:41:16 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 17:41:16 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:41:16 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:41:16 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (3ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:41:16 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:41:16 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:41:16 -0800
Served asset /linkedin.png - 200 OK (1ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 17:41:16 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 17:41:17 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (11.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 27ms (Views: 22.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:41:17 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:41:17 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:41:17 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:41:17 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:41:18 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:41:18 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:41:18 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:41:18 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 17:41:18 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 17:41:18 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:41:18 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 17:41:18 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:41:18 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:41:18 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:41:18 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:41:18 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 17:41:18 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 17:41:44 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (12.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 47ms (Views: 24.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:41:44 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:41:44 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:41:44 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:41:44 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:41:44 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:41:44 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 17:41:44 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 17:41:44 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:41:44 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:41:44 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 17:41:44 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:41:44 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:41:44 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:41:44 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:41:44 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:41:44 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 17:41:44 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 17:46:59 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (35.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (8.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (4.4ms)
Completed 200 OK in 54ms (Views: 51.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:46:59 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:46:59 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:46:59 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:46:59 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:46:59 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:46:59 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:46:59 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:46:59 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 17:46:59 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 17:46:59 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:46:59 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 17:46:59 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:46:59 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:46:59 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:46:59 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:46:59 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 17:46:59 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 17:47:04 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (29.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 52ms (Views: 48.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:04 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:04 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:04 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 17:47:04 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 17:47:04 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:47:04 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:47:04 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:47:04 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 17:47:04 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:47:04 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:47:04 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:47:04 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 17:47:04 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 17:47:05 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (7.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (28.1ms)
Completed 200 OK in 53ms (Views: 50.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:05 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:05 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:05 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:05 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:05 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:05 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 17:47:05 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 17:47:05 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:47:05 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:47:05 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 17:47:05 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:47:05 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:05 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:47:05 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:47:05 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:47:05 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 17:47:05 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 17:47:06 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (11.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (6.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 28ms (Views: 25.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:06 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:06 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:06 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:06 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:06 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:47:06 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 17:47:06 -0800
Served asset /how_it_works_2.gif - 200 OK (22ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 17:47:06 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:47:06 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 17:47:06 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:47:06 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:06 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:47:06 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:47:06 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:47:06 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:06 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 17:47:06 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 17:47:14 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (124.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (27.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.9ms)
Completed 200 OK in 164ms (Views: 159.5ms | ActiveRecord: 1.2ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:14 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:14 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:14 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:14 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:14 -0800
Served asset /jquery.tocify.css - 304 Not Modified (1ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:14 -0800
Served asset /prism.css - 304 Not Modified (1ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:14 -0800
Served asset /prism_rails.css - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:14 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:14 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:14 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:14 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:14 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:47:16 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (152.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (6.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 170ms (Views: 167.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:16 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:16 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:16 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:16 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:16 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:16 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 17:47:18 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (100.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (9.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (4.9ms)
Completed 200 OK in 121ms (Views: 118.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:18 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:18 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:18 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:18 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:18 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:18 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:18 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:18 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:18 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:18 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:18 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:18 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:47:18 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (122.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (6.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (3.9ms)
Completed 200 OK in 139ms (Views: 136.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:19 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:19 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:19 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:19 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:19 -0800
Served asset /ace/ace.js - 304 Not Modified (2ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:19 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:19 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:19 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:19 -0800
Served asset /ace/mode-html.js - 304 Not Modified (1ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:19 -0800
Served asset /ace/mode-json.js - 304 Not Modified (1ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:47:19 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (23.6ms)
Rendered docs/tml_content.html.erb (24.4ms)
Completed 200 OK in 28ms (Views: 24.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:47:19 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (1ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:47:19 -0800
Served asset /ace/worker-json.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:19 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:19 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:19 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:19 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:19 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:19 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (8.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (6.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 25ms (Views: 22.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (1.9ms)
Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /application.js - 200 OK (24ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:38 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (9.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (6.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 25ms (Views: 22.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (2.0ms)
Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:39 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (11.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (6.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (4.0ms)
Completed 200 OK in 49ms (Views: 24.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.0ms)
Rendered docs/tml_content.html.erb (2.3ms)
Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:40 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:47:43 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (31.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (6.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 47ms (Views: 44.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:43 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered docs/tml_content.html.erb (1.8ms)
Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (9.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (25.1ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (6.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 48ms (Views: 45.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered docs/tml_content.html.erb (1.8ms)
Completed 200 OK in 5ms (Views: 2.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:47:44 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (9.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (32.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 51ms (Views: 49.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered docs/tml_content.html.erb (1.8ms)
Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:45 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (8.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (5.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.9ms)
Completed 200 OK in 24ms (Views: 21.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (1.9ms)
Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:46 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (9.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.3ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (6.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (4.3ms)
Completed 200 OK in 26ms (Views: 23.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (2.0ms)
Completed 200 OK in 5ms (Views: 2.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:47 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 17:47:57 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (95.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.3ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (8.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.9ms)
Completed 200 OK in 114ms (Views: 111.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:58 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:58 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:58 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:58 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:58 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:58 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:58 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 17:47:58 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:58 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:58 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:58 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:58 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:47:58 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (6.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (28.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.3ms)
Completed 200 OK in 43ms (Views: 40.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:59 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:59 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:59 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:59 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:59 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:47:59 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:47:59 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (6.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (6.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 21ms (Views: 18.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:47:59 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:59 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:59 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:47:59 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:00 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:48:00 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 17:48:00 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (97.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (8.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 115ms (Views: 112.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:48:00 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 17:48:00 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:00 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:00 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:00 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:00 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 17:48:00 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 17:48:00 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:48:00 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:00 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:00 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:00 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:48:01 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (8.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (6.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 25ms (Views: 21.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:48:01 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:01 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:01 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:01 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:01 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:01 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:48:01 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:01 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:01 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:01 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:48:01 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered docs/tml_content.html.erb (1.9ms)
Completed 200 OK in 5ms (Views: 2.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:48:01 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:48:01 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:48:01 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:01 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:01 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:01 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:01 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:48:01 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 17:48:02 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (96.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (8.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 115ms (Views: 112.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:48:02 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 17:48:02 -0800
Served asset /jquery.tocify.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:02 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:02 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:02 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:02 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 17:48:02 -0800
Served asset /prism.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 17:48:02 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:48:02 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:02 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:02 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:02 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:48:03 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (6.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (5.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 22ms (Views: 19.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:48:03 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:03 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:03 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:03 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:03 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:48:03 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 17:48:11 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (32.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (7.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 50ms (Views: 47.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:11 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:11 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:11 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:48:11 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:11 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 17:48:11 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:48:11 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 17:48:11 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 17:48:11 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 17:48:12 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:48:13 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (6.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.4ms)
Rendered layouts/_header.html.erb (6.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:48:13 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:13 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:13 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:13 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:48:13 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:48:13 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:50:08 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (6.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (7.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 25ms (Views: 21.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:50:08 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:50:08 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:50:08 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:50:08 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:50:08 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:50:08 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:50:08 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:50:08 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:50:08 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:50:08 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:50:08 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:50:08 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:50:08 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:50:22 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (6.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (6.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.9ms)
Completed 200 OK in 44ms (Views: 41.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:50:22 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:50:22 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:50:22 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:50:22 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:50:22 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:50:22 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:50:22 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:50:22 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:50:22 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:50:22 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:50:22 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:50:22 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:50:22 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:50:47 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (6.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (8.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 24ms (Views: 21.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:50:47 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:50:47 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:50:47 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:50:47 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:50:47 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:50:47 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:50:47 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:50:47 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:50:47 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:50:47 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:50:47 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:50:47 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:50:47 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/home/upgrade_cache" for 127.0.0.1 at 2013-11-22 17:50:49 -0800
Processing by HomeController#upgrade_cache as HTML
Redirected to http://localhost:3001/docs/installation
Completed 302 Found in 70ms (ActiveRecord: 0.0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:50:49 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (5.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (6.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 22ms (Views: 19.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:50:49 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:50:49 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:50:49 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:50:49 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:50:49 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:50:49 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/home/upgrade_cache" for 127.0.0.1 at 2013-11-22 17:50:53 -0800
Processing by HomeController#upgrade_cache as HTML
Redirected to http://localhost:3001/docs/installation
Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:50:53 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (31.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (6.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (4.0ms)
Completed 200 OK in 47ms (Views: 44.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:50:53 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:50:53 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:50:53 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:50:53 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:50:53 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:50:53 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:51:12 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (6.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (6.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (26.1ms)
Completed 200 OK in 45ms (Views: 42.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:51:12 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:51:12 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:51:12 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:51:12 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:51:12 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:51:12 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:51:12 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:51:13 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:51:13 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:51:13 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:51:13 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:51:13 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:51:13 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/home/upgrade_cache" for 127.0.0.1 at 2013-11-22 17:51:15 -0800
Processing by HomeController#upgrade_cache as HTML
Redirected to http://localhost:3001/docs/installation
Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:51:15 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (6.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (6.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 23ms (Views: 19.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:51:15 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:51:15 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:51:15 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:51:15 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:51:15 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:51:15 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/home/upgrade_cache" for 127.0.0.1 at 2013-11-22 17:51:22 -0800
Processing by HomeController#upgrade_cache as HTML
Redirected to http://localhost:3001/docs/installation
Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:51:22 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (6.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (7.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 23ms (Views: 20.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:51:22 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:51:22 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:51:22 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:51:22 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:51:22 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:51:22 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:54:15 -0800
Processing by DocsController#installation as HTML
Dalli::Server#connect localhost:11211
Rendered docs/installation.html.erb within layouts/application (281.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.4ms)
Rendered layouts/_head.html.erb (9.5ms)
Rendered layouts/_flashes.html.erb (0.9ms)
Rendered layouts/_header.html.erb (27.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (14.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.2ms)
Rendered layouts/_footer.html.erb (19.4ms)
Completed 200 OK in 475ms (Views: 348.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:54:15 -0800
Served asset /application.css - 200 OK (3ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:15 -0800
Served asset /application.js - 200 OK (5ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:15 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:15 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:15 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:54:15 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:54:15 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:54:15 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:54:15 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:54:15 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:54:15 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:54:15 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:54:15 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (1ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:54:19 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (28.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (5.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.9ms)
Completed 200 OK in 45ms (Views: 42.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:19 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:54:19 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:19 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:19 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:19 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:54:19 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:54:19 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:54:19 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:54:19 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:54:19 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:54:19 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:54:19 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:54:19 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:54:20 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (6.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (6.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 22ms (Views: 19.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:20 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:20 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:20 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:20 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:54:20 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:54:20 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:54:20 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:54:20 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:54:20 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:54:20 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:54:20 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:54:20 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:54:20 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:54:21 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (6.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (5.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 23ms (Views: 20.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:54:21 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:21 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:21 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:21 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:21 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:54:21 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:54:21 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:54:21 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:54:21 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:54:21 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:54:21 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:54:21 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:54:21 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:54:26 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (5.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (29.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 45ms (Views: 42.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:54:26 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:26 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:26 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:26 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:26 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:54:26 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:54:26 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:54:26 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:54:26 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:54:26 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:54:26 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:54:26 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:54:26 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:54:30 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (6.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.0ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (7.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.4ms)
Completed 200 OK in 24ms (Views: 21.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:30 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:30 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:30 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:30 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:54:30 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:54:30 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:54:30 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:54:30 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:54:30 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:54:30 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:54:30 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:54:30 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:54:30 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:30 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:30 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/home/upgrade_cache" for 127.0.0.1 at 2013-11-22 17:54:43 -0800
Processing by HomeController#upgrade_cache as HTML
Redirected to http://localhost:3001/docs/installation
Completed 302 Found in 231ms (ActiveRecord: 0.0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:54:43 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (85.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (26.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (13.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (17.2ms)
Completed 200 OK in 243ms (Views: 133.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:54:44 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:44 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:44 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:44 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:44 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:54:44 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:44 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:54:50 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (5.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (6.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 22ms (Views: 18.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:50 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:54:50 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:50 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:50 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:50 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:54:50 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:54:50 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:54:50 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:54:50 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:54:50 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:54:50 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:54:50 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:54:50 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:50 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:50 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:54:51 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (27.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (6.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 44ms (Views: 41.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:51 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:54:51 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:51 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:51 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:51 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:54:51 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:54:51 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:54:51 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:54:51 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:54:51 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:54:51 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:54:51 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:54:51 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:51 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (5.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (5.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 21ms (Views: 18.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (6.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (5.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 22ms (Views: 19.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:52 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (5.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (27.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (6.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.4ms)
Completed 200 OK in 48ms (Views: 45.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (5.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (5.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 21ms (Views: 18.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:54:53 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:55:02 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (81.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 135ms (Views: 93.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:02 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:02 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:02 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:02 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:02 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:02 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:02 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:55:02 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:55:02 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:55:02 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:55:02 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:55:02 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:55:02 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:55:07 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (94.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (26.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (3.9ms)
Completed 200 OK in 131ms (Views: 128.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:07 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:07 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:07 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:07 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:07 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:07 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:55:07 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:55:07 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:55:07 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:55:08 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:08 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:55:08 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:55:08 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:55:10 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (5.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (6.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 22ms (Views: 19.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:10 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:10 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:10 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:10 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:10 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:10 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:10 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:55:10 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:55:10 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:55:10 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:55:10 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:55:10 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:55:10 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/home/upgrade_cache" for 127.0.0.1 at 2013-11-22 17:55:13 -0800
Processing by HomeController#upgrade_cache as HTML
Redirected to http://localhost:3001/docs/installation
Completed 302 Found in 233ms (ActiveRecord: 0.0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:55:13 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (87.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (13.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (41.2ms)
Completed 200 OK in 249ms (Views: 136.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:14 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:14 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:14 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:14 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:14 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:14 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:14 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:55:19 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (5.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.4ms)
Completed 200 OK in 20ms (Views: 16.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:19 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:19 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:19 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:19 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:19 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:55:19 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:19 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:55:19 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:55:19 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:55:19 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:19 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:55:19 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:55:19 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:19 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:19 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:55:19 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (30.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.9ms)
Completed 200 OK in 44ms (Views: 41.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (6.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (4.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 20ms (Views: 17.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:20 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:55:21 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (6.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 20ms (Views: 17.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:21 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:21 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:21 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:21 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:21 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:21 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:55:21 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:55:21 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:21 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:55:21 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:55:21 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:55:21 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:55:21 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:55:21 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (5.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 19ms (Views: 17.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:21 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:21 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:21 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (5.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.4ms)
Completed 200 OK in 19ms (Views: 16.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (6.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (27.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 42ms (Views: 40.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:22 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (5.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.4ms)
Completed 200 OK in 18ms (Views: 16.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:55:23 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/docs" for 127.0.0.1 at 2013-11-22 17:55:24 -0800
Processing by DocsController#index as HTML
Rendered docs/index.html.erb within layouts/application (369.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (32.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 412ms (Views: 407.6ms | ActiveRecord: 1.4ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:25 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:25 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:25 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:25 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:25 -0800
Served asset /jquery.tocify.css - 304 Not Modified (2ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:25 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:25 -0800
Served asset /prism.css - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:25 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:25 -0800
Served asset /prism_rails.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tocify.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:25 -0800
Served asset /jquery.tocify.min.js - 304 Not Modified (0ms)
Started GET "/assets/prism.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:25 -0800
Served asset /prism.js - 304 Not Modified (0ms)
Started GET "/assets/prism_rails.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:25 -0800
Served asset /prism_rails.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:25 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:25 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/installation" for 127.0.0.1 at 2013-11-22 17:55:27 -0800
Processing by DocsController#installation as HTML
Rendered docs/installation.html.erb within layouts/application (6.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (4.5ms)
Completed 200 OK in 22ms (Views: 19.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:27 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:27 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:27 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:27 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:27 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:27 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:27 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:55:28 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (191.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (7.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (4.8ms)
Completed 200 OK in 210ms (Views: 207.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:28 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:28 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:28 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:28 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:28 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:28 -0800
Served asset /ace/ace.js - 304 Not Modified (3ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:28 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:28 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:28 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:28 -0800
Served asset /ace/mode-json.js - 304 Not Modified (23ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:29 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:55:29 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (2.6ms)
Completed 200 OK in 6ms (Views: 3.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:55:29 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (1ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:55:29 -0800
Served asset /ace/worker-json.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:29 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:29 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:29 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:29 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:29 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:29 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (136.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 171ms (Views: 148.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (2.2ms)
Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:32 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (88.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 104ms (Views: 100.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (2.0ms)
Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:37 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (90.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (5.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (4.1ms)
Completed 200 OK in 107ms (Views: 104.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (2.0ms)
Completed 200 OK in 6ms (Views: 2.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:43 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (93.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (4.0ms)
Completed 200 OK in 109ms (Views: 105.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (2.1ms)
Completed 200 OK in 19ms (Views: 2.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:48 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (115.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (3.9ms)
Completed 200 OK in 130ms (Views: 127.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (2.0ms)
Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:53 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (120.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (4.0ms)
Completed 200 OK in 136ms (Views: 133.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (2.0ms)
Completed 200 OK in 5ms (Views: 2.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:55:57 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:56:01 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (116.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 131ms (Views: 128.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:56:01 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:01 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:01 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:01 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:01 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:01 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:01 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:56:01 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:02 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:02 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:56:02 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:56:02 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (2.5ms)
Rendered docs/tml_content.html.erb (3.1ms)
Completed 200 OK in 7ms (Views: 3.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:56:02 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:56:02 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:56:02 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:56:02 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:56:02 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:56:02 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:56:02 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:56:02 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:02 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:02 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:02 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:02 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:56:02 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:56:02 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:56:02 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:02 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (168.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (5.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (4.7ms)
Completed 200 OK in 185ms (Views: 182.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered docs/tml_content.html.erb (2.1ms)
Completed 200 OK in 5ms (Views: 2.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:07 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (168.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.9ms)
Completed 200 OK in 184ms (Views: 181.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (1.9ms)
Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:56:17 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (95.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (29.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 135ms (Views: 132.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (1.9ms)
Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:57:53 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:57:54 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:57:54 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (94.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (4.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (27.2ms)
Completed 200 OK in 132ms (Views: 129.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (2.0ms)
Completed 200 OK in 5ms (Views: 2.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:04 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:58:08 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (97.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 111ms (Views: 108.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:58:08 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:08 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:08 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:08 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:08 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:08 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:08 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:58:08 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:08 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:08 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:58:08 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:58:08 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered docs/tml_content.html.erb (2.3ms)
Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:58:09 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:58:09 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:58:09 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:58:09 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:58:09 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:58:09 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:58:09 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:58:09 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:58:09 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:09 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:09 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:09 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:09 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:58:09 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:58:09 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:09 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (8.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (6.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 25ms (Views: 21.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered docs/tml_content.html.erb (2.2ms)
Completed 200 OK in 29ms (Views: 2.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:12 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/home/upgrade_cache" for 127.0.0.1 at 2013-11-22 17:58:14 -0800
Processing by HomeController#upgrade_cache as HTML
Redirected to http://localhost:3001/docs/tml
Completed 302 Found in 206ms (ActiveRecord: 0.0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:58:15 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (123.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (4.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (13.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (16.4ms)
Completed 200 OK in 259ms (Views: 147.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:15 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:58:15 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:15 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:15 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:15 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:15 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:15 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:15 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:58:15 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:15 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:58:15 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered docs/tml_content.html.erb (1.9ms)
Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:58:15 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:58:15 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:15 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:58:15 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:15 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:15 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:15 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:58:15 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (35.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (4.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 49ms (Views: 46.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered docs/tml_content.html.erb (1.9ms)
Completed 200 OK in 5ms (Views: 2.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:58:19 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (8.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (29.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (3.9ms)
Completed 200 OK in 48ms (Views: 45.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (2.0ms)
Completed 200 OK in 20ms (Views: 2.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:20 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (9.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (5.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 24ms (Views: 21.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered docs/tml_content.html.erb (1.9ms)
Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (8.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.4ms)
Completed 200 OK in 21ms (Views: 18.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered docs/tml_content.html.erb (1.8ms)
Completed 200 OK in 5ms (Views: 2.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:58:21 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (9.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.4ms)
Completed 200 OK in 22ms (Views: 19.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (24.0ms)
Rendered docs/tml_content.html.erb (24.4ms)
Completed 200 OK in 27ms (Views: 24.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:58:22 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/docs/tml" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Processing by DocsController#tml as HTML
Rendered docs/tml.html.erb within layouts/application (8.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (3.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.4ms)
Completed 200 OK in 22ms (Views: 19.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/ace/ace.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /ace/ace.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/ace/theme-chrome.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /ace/theme-chrome.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-html.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /ace/mode-html.js - 304 Not Modified (0ms)
Started GET "/assets/ace/mode-json.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /ace/mode-json.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/docs/tml_content" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Processing by DocsController#tml_content as HTML
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered docs/tml_content.html.erb (2.0ms)
Completed 200 OK in 17ms (Views: 2.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/ace/theme-textmate.js" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /ace/theme-textmate.js - 304 Not Modified (0ms)
Started GET "/assets/ace/worker-json.js" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /ace/worker-json.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 17:58:23 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:12:45 -0800
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 5ms
NoMethodError (undefined method `exists' for File:Class):
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/cache_adapters/file.rb:41:in `fetch'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:39:in `init'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/config.rb:78:in `init_application'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/extensions/action_controller_extension.rb:80:in `tr8n_init_client_sdk'
activesupport (3.2.13) lib/active_support/callbacks.rb:418:in `_run__638947356682074888__process_action__3207110535647763362__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block 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.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__344466954103185020__call__2574009889709990939__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16: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'
/Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:13:12 -0800
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 49ms
LocalJumpError (no block given (yield)):
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/cache_adapters/file.rb:49:in `fetch'
/Users/michael/Projects/Tr8n/tr8n_ruby_core/lib/tr8n/application.rb:98:in `language'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/config.rb:52:in `init_request'
/Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/lib/tr8n_client_sdk/extensions/action_controller_extension.rb:98:in `tr8n_init_client_sdk'
activesupport (3.2.13) lib/active_support/callbacks.rb:418:in `_run__4295754137440149966__process_action__2359302342175743190__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block 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.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__44244017146966964__call__3998860709989262601__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16: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'
/Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms)
Rendered /Users/michael/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.9ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:14:08 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (197.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.7ms)
Rendered layouts/_head.html.erb (10.1ms)
Rendered layouts/_flashes.html.erb (1.0ms)
Rendered layouts/_header.html.erb (8.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.3ms)
Rendered layouts/_footer.html.erb (18.2ms)
Completed 200 OK in 365ms (Views: 244.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:14:08 -0800
Served asset /bootstrap.js - 304 Not Modified (2ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:14:08 -0800
Served asset /application.css - 200 OK (1ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:14:08 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:14:08 -0800
Served asset /application.js - 200 OK (25ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:14:08 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:14:08 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:14:08 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:14:08 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:14:08 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:14:08 -0800
Served asset /wordpress.png - 200 OK (1ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:14:08 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:14:08 -0800
Served asset /how_it_works_3.gif - 200 OK (2ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:14:08 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (1ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:14:08 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:14:08 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:14:08 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:14:09 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:14:31 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (169.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.4ms)
Rendered layouts/_header.html.erb (28.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.0ms)
Rendered layouts/_footer.html.erb (16.8ms)
Completed 200 OK in 320ms (Views: 218.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:14:31 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:14:31 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:14:31 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:14:31 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:14:31 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:14:31 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:14:31 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:14:31 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:14:31 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:14:31 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:14:31 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:14:31 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:14:31 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:14:31 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:14:31 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:14:31 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:14:32 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:19:43 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (170.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.4ms)
Rendered layouts/_header.html.erb (5.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (24.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.9ms)
Rendered layouts/_footer.html.erb (28.9ms)
Completed 200 OK in 321ms (Views: 208.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:19:43 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:19:43 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:19:43 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:19:43 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:19:43 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:19:43 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:19:43 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:19:43 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:19:43 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:19:43 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:19:43 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:19:43 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:19:43 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:19:43 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:19:43 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:19:43 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:19:43 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:19:44 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (170.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.4ms)
Rendered layouts/_header.html.erb (4.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (22.7ms)
Rendered layouts/_footer.html.erb (38.5ms)
Completed 200 OK in 318ms (Views: 217.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:19:44 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:19:44 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:19:44 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:19:44 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:19:44 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:19:44 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:19:45 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:19:45 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:19:45 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:19:45 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:19:45 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:19:45 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:19:45 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:19:45 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:19:45 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:19:45 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:19:45 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:19:45 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (168.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.4ms)
Rendered layouts/_header.html.erb (5.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.0ms)
Rendered layouts/_footer.html.erb (16.8ms)
Completed 200 OK in 292ms (Views: 194.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:19:46 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:19:46 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:19:46 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:19:46 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:19:46 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:19:46 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:19:46 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:19:46 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:19:46 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:19:46 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:19:46 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:19:46 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:19:46 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:19:46 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:19:46 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:19:46 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:19:46 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:19:46 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (167.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.4ms)
Rendered layouts/_header.html.erb (4.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (11.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.0ms)
Rendered layouts/_footer.html.erb (16.2ms)
Completed 200 OK in 293ms (Views: 192.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:19:47 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:19:47 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:19:47 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:19:47 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:19:47 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:19:47 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:19:47 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:19:47 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:19:47 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:19:47 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:19:47 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:19:47 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:19:47 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:19:47 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:19:47 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:19:47 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:19:47 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:21:48 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (171.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.4ms)
Rendered layouts/_header.html.erb (5.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.0ms)
Rendered layouts/_footer.html.erb (17.5ms)
Completed 200 OK in 324ms (Views: 197.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:21:48 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:21:48 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:21:48 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:21:48 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:21:48 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:21:48 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:21:48 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:21:48 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:21:48 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:21:48 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:21:48 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:21:48 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:21:48 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:21:48 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:21:48 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:21:48 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:21:49 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:27:51 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (304.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (9.6ms)
Rendered layouts/_flashes.html.erb (0.7ms)
Rendered layouts/_header.html.erb (5.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (1.4ms)
Rendered layouts/_footer.html.erb (17.2ms)
Completed 200 OK in 477ms (Views: 346.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:27:52 -0800
Served asset /application.css - 200 OK (2ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:27:52 -0800
Served asset /jquery191.js - 304 Not Modified (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:27:52 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:27:52 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:27:52 -0800
Served asset /application.js - 200 OK (23ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:27:52 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:27:52 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:27:52 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (1ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:27:52 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:27:52 -0800
Served asset /how_it_works_2.gif - 200 OK (2ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:27:52 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:27:52 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:27:52 -0800
Served asset /facebook.png - 200 OK (1ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:27:52 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (2ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:27:52 -0800
Served asset /twitter.png - 200 OK (1ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:27:52 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:27:52 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:27:53 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (343.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.8ms)
Completed 200 OK in 473ms (Views: 366.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:27:54 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:27:54 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:27:54 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:27:54 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:27:54 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:27:54 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:27:54 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:27:54 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:27:54 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:27:54 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:27:54 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:27:54 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:27:54 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:27:54 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:27:54 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:27:54 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:27:54 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:27:55 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (325.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (24.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (15.9ms)
Completed 200 OK in 430ms (Views: 369.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:27:55 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:27:55 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:27:55 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:27:55 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:27:55 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:27:55 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:27:55 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:27:56 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:27:56 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:27:56 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:27:56 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:27:56 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:27:56 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:27:56 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:27:56 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:27:56 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:27:56 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:27:56 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (275.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.8ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (3.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (12.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (39.9ms)
Completed 200 OK in 431ms (Views: 323.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:27:57 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:27:57 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:27:57 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:27:57 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:27:57 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:27:57 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:27:57 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:27:57 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:27:57 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:27:57 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:27:57 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:27:57 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:27:57 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:27:57 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:27:57 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:27:57 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:27:57 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Connecting to database specified by database.yml
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:28:39 -0800
Processing by HomeController#index as HTML
Dalli::Server#connect localhost:11211
Rendered home/index.html.erb within layouts/application (152.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.5ms)
Rendered layouts/_head.html.erb (9.9ms)
Rendered layouts/_flashes.html.erb (0.9ms)
Rendered layouts/_header.html.erb (9.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.9ms)
Rendered layouts/_footer.html.erb (4.8ms)
Completed 200 OK in 193ms (Views: 187.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:40 -0800
Served asset /jquery191.js - 304 Not Modified (4ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:28:40 -0800
Served asset /application.css - 200 OK (1ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:40 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (1ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:40 -0800
Served asset /bootstrap.js - 304 Not Modified (1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:40 -0800
Served asset /application.js - 200 OK (2ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:28:40 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (1ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:28:40 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:28:40 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:28:40 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:28:40 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:28:40 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:28:40 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:28:40 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (2ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:28:40 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:28:40 -0800
Served asset /linkedin.png - 200 OK (1ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:28:40 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:28:40 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:28:40 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (35.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (7.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 52ms (Views: 49.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (10.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (29.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 51ms (Views: 47.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:28:41 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:28:42 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (12.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.4ms)
Rendered layouts/_header.html.erb (7.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 30ms (Views: 26.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:28:42 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:42 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:42 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:42 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:42 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:28:42 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:28:42 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:28:42 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:28:42 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:28:42 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:28:42 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:28:42 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:28:42 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:28:42 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:28:42 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:28:42 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:28:42 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (10.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (7.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 28ms (Views: 25.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (10.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.4ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (7.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 27ms (Views: 25.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:28:43 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home/upgrade_cache" for 127.0.0.1 at 2013-11-22 18:28:45 -0800
Processing by HomeController#upgrade_cache as HTML
Redirected to http://localhost:3001/home
Completed 302 Found in 226ms (ActiveRecord: 0.0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:28:45 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (158.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.7ms)
Rendered layouts/_flashes.html.erb (0.4ms)
Rendered layouts/_header.html.erb (8.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (16.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.8ms)
Rendered layouts/_footer.html.erb (20.2ms)
Completed 200 OK in 306ms (Views: 191.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:28:46 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:46 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:46 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:46 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:28:46 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:28:46 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:28:47 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (11.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.3ms)
Rendered layouts/_header.html.erb (7.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.8ms)
Completed 200 OK in 28ms (Views: 25.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:28:47 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:47 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:47 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:47 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:47 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:28:47 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:28:47 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:28:47 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:28:47 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:28:47 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:28:47 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:28:47 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:28:47 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:28:47 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:28:47 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:28:47 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:28:47 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:28:48 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (11.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (7.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.4ms)
Completed 200 OK in 28ms (Views: 25.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:48 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:48 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:48 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:48 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:28:48 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:28:48 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:28:48 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:28:48 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:28:48 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:28:48 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:28:48 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:28:48 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:28:48 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:28:48 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:28:48 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:28:48 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:28:48 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (11.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (7.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 29ms (Views: 25.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (33.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (7.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 50ms (Views: 47.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:49 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:28:50 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:28:50 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:28:50 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:28:50 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:28:50 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:28:50 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:28:50 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:28:50 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:28:50 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:28:50 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:28:50 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:28:50 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:28:53 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (32.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.6ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (7.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 50ms (Views: 47.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:28:53 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:53 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:53 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:53 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:53 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:28:53 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:28:53 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:28:53 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:28:53 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:28:53 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:28:53 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:28:53 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:28:53 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:28:53 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:28:53 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:28:53 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:28:53 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (10.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (29.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.5ms)
Completed 200 OK in 50ms (Views: 47.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (11.1ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (7.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (26.5ms)
Completed 200 OK in 51ms (Views: 48.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:28:54 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:28:55 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (10.6ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (6.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.4ms)
Completed 200 OK in 27ms (Views: 24.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:55 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:28:55 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:55 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:55 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:55 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:28:55 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:28:55 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:28:55 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:28:55 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:28:55 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:28:55 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:28:55 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:28:55 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:28:55 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:28:55 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:28:55 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:28:55 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (10.8ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (7.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 28ms (Views: 25.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (36.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (7.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.3ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.5ms)
Rendered layouts/_footer.html.erb (3.4ms)
Completed 200 OK in 54ms (Views: 50.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:28:56 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (37.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (7.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.7ms)
Completed 200 OK in 55ms (Views: 52.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:28:57 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (10.9ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (29.7ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.4ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (3.6ms)
Completed 200 OK in 50ms (Views: 47.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /hr.png - 304 Not Modified (0ms)
Started GET "/home" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (11.2ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_scripts.html.erb (0.1ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered layouts/_flashes.html.erb (0.2ms)
Rendered layouts/_header.html.erb (7.0ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_language_strip.html.erb (0.5ms)
Rendered /Users/michael/Projects/Tr8n/tr8n_rails_clientsdk/app/views/tr8n_client_sdk/tags/_powered_by_tr8n.html.erb (0.6ms)
Rendered layouts/_footer.html.erb (27.9ms)
Completed 200 OK in 52ms (Views: 49.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /bootstrap.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /application.css - 200 OK (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /application.js - 200 OK (0ms)
Started GET "/assets/jquery-ui-1.10.3.custom.min.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /jquery-ui-1.10.3.custom.min.js - 304 Not Modified (0ms)
Started GET "/assets/jquery191.js?body=1" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /jquery191.js - 304 Not Modified (0ms)
Started GET "/assets/bootstrap/bootstrap_and_overrides.css" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /bootstrap/bootstrap_and_overrides.css - 304 Not Modified (0ms)
Started GET "/assets/how_it_works_2.gif" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /how_it_works_2.gif - 200 OK (0ms)
Started GET "/assets/tr8n/tr8n_logo.png" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /tr8n/tr8n_logo.png - 200 OK (0ms)
Started GET "/assets/how_it_works_3.gif" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /how_it_works_3.gif - 200 OK (0ms)
Started GET "/assets/how_it_works_1.gif" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /how_it_works_1.gif - 200 OK (0ms)
Started GET "/assets/wordpress.png" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /wordpress.png - 200 OK (0ms)
Started GET "/assets/github.png" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /github.png - 200 OK (0ms)
Started GET "/assets/bootstrap/bootstrap.css" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /bootstrap/bootstrap.css - 304 Not Modified (0ms)
Started GET "/assets/facebook.png" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /facebook.png - 200 OK (0ms)
Started GET "/assets/twitter.png" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /twitter.png - 200 OK (0ms)
Started GET "/assets/linkedin.png" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /linkedin.png - 200 OK (0ms)
Started GET "/assets/hr.png" for 127.0.0.1 at 2013-11-22 18:28:58 -0800
Served asset /hr.png - 304 Not Modified (0ms)