This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rendered /home/alexander/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (39.5ms)
Started GET "/Portfolio" for 71.76.23.96 at 2015-08-19 14:51:53 -0400
Processing by MyWorkController#index as HTML
Rendered partials/_navigation_bar.erb (11.6ms)
[1m[35mBlogPost Load (0.6ms)[0m SELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC LIMIT 5 OFFSET 0
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "blog_posts"[0m
Rendered partials/_extended_footer.erb (0.7ms)
Rendered my_work/index.erb within layouts/application (46.4ms)
Completed 200 OK in 113ms (Views: 110.8ms | ActiveRecord: 1.0ms)
Started GET "/Portfolio" for 71.76.23.96 at 2015-08-19 14:51:53 -0400
Processing by MyWorkController#index as HTML
Rendered partials/_navigation_bar.erb (11.8ms)
[1m[35mBlogPost Load (0.5ms)[0m SELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC LIMIT 5 OFFSET 0
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "blog_posts"[0m
Rendered partials/_extended_footer.erb (0.8ms)
Rendered my_work/index.erb within layouts/application (43.1ms)
Completed 200 OK in 105ms (Views: 103.1ms | ActiveRecord: 1.0ms)
Started GET "/assets/my_work.js?body=1" for 71.76.23.96 at 2015-08-19 14:51:53 -0400
Started GET "/assets/my_work.css?body=1" for 71.76.23.96 at 2015-08-19 14:51:53 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Started GET "/assets/Jaapokki-Regular.woff2" for 71.76.23.96 at 2015-08-19 14:51:53 -0400
Started GET "/Portfolio?page=2" for 71.76.23.96 at 2015-08-19 14:52:00 -0400
Processing by MyWorkController#index as HTML
Parameters: {"page"=>"2"}
Rendered partials/_navigation_bar.erb (11.6ms)
[1m[35mBlogPost Load (0.6ms)[0m SELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC LIMIT 5 OFFSET 5
Rendered partials/_extended_footer.erb (0.7ms)
Rendered my_work/index.erb within layouts/application (29.5ms)
Completed 200 OK in 85ms (Views: 83.9ms | ActiveRecord: 0.6ms)
Started GET "/" for 71.76.23.96 at 2015-08-19 14:52:04 -0400
Processing by WelcomeController#index as HTML
Rendered partials/_navigation_bar.erb (11.6ms)
Rendered partials/_short_footer.erb (0.2ms)
Rendered welcome/index.erb within layouts/application (13.2ms)
Completed 200 OK in 73ms (Views: 72.6ms | ActiveRecord: 0.0ms)
Started GET "/" for 71.76.23.96 at 2015-08-19 14:52:05 -0400
Processing by WelcomeController#index as HTML
Rendered partials/_navigation_bar.erb (11.4ms)
Rendered partials/_short_footer.erb (0.2ms)
Rendered welcome/index.erb within layouts/application (12.7ms)
Completed 200 OK in 67ms (Views: 66.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/welcome.css?body=1" for 71.76.23.96 at 2015-08-19 14:52:05 -0400
Started GET "/assets/welcome.js?body=1" for 71.76.23.96 at 2015-08-19 14:52:05 -0400
Started GET "/assets/Jaapokki-Regular.woff2" for 71.76.23.96 at 2015-08-19 14:52:05 -0400
Started GET "/assets/Luna.woff2" for 71.76.23.96 at 2015-08-19 14:52:05 -0400
Started GET "/assets/Darleston.woff2" for 71.76.23.96 at 2015-08-19 14:52:05 -0400
Started GET "/Portfolio" for 71.76.23.96 at 2015-08-19 14:52:07 -0400
Processing by MyWorkController#index as HTML
Rendered partials/_navigation_bar.erb (11.6ms)
[1m[36mBlogPost Load (0.6ms)[0m [1mSELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC LIMIT 5 OFFSET 0[0m
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "blog_posts"
Rendered partials/_extended_footer.erb (0.7ms)
Rendered my_work/index.erb within layouts/application (41.1ms)
Completed 200 OK in 100ms (Views: 98.6ms | ActiveRecord: 1.0ms)
Started GET "/Portfolio" for 71.76.23.96 at 2015-08-19 14:52:07 -0400
Processing by MyWorkController#index as HTML
Rendered partials/_navigation_bar.erb (11.5ms)
[1m[36mBlogPost Load (0.6ms)[0m [1mSELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC LIMIT 5 OFFSET 0[0m
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "blog_posts"
Rendered partials/_extended_footer.erb (0.7ms)
Rendered my_work/index.erb within layouts/application (40.0ms)
Completed 200 OK in 100ms (Views: 98.4ms | ActiveRecord: 1.0ms)
Started GET "/assets/my_work.js?body=1" for 71.76.23.96 at 2015-08-19 14:52:07 -0400
Started GET "/assets/Jaapokki-Regular.woff2" for 71.76.23.96 at 2015-08-19 14:52:07 -0400
Started GET "/Contact" for 71.76.23.96 at 2015-08-19 14:52:10 -0400
Processing by ContactController#index as HTML
Rendered partials/_navigation_bar.erb (11.5ms)
Rendered partials/_extended_footer.erb (0.6ms)
Rendered contact/index.html.erb within layouts/application (14.6ms)
Completed 200 OK in 71ms (Views: 70.0ms | ActiveRecord: 0.0ms)
Started GET "/Contact" for 71.76.23.96 at 2015-08-19 14:52:12 -0400
Processing by ContactController#index as HTML
Rendered partials/_navigation_bar.erb (11.6ms)
Rendered partials/_extended_footer.erb (0.6ms)
Rendered contact/index.html.erb within layouts/application (14.4ms)
Completed 200 OK in 74ms (Views: 73.3ms | ActiveRecord: 0.0ms)
Started GET "/" for 71.76.23.96 at 2015-08-19 14:52:14 -0400
Processing by WelcomeController#index as HTML
Rendered partials/_navigation_bar.erb (11.4ms)
Rendered partials/_short_footer.erb (0.2ms)
Rendered welcome/index.erb within layouts/application (13.2ms)
Completed 200 OK in 69ms (Views: 68.5ms | ActiveRecord: 0.0ms)
Started GET "/" for 71.76.23.96 at 2015-08-19 14:52:14 -0400
Processing by WelcomeController#index as HTML
Rendered partials/_navigation_bar.erb (15.4ms)
Rendered partials/_short_footer.erb (0.2ms)
Rendered welcome/index.erb within layouts/application (16.7ms)
Completed 200 OK in 71ms (Views: 70.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/Jaapokki-Regular.woff2" for 71.76.23.96 at 2015-08-19 14:52:14 -0400
Started GET "/assets/Darleston.woff2" for 71.76.23.96 at 2015-08-19 14:52:14 -0400
Started GET "/assets/Luna.woff2" for 71.76.23.96 at 2015-08-19 14:52:14 -0400
Started GET "/" for 71.76.23.96 at 2015-08-19 16:12:03 -0400
Processing by WelcomeController#index as HTML
Rendered partials/_navigation_bar.erb (17.0ms)
Rendered partials/_short_footer.erb (2.1ms)
Rendered welcome/index.erb within layouts/application (24.0ms)
Completed 200 OK in 116ms (Views: 104.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/hover-min.css?body=1" for 71.76.23.96 at 2015-08-19 16:12:04 -0400
Started GET "/assets/application.css?body=1" for 71.76.23.96 at 2015-08-19 16:12:04 -0400
Started GET "/assets/navigation_bar.css?body=1" for 71.76.23.96 at 2015-08-19 16:12:04 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 71.76.23.96 at 2015-08-19 16:12:04 -0400
Started GET "/assets/welcome.css?body=1" for 71.76.23.96 at 2015-08-19 16:12:04 -0400
Started GET "/assets/jquery.js?body=1" for 71.76.23.96 at 2015-08-19 16:12:04 -0400
Started GET "/assets/jquery.turbolinks.js?body=1" for 71.76.23.96 at 2015-08-19 16:12:04 -0400
Started GET "/assets/application.js?body=1" for 71.76.23.96 at 2015-08-19 16:12:04 -0400
Started GET "/assets/turbolinks.js?body=1" for 71.76.23.96 at 2015-08-19 16:12:04 -0400
Started GET "/assets/navigation_bar.js?body=1" for 71.76.23.96 at 2015-08-19 16:12:04 -0400
Started GET "/assets/welcome.js?body=1" for 71.76.23.96 at 2015-08-19 16:12:04 -0400
Started GET "/assets/Jaapokki-Regular.woff2" for 71.76.23.96 at 2015-08-19 16:12:04 -0400
Started GET "/assets/Luna.woff2" for 71.76.23.96 at 2015-08-19 16:12:04 -0400
Started GET "/assets/Darleston.woff2" for 71.76.23.96 at 2015-08-19 16:12:04 -0400
Started GET "/favicon.ico" for 71.76.23.96 at 2015-08-19 16:12:04 -0400
ActionController::RoutingError (No route matches [GET] "/favicon.ico"):
Rendered /home/alexander/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (40.1ms)
Started GET "/" for 174.48.52.174 at 2015-08-19 16:30:58 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by WelcomeController#index as HTML
Rendered partials/_navigation_bar.erb (17.7ms)
Rendered partials/_short_footer.erb (2.1ms)
Rendered welcome/index.erb within layouts/application (24.6ms)
Completed 200 OK in 116ms (Views: 105.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/hover-min.css?body=1" for 174.48.52.174 at 2015-08-19 16:30:59 -0400
Started GET "/assets/application.css?body=1" for 174.48.52.174 at 2015-08-19 16:30:59 -0400
Started GET "/assets/navigation_bar.css?body=1" for 174.48.52.174 at 2015-08-19 16:30:59 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 174.48.52.174 at 2015-08-19 16:30:59 -0400
Started GET "/assets/welcome.css?body=1" for 174.48.52.174 at 2015-08-19 16:30:59 -0400
Started GET "/assets/jquery.turbolinks.js?body=1" for 174.48.52.174 at 2015-08-19 16:30:59 -0400
Started GET "/assets/jquery.js?body=1" for 174.48.52.174 at 2015-08-19 16:30:59 -0400
Started GET "/assets/turbolinks.js?body=1" for 174.48.52.174 at 2015-08-19 16:30:59 -0400
Started GET "/assets/application.js?body=1" for 174.48.52.174 at 2015-08-19 16:30:59 -0400
Started GET "/assets/welcome.js?body=1" for 174.48.52.174 at 2015-08-19 16:30:59 -0400
Started GET "/assets/navigation_bar.js?body=1" for 174.48.52.174 at 2015-08-19 16:30:59 -0400
Started GET "/assets/Jaapokki-Regular.woff2" for 174.48.52.174 at 2015-08-19 16:30:59 -0400
Started GET "/assets/Luna.woff2" for 174.48.52.174 at 2015-08-19 16:30:59 -0400
Started GET "/assets/Darleston.woff2" for 174.48.52.174 at 2015-08-19 16:30:59 -0400
Started GET "/favicon.ico" for 174.48.52.174 at 2015-08-19 16:31:01 -0400
ActionController::RoutingError (No route matches [GET] "/favicon.ico"):
Rendered /home/alexander/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (40.3ms)
Started GET "/Portfolio" for 174.48.52.174 at 2015-08-19 16:33:01 -0400
Processing by MyWorkController#index as HTML
Rendered partials/_navigation_bar.erb (11.9ms)
[1m[35mBlogPost Load (1.0ms)[0m SELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC LIMIT 5 OFFSET 0
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "blog_posts"[0m
Rendered partials/_extended_footer.erb (6.9ms)
Rendered my_work/index.erb within layouts/application (59.3ms)
Completed 200 OK in 129ms (Views: 121.6ms | ActiveRecord: 4.8ms)
Started GET "/Portfolio" for 174.48.52.174 at 2015-08-19 16:33:01 -0400
Processing by MyWorkController#index as HTML
Rendered partials/_navigation_bar.erb (11.5ms)
[1m[35mBlogPost Load (0.6ms)[0m SELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC LIMIT 5 OFFSET 0
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "blog_posts"[0m
Rendered partials/_extended_footer.erb (1.4ms)
Rendered my_work/index.erb within layouts/application (41.8ms)
Completed 200 OK in 103ms (Views: 101.0ms | ActiveRecord: 1.0ms)
Started GET "/assets/my_work.css?body=1" for 174.48.52.174 at 2015-08-19 16:33:01 -0400
Started GET "/assets/my_work.js?body=1" for 174.48.52.174 at 2015-08-19 16:33:02 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Started GET "/" for 71.76.23.96 at 2015-08-19 16:36:20 -0400
Processing by WelcomeController#index as HTML
Rendered partials/_navigation_bar.erb (11.3ms)
Rendered partials/_short_footer.erb (0.2ms)
Rendered welcome/index.erb within layouts/application (12.7ms)
Completed 200 OK in 68ms (Views: 67.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/hover-min.css?body=1" for 71.76.23.96 at 2015-08-19 16:36:20 -0400
Started GET "/assets/navigation_bar.css?body=1" for 71.76.23.96 at 2015-08-19 16:36:20 -0400
Started GET "/assets/jquery.turbolinks.js?body=1" for 71.76.23.96 at 2015-08-19 16:36:20 -0400
Started GET "/assets/jquery.js?body=1" for 71.76.23.96 at 2015-08-19 16:36:20 -0400
Started GET "/assets/welcome.css?body=1" for 71.76.23.96 at 2015-08-19 16:36:20 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 71.76.23.96 at 2015-08-19 16:36:20 -0400
Started GET "/assets/application.css?body=1" for 71.76.23.96 at 2015-08-19 16:36:20 -0400
Started GET "/assets/turbolinks.js?body=1" for 71.76.23.96 at 2015-08-19 16:36:20 -0400
Started GET "/assets/application.js?body=1" for 71.76.23.96 at 2015-08-19 16:36:20 -0400
Started GET "/assets/welcome.js?body=1" for 71.76.23.96 at 2015-08-19 16:36:20 -0400
Started GET "/assets/navigation_bar.js?body=1" for 71.76.23.96 at 2015-08-19 16:36:20 -0400
Started GET "/assets/Jaapokki-Regular.woff" for 71.76.23.96 at 2015-08-19 16:36:21 -0400
Started GET "/assets/Luna.woff" for 71.76.23.96 at 2015-08-19 16:36:21 -0400
Started GET "/assets/Darleston.woff" for 71.76.23.96 at 2015-08-19 16:36:21 -0400
Started GET "/favicon.ico" for 71.76.23.96 at 2015-08-19 16:36:23 -0400
ActionController::RoutingError (No route matches [GET] "/favicon.ico"):
Rendered /home/alexander/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (36.1ms)
Started GET "/apple-touch-icon-precomposed.png" for 71.76.23.96 at 2015-08-19 16:36:25 -0400
ActionController::RoutingError (No route matches [GET] "/apple-touch-icon-precomposed.png"):
Rendered /home/alexander/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (32.2ms)
Started GET "/apple-touch-icon.png" for 71.76.23.96 at 2015-08-19 16:36:25 -0400
ActionController::RoutingError (No route matches [GET] "/apple-touch-icon.png"):
Rendered /home/alexander/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (32.1ms)
Started GET "/Portfolio" for 174.48.52.174 at 2015-08-19 16:37:12 -0400
Processing by MyWorkController#index as HTML
Rendered partials/_navigation_bar.erb (13.2ms)
[1m[35mBlogPost Load (0.6ms)[0m SELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC LIMIT 5 OFFSET 0
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "blog_posts"[0m
Rendered partials/_extended_footer.erb (0.7ms)
Rendered my_work/index.erb within layouts/application (42.8ms)
Completed 200 OK in 104ms (Views: 102.2ms | ActiveRecord: 1.1ms)
Started GET "/assets/application.css?body=1" for 174.48.52.174 at 2015-08-19 16:37:12 -0400
Started GET "/assets/hover-min.css?body=1" for 174.48.52.174 at 2015-08-19 16:37:12 -0400
Started GET "/assets/my_work.css?body=1" for 174.48.52.174 at 2015-08-19 16:37:12 -0400
Started GET "/assets/jquery.turbolinks.js?body=1" for 174.48.52.174 at 2015-08-19 16:37:12 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 174.48.52.174 at 2015-08-19 16:37:12 -0400
Started GET "/assets/jquery.js?body=1" for 174.48.52.174 at 2015-08-19 16:37:12 -0400
Started GET "/assets/navigation_bar.css?body=1" for 174.48.52.174 at 2015-08-19 16:37:12 -0400
Started GET "/assets/turbolinks.js?body=1" for 174.48.52.174 at 2015-08-19 16:37:12 -0400
Started GET "/assets/application.js?body=1" for 174.48.52.174 at 2015-08-19 16:37:12 -0400
Started GET "/assets/my_work.js?body=1" for 174.48.52.174 at 2015-08-19 16:37:12 -0400
Started GET "/assets/navigation_bar.js?body=1" for 174.48.52.174 at 2015-08-19 16:37:12 -0400
Started GET "/assets/Jaapokki-Regular.woff2" for 174.48.52.174 at 2015-08-19 16:37:13 -0400
Started GET "/Contact" for 174.48.52.174 at 2015-08-19 16:37:35 -0400
Processing by ContactController#index as HTML
Rendered partials/_navigation_bar.erb (11.5ms)
Rendered partials/_extended_footer.erb (0.6ms)
Rendered contact/index.html.erb within layouts/application (21.1ms)
Completed 200 OK in 84ms (Views: 83.4ms | ActiveRecord: 0.0ms)
Started GET "/Contact" for 174.48.52.174 at 2015-08-19 16:37:35 -0400
Processing by ContactController#index as HTML
Rendered partials/_navigation_bar.erb (16.2ms)
Rendered partials/_extended_footer.erb (0.7ms)
Rendered contact/index.html.erb within layouts/application (20.3ms)
Completed 200 OK in 76ms (Views: 75.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/contact.js?body=1" for 174.48.52.174 at 2015-08-19 16:37:35 -0400
Started GET "/assets/contact.css?body=1" for 174.48.52.174 at 2015-08-19 16:37:35 -0400
Started GET "/assets/Jaapokki-Regular.woff2" for 174.48.52.174 at 2015-08-19 16:37:35 -0400
Started GET "/assets/Daniel.woff2" for 174.48.52.174 at 2015-08-19 16:37:35 -0400