Started GET "/blog/" for 127.0.0.1 at 2011-11-18 22:54:18 +0000 Processing by Blogit::PostsController#index as HTML Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/index.html.erb within layouts/application (47.8ms) Completed 500 Internal Server Error in 75ms ActionView::Template::Error (Could not find table 'users'): 1: <%= login_required class: "actions", id: "new_blog_post_link" do %> 2: <%= link_to 'New Blog post', new_post_path %> 3: <% end %> 4: app/controllers/application_controller.rb:9:in `current_user' Rendered /Users/Gavin/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/Gavin/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms) Rendered /Users/Gavin/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (2.9ms) Migrating to CreateUsers (20110814091304) Migrating to CreatePeople (20110819103335) Migrating to CreateBlogPosts (20111118222920) Migrating to CreateBlogComments (20111118222921) Migrating to ActsAsTaggableOnMigration (20111118222922) Started GET "/blog/" for 127.0.0.1 at 2011-11-18 22:55:47 +0000 Processing by Blogit::PostsController#index as HTML Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/index.html.erb within layouts/application (0.9ms) Completed 500 Internal Server Error in 1ms ActionView::Template::Error (Could not find table 'users'): 1: <%= login_required class: "actions", id: "new_blog_post_link" do %> 2: <%= link_to 'New Blog post', new_post_path %> 3: <% end %> 4: app/controllers/application_controller.rb:9:in `current_user' Rendered /Users/Gavin/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/Gavin/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/Gavin/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.1ms) Started GET "/blog/" for 127.0.0.1 at 2011-11-18 22:55:47 +0000 Processing by Blogit::PostsController#index as HTML Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/index.html.erb within layouts/application (0.9ms) Completed 500 Internal Server Error in 1ms ActionView::Template::Error (Could not find table 'users'): 1: <%= login_required class: "actions", id: "new_blog_post_link" do %> 2: <%= link_to 'New Blog post', new_post_path %> 3: <% end %> 4: app/controllers/application_controller.rb:9:in `current_user' Rendered /Users/Gavin/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/Gavin/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/Gavin/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.0ms) Started GET "/blog/" for 127.0.0.1 at 2011-11-18 22:55:57 +0000 Processing by Blogit::PostsController#index as HTML Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/_empty.html.erb (0.3ms) Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/_pagination.html.erb (2.1ms) Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/index.html.erb within layouts/application (56.3ms) Write page /Users/Gavin/Gems/blogit/spec/dummy/public/blog.html (0.4ms) Completed 200 OK in 93ms (Views: 90.6ms | ActiveRecord: 0.6ms) Started GET "/assets/blogit.css" for 127.0.0.1 at 2011-11-18 22:55:57 +0000 Compiled blogit.css (1ms) (pid 34719) Compiled blogit/comments.css (4ms) (pid 34719) Compiled blogit/posts.css (0ms) (pid 34719) Served asset /blogit.css - 200 OK (14ms) Started GET "/assets/blogit.js" for 127.0.0.1 at 2011-11-18 22:55:57 +0000 Compiled blogit.js (0ms) (pid 34719) Error compiling asset blogit.js: LoadError: no such file to load -- uglifier (in /Users/Gavin/Gems/blogit/app/assets/javascripts/blogit/index.js) Served asset /blogit.js - 500 Internal Server Error Started GET "/assets/application.js" for 127.0.0.1 at 2011-11-18 22:55:57 +0000 Compiled application.js (2ms) (pid 34719) Compiled jquery.js (27ms) (pid 34719) Compiled jquery_ujs.js (0ms) (pid 34719) Error compiling asset application.js: LoadError: no such file to load -- uglifier (in /Users/Gavin/Gems/blogit/spec/dummy/app/assets/javascripts/application.js) Served asset /application.js - 500 Internal Server Error Started GET "/assets/application.css" for 127.0.0.1 at 2011-11-18 22:55:57 +0000 Compiled application.css (0ms) (pid 34719) Served asset /application.css - 200 OK (4ms) Started GET "/blog/" for 127.0.0.1 at 2011-11-18 22:55:58 +0000 Processing by Blogit::PostsController#index as HTML Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/_empty.html.erb (0.1ms) Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/_pagination.html.erb (1.3ms) Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/index.html.erb within layouts/application (3.7ms) Write page /Users/Gavin/Gems/blogit/spec/dummy/public/blog.html (0.4ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.4ms) Started GET "/assets/blogit.js" for 127.0.0.1 at 2011-11-18 22:55:58 +0000 Error compiling asset blogit.js: LoadError: no such file to load -- uglifier (in /Users/Gavin/Gems/blogit/app/assets/javascripts/blogit/index.js) Served asset /blogit.js - 500 Internal Server Error Started GET "/assets/blogit.css" for 127.0.0.1 at 2011-11-18 22:55:58 +0000 Served asset /blogit.css - 304 Not Modified (0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2011-11-18 22:55:58 +0000 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-11-18 22:55:58 +0000 Error compiling asset application.js: LoadError: no such file to load -- uglifier (in /Users/Gavin/Gems/blogit/spec/dummy/app/assets/javascripts/application.js) Served asset /application.js - 500 Internal Server Error Started GET "/blog/" for 127.0.0.1 at 2011-11-18 23:00:43 +0000 Processing by Blogit::PostsController#index as HTML Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/_empty.html.erb (0.3ms) Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/_pagination.html.erb (2.2ms) Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/index.html.erb within layouts/application (54.5ms) Completed 200 OK in 88ms (Views: 87.6ms | ActiveRecord: 0.6ms) Started GET "/assets/blogit.css" for 127.0.0.1 at 2011-11-18 23:00:43 +0000 Served asset /blogit.css - 304 Not Modified (10ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-11-18 23:00:43 +0000 Error compiling asset application.js: LoadError: no such file to load -- uglifier (in /Users/Gavin/Gems/blogit/spec/dummy/app/assets/javascripts/application.js) Served asset /application.js - 500 Internal Server Error Started GET "/assets/blogit.js" for 127.0.0.1 at 2011-11-18 23:00:43 +0000 Error compiling asset blogit.js: LoadError: no such file to load -- uglifier (in /Users/Gavin/Gems/blogit/app/assets/javascripts/blogit/index.js) Served asset /blogit.js - 500 Internal Server Error Started GET "/assets/application.css" for 127.0.0.1 at 2011-11-18 23:00:43 +0000 Served asset /application.css - 304 Not Modified (1ms) Started GET "/blog/" for 127.0.0.1 at 2011-11-18 23:00:46 +0000 Processing by Blogit::PostsController#index as HTML Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/_empty.html.erb (0.0ms) Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/_pagination.html.erb (1.2ms) Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/index.html.erb within layouts/application (3.0ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.4ms) Started GET "/assets/blogit.css" for 127.0.0.1 at 2011-11-18 23:00:46 +0000 Served asset /blogit.css - 304 Not Modified (0ms) Started GET "/assets/blogit.js" for 127.0.0.1 at 2011-11-18 23:00:46 +0000 Error compiling asset blogit.js: LoadError: no such file to load -- uglifier (in /Users/Gavin/Gems/blogit/app/assets/javascripts/blogit/index.js) Served asset /blogit.js - 500 Internal Server Error Started GET "/assets/application.css" for 127.0.0.1 at 2011-11-18 23:00:46 +0000 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-11-18 23:00:46 +0000 Error compiling asset application.js: LoadError: no such file to load -- uglifier (in /Users/Gavin/Gems/blogit/spec/dummy/app/assets/javascripts/application.js) Served asset /application.js - 500 Internal Server Error Started GET "/blog/" for 127.0.0.1 at 2011-11-18 23:01:04 +0000 Processing by Blogit::PostsController#index as HTML Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/_empty.html.erb (0.0ms) Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/_pagination.html.erb (0.8ms) Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/index.html.erb within layouts/application (2.6ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.3ms) Started GET "/assets/blogit.js" for 127.0.0.1 at 2011-11-18 23:01:04 +0000 Error compiling asset blogit.js: LoadError: no such file to load -- uglifier (in /Users/Gavin/Gems/blogit/app/assets/javascripts/blogit/index.js) Served asset /blogit.js - 500 Internal Server Error Started GET "/assets/blogit.css" for 127.0.0.1 at 2011-11-18 23:01:04 +0000 Served asset /blogit.css - 304 Not Modified (0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-11-18 23:01:04 +0000 Error compiling asset application.js: LoadError: no such file to load -- uglifier (in /Users/Gavin/Gems/blogit/spec/dummy/app/assets/javascripts/application.js) Served asset /application.js - 500 Internal Server Error Started GET "/assets/application.css" for 127.0.0.1 at 2011-11-18 23:01:04 +0000 Served asset /application.css - 304 Not Modified (0ms) Started GET "/blog/" for 127.0.0.1 at 2011-11-18 23:01:07 +0000 Processing by Blogit::PostsController#index as HTML Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/_empty.html.erb (0.1ms) Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/_pagination.html.erb (0.9ms) Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/index.html.erb within layouts/application (2.7ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.3ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-11-18 23:01:07 +0000 Error compiling asset application.js: LoadError: no such file to load -- uglifier (in /Users/Gavin/Gems/blogit/spec/dummy/app/assets/javascripts/application.js) Served asset /application.js - 500 Internal Server Error Started GET "/assets/blogit.js" for 127.0.0.1 at 2011-11-18 23:01:07 +0000 Error compiling asset blogit.js: LoadError: no such file to load -- uglifier (in /Users/Gavin/Gems/blogit/app/assets/javascripts/blogit/index.js) Served asset /blogit.js - 500 Internal Server Error Started GET "/assets/blogit.css" for 127.0.0.1 at 2011-11-18 23:01:07 +0000 Served asset /blogit.css - 304 Not Modified (0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2011-11-18 23:01:07 +0000 Served asset /application.css - 304 Not Modified (0ms) Started GET "/session/new" for 127.0.0.1 at 2011-11-18 23:01:18 +0000 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (2.1ms) Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.2ms) Started GET "/assets/blogit.js" for 127.0.0.1 at 2011-11-18 23:01:18 +0000 Error compiling asset blogit.js: LoadError: no such file to load -- uglifier (in /Users/Gavin/Gems/blogit/app/assets/javascripts/blogit/index.js) Served asset /blogit.js - 500 Internal Server Error Started GET "/assets/application.js" for 127.0.0.1 at 2011-11-18 23:01:18 +0000 Error compiling asset application.js: LoadError: no such file to load -- uglifier (in /Users/Gavin/Gems/blogit/spec/dummy/app/assets/javascripts/application.js) Served asset /application.js - 500 Internal Server Error Started GET "/assets/blogit.css" for 127.0.0.1 at 2011-11-18 23:01:18 +0000 Served asset /blogit.css - 304 Not Modified (0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2011-11-18 23:01:18 +0000 Served asset /application.css - 304 Not Modified (0ms) Started POST "/session" for 127.0.0.1 at 2011-11-18 23:01:26 +0000 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"mbmXXcH+H2hgwb+ZxpDO0xLdCPQ29b0tRcFfcqU1G9M=", "session"=>{"username"=>"gavin@gavinmorrice.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Rendered sessions/new.html.erb within layouts/application (1.3ms) Completed 200 OK in 5ms (Views: 3.2ms | ActiveRecord: 0.3ms) Started GET "/assets/blogit.js" for 127.0.0.1 at 2011-11-18 23:01:26 +0000 Error compiling asset blogit.js: LoadError: no such file to load -- uglifier (in /Users/Gavin/Gems/blogit/app/assets/javascripts/blogit/index.js) Served asset /blogit.js - 500 Internal Server Error Started GET "/assets/application.js" for 127.0.0.1 at 2011-11-18 23:01:26 +0000 Error compiling asset application.js: LoadError: no such file to load -- uglifier (in /Users/Gavin/Gems/blogit/spec/dummy/app/assets/javascripts/application.js) Served asset /application.js - 500 Internal Server Error Started GET "/assets/blogit.css" for 127.0.0.1 at 2011-11-18 23:01:26 +0000 Served asset /blogit.css - 304 Not Modified (0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2011-11-18 23:01:26 +0000 Served asset /application.css - 304 Not Modified (0ms) Started POST "/session" for 127.0.0.1 at 2011-11-18 23:01:31 +0000 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"mbmXXcH+H2hgwb+ZxpDO0xLdCPQ29b0tRcFfcqU1G9M=", "session"=>{"username"=>"gavin@gavinmorrice.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Rendered sessions/new.html.erb within layouts/application (0.9ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-11-18 23:01:31 +0000 Error compiling asset application.js: LoadError: no such file to load -- uglifier (in /Users/Gavin/Gems/blogit/spec/dummy/app/assets/javascripts/application.js) Served asset /application.js - 500 Internal Server Error Started GET "/assets/blogit.js" for 127.0.0.1 at 2011-11-18 23:01:31 +0000 Error compiling asset blogit.js: LoadError: no such file to load -- uglifier (in /Users/Gavin/Gems/blogit/app/assets/javascripts/blogit/index.js) Served asset /blogit.js - 500 Internal Server Error Started GET "/assets/blogit.css" for 127.0.0.1 at 2011-11-18 23:01:31 +0000 Served asset /blogit.css - 304 Not Modified (0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2011-11-18 23:01:31 +0000 Served asset /application.css - 304 Not Modified (0ms)