MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps. MONGODB admin['$cmd'].find({:ismaster=>1}) MONGODB admin['$cmd'].find({:ismaster=>1}) Started GET "/builder" for 127.0.0.1 at 2011-08-05 17:43:50 -0700 Processing by WebsiteBuilderEngine::HomeController#index as HTML Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/website_builder_engine/home/index.html.haml within layouts/website_builder_engine/home (14.1ms) Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/shared/_navigation.html.haml (2.2ms) Completed 200 OK in 83ms (Views: 83.0ms) Started GET "/assets/website_builder_engine/application.css" for 127.0.0.1 at 2011-08-05 17:43:50 -0700 Compiled ~/repos/wip/website_builder_engine/app/assets/stylesheets/website_builder_engine/application.css (9ms) (pid 33055) Compiled ~/repos/wip/website_builder_engine/app/assets/stylesheets/website_builder_engine/base.css.scss (203ms) (pid 33055) Compiled ~/repos/wip/website_builder_engine/app/assets/stylesheets/website_builder_engine/layout.css.scss (5ms) (pid 33055) Compiled ~/repos/wip/website_builder_engine/app/assets/stylesheets/website_builder_engine/normalize.css.scss (44ms) (pid 33055) Compiled ~/repos/wip/website_builder_engine/app/assets/stylesheets/website_builder_engine/scaffolds.css.scss (10ms) (pid 33055) Compiled ~/repos/wip/website_builder_engine/app/assets/stylesheets/website_builder_engine/skeleton.css.scss (82ms) (pid 33055) Compiled ~/repos/wip/website_builder_engine/app/assets/stylesheets/website_builder_engine/articles.css.scss (14ms) (pid 33055) Compiled ~/repos/wip/website_builder_engine/app/assets/stylesheets/website_builder_engine/home.css.scss (1ms) (pid 33055) Compiled ~/repos/wip/website_builder_engine/app/assets/stylesheets/website_builder_engine/offerpages.css.scss (639ms) (pid 33055) Compiled ~/repos/wip/website_builder_engine/app/assets/stylesheets/website_builder_engine/settings.css.scss (1ms) (pid 33055) Compiled ~/repos/wip/website_builder_engine/app/assets/stylesheets/website_builder_engine/application.css (0ms) (pid 33055) Served asset /website_builder_engine/application.css - 200 OK (1069ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-08-05 17:43:51 -0700 Compiled ~/repos/wip/website_builder_engine/app/assets/javascripts/website_builder_engine/application.js (6ms) (pid 33055) Compiled ~/.rvm/gems/ruby-1.9.2-p180@rails31rc5/gems/jquery-rails-1.0.12/vendor/assets/javascripts/jquery.js (1ms) (pid 33055) Compiled ~/.rvm/gems/ruby-1.9.2-p180@rails31rc5/gems/jquery-rails-1.0.12/vendor/assets/javascripts/jquery_ujs.js (0ms) (pid 33055) Compiled ~/repos/wip/website_builder_engine/app/assets/javascripts/website_builder_engine/articles.js.coffee (107ms) (pid 33055) Compiled ~/repos/wip/website_builder_engine/app/assets/javascripts/website_builder_engine/home.js.coffee (96ms) (pid 33055) Compiled ~/repos/wip/website_builder_engine/app/assets/javascripts/website_builder_engine/jqueryui.js (0ms) (pid 33055) Compiled ~/repos/wip/website_builder_engine/app/assets/javascripts/website_builder_engine/modernizr.js (0ms) (pid 33055) Compiled ~/repos/wip/website_builder_engine/app/assets/javascripts/website_builder_engine/offerpages.js.coffee (89ms) (pid 33055) Compiled ~/repos/wip/website_builder_engine/app/assets/javascripts/website_builder_engine/respond.js (0ms) (pid 33055) Compiled ~/repos/wip/website_builder_engine/app/assets/javascripts/website_builder_engine/settings.js.coffee (88ms) (pid 33055) Compiled ~/repos/wip/website_builder_engine/app/assets/javascripts/website_builder_engine/tabs.js (0ms) (pid 33055) Compiled ~/repos/wip/website_builder_engine/app/assets/javascripts/website_builder_engine/application.js (0ms) (pid 33055) Served asset /website_builder_engine/application.js - 200 OK (583ms) MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps. MONGODB admin['$cmd'].find({:ismaster=>1}) MONGODB admin['$cmd'].find({:ismaster=>1}) Started GET "/" for 127.0.0.1 at 2011-08-09 15:55:19 -0700 ActionController::RoutingError (No route matches [GET] "/"): Rendered /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p180@rails31rc5/gems/actionpack-3.1.0.rc5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/" for 127.0.0.1 at 2011-08-09 15:56:27 -0700 ActionController::RoutingError (No route matches [GET] "/"): Rendered /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p180@rails31rc5/gems/actionpack-3.1.0.rc5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/builder" for 127.0.0.1 at 2011-08-09 15:56:33 -0700 Processing by WebsiteBuilderEngine::HomeController#index as HTML Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/website_builder_engine/home/index.html.haml within layouts/website_builder_engine/home (32.6ms) Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/shared/_navigation.html.haml (2.4ms) Completed 200 OK in 67ms (Views: 66.9ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-08-09 15:56:33 -0700 Served asset /website_builder_engine/application.js - 200 OK (78ms) Started GET "/assets/website_builder_engine/application.css" for 127.0.0.1 at 2011-08-09 15:56:33 -0700 Served asset /website_builder_engine/application.css - 200 OK (112ms) Started GET "/builder/offerpages" for 127.0.0.1 at 2011-08-09 15:56:43 -0700 Processing by WebsiteBuilderEngine::OfferpagesController#index as HTML MONGODB dummy_development['settings'].find({}) MONGODB dummy_development['offerpages'].find({}) Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/website_builder_engine/offerpages/index.html.haml within layouts/website_builder_engine/application (28.9ms) Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/shared/_navigation.html.haml (0.8ms) Completed 200 OK in 438ms (Views: 44.3ms) Started GET "/builder/articles" for 127.0.0.1 at 2011-08-09 15:56:52 -0700 Processing by WebsiteBuilderEngine::ArticlesController#index as HTML MONGODB dummy_development['settings'].find({}) MONGODB dummy_development['articles'].find({}) Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/website_builder_engine/articles/index.html.haml within layouts/website_builder_engine/application (9.4ms) Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/shared/_navigation.html.haml (0.7ms) Completed 200 OK in 102ms (Views: 20.2ms) Started GET "/builder/articles" for 127.0.0.1 at 2011-08-09 15:58:43 -0700 Processing by WebsiteBuilderEngine::ArticlesController#index as HTML MONGODB dummy_development['settings'].find({}) MONGODB dummy_development['articles'].find({}) Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/website_builder_engine/articles/index.html.haml within layouts/website_builder_engine/application (5.4ms) Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/shared/_navigation.html.haml (0.7ms) Completed 200 OK in 99ms (Views: 15.0ms) Started GET "/builder/articles/new" for 127.0.0.1 at 2011-08-09 15:58:46 -0700 Processing by WebsiteBuilderEngine::ArticlesController#new as HTML MONGODB dummy_development['settings'].find({}) MONGODB dummy_development['articles'].find({}) Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/website_builder_engine/articles/_form.html.haml (53.8ms) Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/website_builder_engine/articles/new.html.haml within layouts/website_builder_engine/application (57.2ms) Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/shared/_navigation.html.haml (0.7ms) Completed 200 OK in 157ms (Views: 72.5ms) Started GET "/builder/" for 127.0.0.1 at 2011-08-09 16:04:31 -0700 Processing by WebsiteBuilderEngine::HomeController#index as HTML Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/website_builder_engine/home/index.html.haml within layouts/website_builder_engine/home (40.2ms) Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/shared/_navigation.html.haml (0.8ms) Completed 200 OK in 49ms (Views: 48.5ms) Started GET "/builder/articles" for 127.0.0.1 at 2011-08-09 16:04:34 -0700 Processing by WebsiteBuilderEngine::ArticlesController#index as HTML MONGODB dummy_development['settings'].find({}) MONGODB dummy_development['articles'].find({}) Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/website_builder_engine/articles/index.html.haml within layouts/website_builder_engine/application (5.6ms) Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/shared/_navigation.html.haml (0.7ms) Completed 200 OK in 98ms (Views: 15.1ms) Started GET "/builder/articles/4e3886c29b8a306614000004/edit" for 127.0.0.1 at 2011-08-09 16:04:38 -0700 Processing by WebsiteBuilderEngine::ArticlesController#edit as HTML Parameters: {"id"=>"4e3886c29b8a306614000004"} MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000004')}) MONGODB dummy_development['articles'].find({}) Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/website_builder_engine/articles/_form.html.haml (7.4ms) Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/website_builder_engine/articles/edit.html.haml within layouts/website_builder_engine/application (47.4ms) Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/shared/_navigation.html.haml (0.8ms) Completed 200 OK in 68ms (Views: 66.4ms) Started GET "/builder/articles/4e3886c29b8a306614000004" for 127.0.0.1 at 2011-08-09 16:04:44 -0700 Processing by WebsiteBuilderEngine::ArticlesController#show as HTML Parameters: {"id"=>"4e3886c29b8a306614000004"} MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000004')}) Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/website_builder_engine/articles/show.html.haml within layouts/website_builder_engine/application (5.8ms) Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/shared/_navigation.html.haml (0.7ms) Completed 200 OK in 23ms (Views: 21.9ms) Started GET "/builder/articles" for 127.0.0.1 at 2011-08-09 16:04:50 -0700 Processing by WebsiteBuilderEngine::ArticlesController#index as HTML MONGODB dummy_development['settings'].find({}) MONGODB dummy_development['articles'].find({}) Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/website_builder_engine/articles/index.html.haml within layouts/website_builder_engine/application (5.6ms) Rendered /Users/danielkehoe/repos/wip/website_builder_engine/app/views/shared/_navigation.html.haml (0.7ms) Completed 200 OK in 99ms (Views: 15.4ms) MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps. MONGODB admin['$cmd'].find({:ismaster=>1}) MONGODB admin['$cmd'].find({:ismaster=>1}) MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps. MONGODB admin['$cmd'].find({:ismaster=>1}) MONGODB admin['$cmd'].find({:ismaster=>1}) Started GET "/" for 127.0.0.1 at 2011-09-24 16:28:30 -0700 ActionController::RoutingError (No route matches [GET] "/"): Rendered /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311rc1/gems/actionpack-3.1.1.rc1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/builder" for 127.0.0.1 at 2011-09-24 16:28:36 -0700 Processing by WebsiteBuilderEngine::HomeController#index as HTML Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/home/index.html.haml within layouts/website_builder_engine/home (15.5ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (2.3ms) Completed 200 OK in 56ms (Views: 55.3ms) Started GET "/assets/website_builder_engine/application.css" for 127.0.0.1 at 2011-09-24 16:28:36 -0700 Compiled website_builder_engine/application.css (15ms) (pid 58821) Compiled website_builder_engine/base.css (183ms) (pid 58821) Compiled website_builder_engine/layout.css (40ms) (pid 58821) Compiled website_builder_engine/normalize.css (84ms) (pid 58821) Compiled website_builder_engine/scaffolds.css (11ms) (pid 58821) Compiled website_builder_engine/skeleton.css (48ms) (pid 58821) Compiled website_builder_engine/articles.css (16ms) (pid 58821) Compiled website_builder_engine/home.css (3ms) (pid 58821) Compiled website_builder_engine/offerpages.css (870ms) (pid 58821) Compiled website_builder_engine/settings.css (1ms) (pid 58821) Served asset /website_builder_engine/application.css - 200 OK (1368ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-24 16:28:37 -0700 Compiled website_builder_engine/application.js (81ms) (pid 58821) Compiled jquery.js (2ms) (pid 58821) Compiled jquery_ujs.js (0ms) (pid 58821) Compiled website_builder_engine/articles.js (183ms) (pid 58821) Compiled website_builder_engine/home.js (90ms) (pid 58821) Compiled website_builder_engine/jqueryui.js (3ms) (pid 58821) Compiled website_builder_engine/modernizr.js (0ms) (pid 58821) Compiled website_builder_engine/offerpages.js (108ms) (pid 58821) Compiled website_builder_engine/respond.js (1ms) (pid 58821) Compiled website_builder_engine/settings.js (87ms) (pid 58821) Compiled website_builder_engine/tabs.js (0ms) (pid 58821) Served asset /website_builder_engine/application.js - 304 Not Modified (749ms) Started GET "/builder/articles" for 127.0.0.1 at 2011-09-24 16:28:42 -0700 Processing by WebsiteBuilderEngine::ArticlesController#index as HTML MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({}).sort([[:_id, :asc]]) MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/index.html.haml within layouts/website_builder_engine/application (30.3ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (39.0ms) Completed 200 OK in 461ms (Views: 95.3ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-24 16:28:43 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (1ms) Started GET "/builder/articles/4e3886c29b8a306614000004/edit" for 127.0.0.1 at 2011-09-24 16:28:48 -0700 Processing by WebsiteBuilderEngine::ArticlesController#edit as HTML Parameters: {"id"=>"4e3886c29b8a306614000004"} MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000004')}).sort([[:_id, :asc]]) MONGODB dummy_development['articles'].find({}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/_form.html.haml (163.6ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/edit.html.haml within layouts/website_builder_engine/application (167.8ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.7ms) Completed 200 OK in 179ms (Views: 177.6ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-24 16:28:48 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (1ms) Started PUT "/builder/articles/4e3886c29b8a306614000004" for 127.0.0.1 at 2011-09-24 16:29:13 -0700 Processing by WebsiteBuilderEngine::ArticlesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JIYOsOhjCECZun5Bi2adUSCadtiUetinIHL/zJ63syk=", "article"=>{"title"=>"Using Rails 3.1", "filename"=>"using-rails-3-1.html", "description"=>"Detailed instructions on how to use Rails 3.1", "keywords"=>"rails, ruby, apps, application, example, tutorial, install", "headline"=>"How to Use Rails 3.1", "subhead"=>"What You Need to Know", "content"=>"h3. Lorem Ipsum Dolor\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nh3. Dolor Sit Amet\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nbq. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n", "sidebar"=>"h6. Colophon\r\n\r\nCreated with html5-website-builder", "related_items"=>["4e3886c29b8a306614000003"]}, "commit"=>"Save", "id"=>"4e3886c29b8a306614000004"} MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000004')}).sort([[:_id, :asc]]) MONGODB dummy_development['articles'].update({"_id"=>BSON::ObjectId('4e3886c29b8a306614000004')}, {"$set"=>{"filename"=>"using-rails-3-1.html", "content"=>"h3. Lorem Ipsum Dolor\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nh3. Dolor Sit Amet\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nbq. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n", "sidebar"=>"h6. Colophon\r\n\r\nCreated with html5-website-builder"}}) Redirected to http://lvh.me:3000/builder/articles Completed 302 Found in 4ms Started GET "/builder/articles" for 127.0.0.1 at 2011-09-24 16:29:13 -0700 Processing by WebsiteBuilderEngine::ArticlesController#index as HTML MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({}).sort([[:_id, :asc]]) MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/index.html.haml within layouts/website_builder_engine/application (6.1ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.8ms) Completed 200 OK in 93ms (Views: 15.7ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-24 16:29:13 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (0ms) Started GET "/builder/articles/4e3886c29b8a306614000004" for 127.0.0.1 at 2011-09-24 16:30:34 -0700 Processing by WebsiteBuilderEngine::ArticlesController#show as HTML Parameters: {"id"=>"4e3886c29b8a306614000004"} MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000004')}).sort([[:_id, :asc]]) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/show.html.haml within layouts/website_builder_engine/application (6.1ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.9ms) Completed 200 OK in 18ms (Views: 16.0ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-24 16:30:34 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (0ms) MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps. MONGODB admin['$cmd'].find({:ismaster=>1}) MONGODB admin['$cmd'].find({:ismaster=>1}) Started GET "/builder/articles/4e3886c29b8a306614000004/edit" for 127.0.0.1 at 2011-09-24 16:32:08 -0700 Processing by WebsiteBuilderEngine::ArticlesController#edit as HTML Parameters: {"id"=>"4e3886c29b8a306614000004"} MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000004')}).sort([[:_id, :asc]]) MONGODB dummy_development['articles'].find({}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/_form.html.haml (85.6ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/edit.html.haml within layouts/website_builder_engine/application (134.8ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (2.1ms) Completed 200 OK in 199ms (Views: 197.1ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-24 16:32:08 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (17ms) Started PUT "/builder/articles/4e3886c29b8a306614000004" for 127.0.0.1 at 2011-09-24 16:32:23 -0700 Processing by WebsiteBuilderEngine::ArticlesController#update as Parameters: {"utf8"=>"✓", "authenticity_token"=>"JIYOsOhjCECZun5Bi2adUSCadtiUetinIHL/zJ63syk=", "article"=>{"title"=>"Using Rails 3.1", "filename"=>"using-rails-3-1.html", "description"=>"Detailed instructions on how to use Rails 3.1", "keywords"=>"rails, ruby, apps, application, example, tutorial, install", "headline"=>"How to Use Rails 3.1", "subhead"=>"What You Need to Know", "content"=>"h3. Lorem Ipsum Dolor\r\n\r\n", "sidebar"=>"h6. Colophon\r\n\r\nCreated with html5-website-builder", "related_items"=>["4e3886c29b8a306614000003"]}, "commit"=>"Save", "id"=>"4e3886c29b8a306614000004"} MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000004')}).sort([[:_id, :asc]]) MONGODB dummy_development['articles'].update({"_id"=>BSON::ObjectId('4e3886c29b8a306614000004')}, {"$set"=>{"content"=>"h3. Lorem Ipsum Dolor\r\n\r\n"}}) Completed 406 Not Acceptable in 3ms Started PUT "/builder/articles/4e3886c29b8a306614000004" for 127.0.0.1 at 2011-09-24 16:33:35 -0700 Processing by WebsiteBuilderEngine::ArticlesController#update as Parameters: {"utf8"=>"✓", "authenticity_token"=>"JIYOsOhjCECZun5Bi2adUSCadtiUetinIHL/zJ63syk=", "article"=>{"title"=>"Using Rails 3.1", "filename"=>"using-rails-3-1.html", "description"=>"Detailed instructions on how to use Rails 3.1", "keywords"=>"rails, ruby, apps, application, example, tutorial, install", "headline"=>"How to Use Rails 3.1", "subhead"=>"What You Need to Know", "content"=>"h3. Lorem Ipsum Dolor\r\n\r\n", "sidebar"=>"h6. Colophon\r\n\r\nCreated with html5-website-builder", "related_items"=>["4e3886c29b8a306614000003"]}, "commit"=>"Save", "id"=>"4e3886c29b8a306614000004"} MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000004')}).sort([[:_id, :asc]]) params[:article][:filename] is using-rails-3-1.html Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `ends_with' for "using-rails-3-1.html":String): Rendered /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311rc1/gems/actionpack-3.1.1.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311rc1/gems/actionpack-3.1.1.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311rc1/gems/actionpack-3.1.1.rc1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.3ms) Started PUT "/builder/articles/4e3886c29b8a306614000004" for 127.0.0.1 at 2011-09-24 16:35:02 -0700 Processing by WebsiteBuilderEngine::ArticlesController#update as Parameters: {"utf8"=>"✓", "authenticity_token"=>"JIYOsOhjCECZun5Bi2adUSCadtiUetinIHL/zJ63syk=", "article"=>{"title"=>"Using Rails 3.1", "filename"=>"using-rails-3-1.html", "description"=>"Detailed instructions on how to use Rails 3.1", "keywords"=>"rails, ruby, apps, application, example, tutorial, install", "headline"=>"How to Use Rails 3.1", "subhead"=>"What You Need to Know", "content"=>"h3. Lorem Ipsum Dolor\r\n\r\n", "sidebar"=>"h6. Colophon\r\n\r\nCreated with html5-website-builder", "related_items"=>["4e3886c29b8a306614000003"]}, "commit"=>"Save", "id"=>"4e3886c29b8a306614000004"} MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000004')}).sort([[:_id, :asc]]) params[:article][:filename] is using-rails-3-1.html params[:article][:filename] is using-rails-3-1 MONGODB dummy_development['articles'].update({"_id"=>BSON::ObjectId('4e3886c29b8a306614000004')}, {"$set"=>{"filename"=>"using-rails-3-1"}}) Completed 406 Not Acceptable in 3ms Started GET "/builder/" for 127.0.0.1 at 2011-09-24 16:37:27 -0700 Processing by WebsiteBuilderEngine::HomeController#index as HTML Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/home/index.html.haml within layouts/website_builder_engine/home (15.8ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.7ms) Completed 200 OK in 30ms (Views: 29.5ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-24 16:37:27 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (0ms) Started GET "/assets/website_builder_engine/application.css" for 127.0.0.1 at 2011-09-24 16:37:27 -0700 Served asset /website_builder_engine/application.css - 304 Not Modified (62ms) Started GET "/builder/articles" for 127.0.0.1 at 2011-09-24 16:37:29 -0700 Processing by WebsiteBuilderEngine::ArticlesController#index as HTML MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({}).sort([[:_id, :asc]]) MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/index.html.haml within layouts/website_builder_engine/application (9.3ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.7ms) Completed 200 OK in 96ms (Views: 18.8ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-24 16:37:29 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (1ms) Started GET "/assets/website_builder_engine/application.css" for 127.0.0.1 at 2011-09-24 16:37:29 -0700 Served asset /website_builder_engine/application.css - 304 Not Modified (9ms) Started GET "/builder/articles/4e3886c29b8a306614000004/edit" for 127.0.0.1 at 2011-09-24 16:37:30 -0700 Processing by WebsiteBuilderEngine::ArticlesController#edit as HTML Parameters: {"id"=>"4e3886c29b8a306614000004"} MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000004')}).sort([[:_id, :asc]]) MONGODB dummy_development['articles'].find({}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/_form.html.haml (7.4ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/edit.html.haml within layouts/website_builder_engine/application (9.5ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.9ms) Completed 200 OK in 21ms (Views: 18.9ms) Started GET "/assets/website_builder_engine/application.css" for 127.0.0.1 at 2011-09-24 16:37:31 -0700 Served asset /website_builder_engine/application.css - 304 Not Modified (2ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-24 16:37:31 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (0ms) MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps. MONGODB admin['$cmd'].find({:ismaster=>1}) MONGODB admin['$cmd'].find({:ismaster=>1}) Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-25 12:07:32 -0700 Compiled application.css (29ms) (pid 21824) Served asset /application.css - 200 OK (39ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-25 12:07:32 -0700 Compiled application.js (88ms) (pid 21824) Served asset /application.js - 304 Not Modified (118ms) Started GET "/" for 127.0.0.1 at 2011-09-25 12:07:51 -0700 ActionController::RoutingError (No route matches [GET] "/"): Rendered /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311rc1/gems/actionpack-3.1.1.rc1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/" for 127.0.0.1 at 2011-09-25 12:07:53 -0700 ActionController::RoutingError (No route matches [GET] "/"): Rendered /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311rc1/gems/actionpack-3.1.1.rc1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at 2011-09-25 12:07:54 -0700 ActionController::RoutingError (No route matches [GET] "/"): Rendered /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311rc1/gems/actionpack-3.1.1.rc1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/" for 127.0.0.1 at 2011-09-25 12:07:55 -0700 ActionController::RoutingError (No route matches [GET] "/"): Rendered /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311rc1/gems/actionpack-3.1.1.rc1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/builder" for 127.0.0.1 at 2011-09-25 12:08:12 -0700 Processing by WebsiteBuilderEngine::HomeController#index as HTML Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/home/index.html.haml within layouts/website_builder_engine/home (15.1ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (2.1ms) Completed 200 OK in 54ms (Views: 54.2ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 12:08:13 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (38ms) Started GET "/assets/website_builder_engine/application.css" for 127.0.0.1 at 2011-09-25 12:08:13 -0700 Compiled website_builder_engine/application.css (10ms) (pid 21824) Compiled website_builder_engine/welcome.css (19ms) (pid 21824) Served asset /website_builder_engine/application.css - 200 OK (96ms) Started GET "/builder/settings" for 127.0.0.1 at 2011-09-25 12:08:15 -0700 Processing by WebsiteBuilderEngine::SettingsController#index as HTML MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/settings/index.html.haml within layouts/website_builder_engine/application (7.1ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.9ms) Completed 200 OK in 58ms (Views: 57.2ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 12:08:15 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (0ms) Started GET "/builder/settings/4e3886c29b8a306614000001/edit" for 127.0.0.1 at 2011-09-25 12:08:17 -0700 Processing by WebsiteBuilderEngine::SettingsController#edit as HTML Parameters: {"id"=>"4e3886c29b8a306614000001"} MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000001')}).sort([[:_id, :asc]]) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/settings/_form.html.haml (83.5ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/settings/edit.html.haml within layouts/website_builder_engine/application (87.5ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.7ms) Completed 200 OK in 99ms (Views: 97.4ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 12:08:17 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (1ms) Started PUT "/builder/settings/4e3886c29b8a306614000001" for 127.0.0.1 at 2011-09-25 12:09:23 -0700 Processing by WebsiteBuilderEngine::SettingsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JIYOsOhjCECZun5Bi2adUSCadtiUetinIHL/zJ63syk=", "setting"=>{"site_name"=>"Rails Apps", "site_title"=>"Rails 3.1 Example Apps and Tutorials", "site_tagline"=>"Starter Apps for Rails 3.1", "site_description"=>"Examples of complete working Rails 3.1 web applications", "site_keywords"=>"rails, ruby, apps, application, example, tutorial", "twitter_account"=>"rails_apps", "domain"=>"railsapps.github.com", "articles_directory"=>"howto", "offerpages_directory"=>"products", "sidebar"=>"h6. Colophon\r\n\r\nCreated with html5-website-builder", "introduction"=>"The Ruby on Rails platform is a living ecosystem: a community of developers, their projects, and complex dependencies among their projects. At times (often before and after the release of a major new version of Rails) the ecosystem enters a state of disequilibrium and important pieces no longer work together easily. These times of disequilibrium are valuable for the ecosystem because, as a whole, developers innovate and Rails improves during these times."}, "commit"=>"Save", "id"=>"4e3886c29b8a306614000001"} MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000001')}).sort([[:_id, :asc]]) MONGODB dummy_development['settings'].update({"_id"=>BSON::ObjectId('4e3886c29b8a306614000001')}, {"$set"=>{"sidebar"=>"h6. Colophon\r\n\r\nCreated with html5-website-builder", "introduction"=>"The Ruby on Rails platform is a living ecosystem: a community of developers, their projects, and complex dependencies among their projects. At times (often before and after the release of a major new version of Rails) the ecosystem enters a state of disequilibrium and important pieces no longer work together easily. These times of disequilibrium are valuable for the ecosystem because, as a whole, developers innovate and Rails improves during these times."}}) Redirected to http://lvh.me:3000/builder/settings/4e3886c29b8a306614000001 Completed 302 Found in 4ms Started GET "/builder/settings/4e3886c29b8a306614000001" for 127.0.0.1 at 2011-09-25 12:09:23 -0700 Processing by WebsiteBuilderEngine::SettingsController#show as HTML Parameters: {"id"=>"4e3886c29b8a306614000001"} MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000001')}).sort([[:_id, :asc]]) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/settings/show.html.haml within layouts/website_builder_engine/application (6.0ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.7ms) Completed 200 OK in 19ms (Views: 17.1ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 12:09:23 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (1ms) Started GET "/builder/settings" for 127.0.0.1 at 2011-09-25 12:09:25 -0700 Processing by WebsiteBuilderEngine::SettingsController#index as HTML MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/settings/index.html.haml within layouts/website_builder_engine/application (4.1ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.7ms) Completed 200 OK in 52ms (Views: 51.7ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 12:09:25 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (0ms) Started GET "/builder/" for 127.0.0.1 at 2011-09-25 12:09:27 -0700 Processing by WebsiteBuilderEngine::HomeController#index as HTML Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/home/index.html.haml within layouts/website_builder_engine/home (1.2ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.5ms) Completed 200 OK in 9ms (Views: 8.5ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 12:09:27 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (0ms) Started GET "/builder/articles" for 127.0.0.1 at 2011-09-25 12:09:30 -0700 Processing by WebsiteBuilderEngine::ArticlesController#index as HTML MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({}).sort([[:_id, :asc]]) MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/index.html.haml within layouts/website_builder_engine/application (9.6ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.7ms) Completed 200 OK in 112ms (Views: 34.3ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 12:09:30 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (0ms) Started GET "/builder/articles/4e3886c29b8a306614000004/publish" for 127.0.0.1 at 2011-09-25 12:09:33 -0700 Processing by WebsiteBuilderEngine::ArticlesController#publish as HTML Parameters: {"id"=>"4e3886c29b8a306614000004"} MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({}).sort([[:_id, :asc]]) MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000004')}).sort([[:_id, :asc]]) MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000003')}).sort([[:_id, :asc]]) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/template.html.haml (16.6ms) MONGODB dummy_development['articles'].update({"_id"=>BSON::ObjectId('4e3886c29b8a306614000004')}, {"$set"=>{"published"=>true}}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/welcome/template.html.haml (15.2ms) Completed 500 Internal Server Error in 132ms ActionView::Template::Error (undefined method `introduction' for #): 31: %fb:like{:action => "recommend", :send => "true", :show_faces => "false", :width => "450"} 32: - unless @welcome_intro.blank? 33: %h2 Introduction 34: = @welcome_intro.introduction 35: - unless @articles.empty? 36: %h2 Articles 37: %ul Rendered /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311rc1/gems/actionpack-3.1.1.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311rc1/gems/actionpack-3.1.1.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311rc1/gems/actionpack-3.1.1.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.9ms) Started GET "/builder/articles/4e3886c29b8a306614000004/publish" for 127.0.0.1 at 2011-09-25 12:09:52 -0700 Processing by WebsiteBuilderEngine::ArticlesController#publish as HTML Parameters: {"id"=>"4e3886c29b8a306614000004"} MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({}).sort([[:_id, :asc]]) MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000004')}).sort([[:_id, :asc]]) MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000003')}).sort([[:_id, :asc]]) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/template.html.haml (2.3ms) MONGODB dummy_development['articles'].find({:published=>true}, {:_id=>1}) MONGODB dummy_development['articles'].find({:published=>true}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/welcome/template.html.haml (15.8ms) Redirected to http://lvh.me:3000/builder/articles Completed 302 Found in 106ms Started GET "/builder/articles" for 127.0.0.1 at 2011-09-25 12:09:53 -0700 Processing by WebsiteBuilderEngine::ArticlesController#index as HTML MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({}).sort([[:_id, :asc]]) MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/index.html.haml within layouts/website_builder_engine/application (43.0ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.8ms) Completed 200 OK in 94ms (Views: 52.8ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 12:09:53 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-25 12:09:55 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-25 12:11:07 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-25 12:11:10 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-25 12:11:10 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-25 12:12:36 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-25 12:13:55 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-25 12:13:55 -0700 Compiled application.css (17ms) (pid 21824) Compiled articles.css (32ms) (pid 21824) Compiled base.css (225ms) (pid 21824) Compiled home.css (2ms) (pid 21824) Compiled layout.css (37ms) (pid 21824) Compiled normalize.css (49ms) (pid 21824) Compiled offerpages.css (198ms) (pid 21824) Compiled scaffolds.css (10ms) (pid 21824) Compiled settings.css (1ms) (pid 21824) Compiled skeleton.css (46ms) (pid 21824) Compiled welcome.css (14ms) (pid 21824) Served asset /application.css - 200 OK (760ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-25 12:19:40 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-25 12:19:40 -0700 Compiled welcome.css (23ms) (pid 21824) Compiled application.css (15ms) (pid 21824) Served asset /application.css - 200 OK (73ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-25 12:20:40 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-25 12:20:40 -0700 Compiled welcome.css (16ms) (pid 21824) Compiled application.css (10ms) (pid 21824) Served asset /application.css - 200 OK (55ms) Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-25 12:21:54 -0700 Compiled welcome.css (64ms) (pid 21824) Compiled application.css (11ms) (pid 21824) Served asset /application.css - 200 OK (118ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-25 12:21:54 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-25 12:23:01 -0700 Compiled welcome.css (35ms) (pid 21824) Compiled application.css (11ms) (pid 21824) Served asset /application.css - 200 OK (73ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-25 12:23:02 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-25 12:23:08 -0700 Served asset /application.css - 304 Not Modified (2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-25 12:23:08 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-25 12:23:47 -0700 Compiled welcome.css (19ms) (pid 21824) Compiled application.css (13ms) (pid 21824) Served asset /application.css - 200 OK (149ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-25 12:23:47 -0700 Served asset /application.js - 304 Not Modified (0ms) MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps. MONGODB admin['$cmd'].find({:ismaster=>1}) MONGODB admin['$cmd'].find({:ismaster=>1}) Started GET "/builder" for 127.0.0.1 at 2011-09-25 13:02:25 -0700 Processing by WebsiteBuilderEngine::HomeController#index as HTML Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/home/index.html.haml within layouts/website_builder_engine/home (17.1ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (2.3ms) Completed 200 OK in 103ms (Views: 103.2ms) Started GET "/assets/website_builder_engine/application.css" for 127.0.0.1 at 2011-09-25 13:02:25 -0700 Served asset /website_builder_engine/application.css - 304 Not Modified (120ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 13:02:26 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (47ms) Started GET "/builder/articles" for 127.0.0.1 at 2011-09-25 13:02:28 -0700 Processing by WebsiteBuilderEngine::ArticlesController#index as HTML MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({}).sort([[:_id, :asc]]) MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/index.html.haml within layouts/website_builder_engine/application (8.7ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.7ms) Completed 200 OK in 107ms (Views: 23.2ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 13:02:28 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (1ms) Started GET "/assets/website_builder_engine/application.css" for 127.0.0.1 at 2011-09-25 13:02:28 -0700 Served asset /website_builder_engine/application.css - 304 Not Modified (5ms) Started GET "/builder/articles/4e3886c29b8a306614000004/publish" for 127.0.0.1 at 2011-09-25 13:02:31 -0700 Processing by WebsiteBuilderEngine::ArticlesController#publish as HTML Parameters: {"id"=>"4e3886c29b8a306614000004"} MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({}).sort([[:_id, :asc]]) MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000004')}).sort([[:_id, :asc]]) MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000003')}).sort([[:_id, :asc]]) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/template.html.haml (16.4ms) Completed 500 Internal Server Error in 104ms ActionView::Template::Error (Missing partial shared/google_analytics with {:handlers=>[:erb, :builder, :coffee, :haml], :formats=>[:html], :locale=>[:en, :en]}. Searched in: * "/Users/danielkehoe/repos/website_builder_engine/spec/dummy/app/views" * "/Users/danielkehoe/repos/website_builder_engine/app/views" * "/Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311rc1/gems/frontend-helpers-0.0.9.1/app/views" ): 17: = csrf_meta_tags 18: %title 19: = @article.title 20: = render 'shared/google_analytics' 21: %body.articles 22: .container 23: .logo.sixteen.columns Rendered /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311rc1/gems/actionpack-3.1.1.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311rc1/gems/actionpack-3.1.1.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311rc1/gems/actionpack-3.1.1.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.6ms) MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps. MONGODB admin['$cmd'].find({:ismaster=>1}) MONGODB admin['$cmd'].find({:ismaster=>1}) Started GET "/builder/articles/4e3886c29b8a306614000004/publish" for 127.0.0.1 at 2011-09-25 13:05:21 -0700 Processing by WebsiteBuilderEngine::ArticlesController#publish as HTML Parameters: {"id"=>"4e3886c29b8a306614000004"} MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({}).sort([[:_id, :asc]]) MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000004')}).sort([[:_id, :asc]]) MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000003')}).sort([[:_id, :asc]]) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_google_analytics.html.haml (1.9ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/template.html.haml (30.1ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_google_analytics.html.haml (0.1ms) MONGODB dummy_development['articles'].find({:published=>true}, {:_id=>1}) MONGODB dummy_development['articles'].find({:published=>true}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/welcome/template.html.haml (16.0ms) Redirected to http://lvh.me:3000/builder/articles Completed 302 Found in 183ms Started GET "/builder/articles" for 127.0.0.1 at 2011-09-25 13:05:22 -0700 Processing by WebsiteBuilderEngine::ArticlesController#index as HTML MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({}).sort([[:_id, :asc]]) MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/index.html.haml within layouts/website_builder_engine/application (9.2ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (2.3ms) Completed 200 OK in 107ms (Views: 25.5ms) Started GET "/assets/website_builder_engine/application.css" for 127.0.0.1 at 2011-09-25 13:05:22 -0700 Served asset /website_builder_engine/application.css - 304 Not Modified (80ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 13:05:22 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (18ms) Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-25 13:05:23 -0700 Served asset /application.css - 304 Not Modified (68ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-25 13:05:23 -0700 Served asset /application.js - 304 Not Modified (2ms) Started GET "/builder" for 127.0.0.1 at 2011-09-25 13:05:43 -0700 Processing by WebsiteBuilderEngine::HomeController#index as HTML Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/home/index.html.haml within layouts/website_builder_engine/home (14.8ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.7ms) Completed 200 OK in 28ms (Views: 27.8ms) Started GET "/assets/website_builder_engine/application.css" for 127.0.0.1 at 2011-09-25 13:05:43 -0700 Served asset /website_builder_engine/application.css - 304 Not Modified (2ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 13:05:43 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (0ms) Started GET "/builder/settings" for 127.0.0.1 at 2011-09-25 13:05:45 -0700 Processing by WebsiteBuilderEngine::SettingsController#index as HTML MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/settings/index.html.haml within layouts/website_builder_engine/application (7.1ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.7ms) Completed 200 OK in 18ms (Views: 17.1ms) Started GET "/assets/website_builder_engine/application.css" for 127.0.0.1 at 2011-09-25 13:05:45 -0700 Served asset /website_builder_engine/application.css - 304 Not Modified (2ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 13:05:45 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (0ms) Started GET "/builder/settings/4e3886c29b8a306614000001/edit" for 127.0.0.1 at 2011-09-25 13:05:47 -0700 Processing by WebsiteBuilderEngine::SettingsController#edit as HTML Parameters: {"id"=>"4e3886c29b8a306614000001"} MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000001')}).sort([[:_id, :asc]]) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/settings/_form.html.haml (83.7ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/settings/edit.html.haml within layouts/website_builder_engine/application (87.8ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.7ms) Completed 200 OK in 119ms (Views: 116.9ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 13:05:48 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (0ms) Started GET "/assets/website_builder_engine/application.css" for 127.0.0.1 at 2011-09-25 13:05:48 -0700 Served asset /website_builder_engine/application.css - 304 Not Modified (2ms) Started GET "/builder/settings/4e3886c29b8a306614000001/edit" for 127.0.0.1 at 2011-09-25 13:06:15 -0700 Processing by WebsiteBuilderEngine::SettingsController#edit as HTML Parameters: {"id"=>"4e3886c29b8a306614000001"} MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000001')}).sort([[:_id, :asc]]) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/settings/_form.html.haml (14.6ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/settings/edit.html.haml within layouts/website_builder_engine/application (16.7ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.7ms) Completed 200 OK in 28ms (Views: 26.5ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 13:06:15 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (0ms) Started GET "/assets/website_builder_engine/application.css" for 127.0.0.1 at 2011-09-25 13:06:15 -0700 Served asset /website_builder_engine/application.css - 304 Not Modified (2ms) Started PUT "/builder/settings/4e3886c29b8a306614000001" for 127.0.0.1 at 2011-09-25 13:07:05 -0700 Processing by WebsiteBuilderEngine::SettingsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JIYOsOhjCECZun5Bi2adUSCadtiUetinIHL/zJ63syk=", "setting"=>{"site_name"=>"Rails Apps", "site_title"=>"Rails 3.1 Example Apps and Tutorials", "site_tagline"=>"Starter Apps for Rails 3.1", "site_description"=>"Examples of complete working Rails 3.1 web applications", "site_keywords"=>"rails, ruby, apps, application, example, tutorial", "twitter_account"=>"rails_apps", "domain"=>"railsapps.github.com", "articles_directory"=>"howto", "offerpages_directory"=>"products", "sidebar"=>"h6. Colophon\r\n\r\nCreated with html5-website-builder", "introduction"=>"The Ruby on Rails platform is a living ecosystem: a community of developers, their projects, and complex dependencies among their projects. At times (often before and after the release of a major new version of Rails) the ecosystem enters a state of disequilibrium and important pieces no longer work together easily. These times of disequilibrium are valuable for the ecosystem because, as a whole, developers innovate and Rails improves during these times.", "google_analytics_id"=>"UA-123456-7"}, "commit"=>"Save", "id"=>"4e3886c29b8a306614000001"} MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000001')}).sort([[:_id, :asc]]) MONGODB dummy_development['settings'].update({"_id"=>BSON::ObjectId('4e3886c29b8a306614000001')}, {"$set"=>{"google_analytics_id"=>"UA-123456-7"}}) Redirected to http://lvh.me:3000/builder/settings/4e3886c29b8a306614000001 Completed 302 Found in 4ms Started GET "/builder/settings/4e3886c29b8a306614000001" for 127.0.0.1 at 2011-09-25 13:07:05 -0700 Processing by WebsiteBuilderEngine::SettingsController#show as HTML Parameters: {"id"=>"4e3886c29b8a306614000001"} MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000001')}).sort([[:_id, :asc]]) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/settings/show.html.haml within layouts/website_builder_engine/application (6.1ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.8ms) Completed 200 OK in 19ms (Views: 17.0ms) Started GET "/assets/website_builder_engine/application.css" for 127.0.0.1 at 2011-09-25 13:07:05 -0700 Served asset /website_builder_engine/application.css - 304 Not Modified (2ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 13:07:05 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (12ms) Started GET "/builder/" for 127.0.0.1 at 2011-09-25 13:07:09 -0700 Processing by WebsiteBuilderEngine::HomeController#index as HTML Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/home/index.html.haml within layouts/website_builder_engine/home (1.2ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.5ms) Completed 200 OK in 9ms (Views: 8.5ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 13:07:09 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (1ms) Started GET "/assets/website_builder_engine/application.css" for 127.0.0.1 at 2011-09-25 13:07:09 -0700 Served asset /website_builder_engine/application.css - 304 Not Modified (8ms) Started GET "/builder/articles" for 127.0.0.1 at 2011-09-25 13:07:11 -0700 Processing by WebsiteBuilderEngine::ArticlesController#index as HTML MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({}).sort([[:_id, :asc]]) MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/index.html.haml within layouts/website_builder_engine/application (43.2ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.7ms) Completed 200 OK in 98ms (Views: 53.3ms) Started GET "/assets/website_builder_engine/application.css" for 127.0.0.1 at 2011-09-25 13:07:11 -0700 Served asset /website_builder_engine/application.css - 304 Not Modified (3ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 13:07:11 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (1ms) Started GET "/builder/articles/4e3886c29b8a306614000004/publish" for 127.0.0.1 at 2011-09-25 13:07:13 -0700 Processing by WebsiteBuilderEngine::ArticlesController#publish as HTML Parameters: {"id"=>"4e3886c29b8a306614000004"} MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({}).sort([[:_id, :asc]]) MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000004')}).sort([[:_id, :asc]]) MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000003')}).sort([[:_id, :asc]]) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_google_analytics.html.haml (0.2ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/template.html.haml (3.6ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_google_analytics.html.haml (0.2ms) MONGODB dummy_development['articles'].find({:published=>true}, {:_id=>1}) MONGODB dummy_development['articles'].find({:published=>true}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/welcome/template.html.haml (4.3ms) Redirected to http://lvh.me:3000/builder/articles Completed 302 Found in 62ms Started GET "/builder/articles" for 127.0.0.1 at 2011-09-25 13:07:13 -0700 Processing by WebsiteBuilderEngine::ArticlesController#index as HTML MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({}).sort([[:_id, :asc]]) MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/index.html.haml within layouts/website_builder_engine/application (6.2ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.8ms) Completed 200 OK in 102ms (Views: 15.9ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 13:07:13 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (3ms) Started GET "/assets/website_builder_engine/application.css" for 127.0.0.1 at 2011-09-25 13:07:13 -0700 Served asset /website_builder_engine/application.css - 304 Not Modified (1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-25 13:07:14 -0700 Served asset /application.css - 304 Not Modified (4ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-25 13:07:14 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/builder/articles/4e3886c29b8a306614000004/publish" for 127.0.0.1 at 2011-09-25 13:08:41 -0700 Processing by WebsiteBuilderEngine::ArticlesController#publish as HTML Parameters: {"id"=>"4e3886c29b8a306614000004"} MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({}).sort([[:_id, :asc]]) MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000004')}).sort([[:_id, :asc]]) MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000003')}).sort([[:_id, :asc]]) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_google_analytics.html.haml (2.2ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/template.html.haml (5.8ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_google_analytics.html.haml (0.2ms) MONGODB dummy_development['articles'].find({:published=>true}, {:_id=>1}) MONGODB dummy_development['articles'].find({:published=>true}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/welcome/template.html.haml (6.6ms) Redirected to http://lvh.me:3000/builder/articles Completed 302 Found in 109ms Started GET "/builder/articles" for 127.0.0.1 at 2011-09-25 13:08:41 -0700 Processing by WebsiteBuilderEngine::ArticlesController#index as HTML MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({}).sort([[:_id, :asc]]) MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/index.html.haml within layouts/website_builder_engine/application (6.3ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.7ms) Completed 200 OK in 105ms (Views: 15.8ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 13:08:41 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (0ms) Started GET "/assets/website_builder_engine/application.css" for 127.0.0.1 at 2011-09-25 13:08:41 -0700 Served asset /website_builder_engine/application.css - 304 Not Modified (2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-25 13:08:42 -0700 Served asset /application.css - 304 Not Modified (7ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-25 13:08:42 -0700 Served asset /application.js - 304 Not Modified (63ms) Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-25 13:11:03 -0700 Served asset /application.css - 304 Not Modified (2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-25 13:11:03 -0700 Served asset /application.js - 304 Not Modified (0ms) MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps. MONGODB admin['$cmd'].find({:ismaster=>1}) MONGODB admin['$cmd'].find({:ismaster=>1}) Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-25 13:51:53 -0700 Served asset /application.js - 304 Not Modified (5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-25 13:51:54 -0700 Served asset /application.css - 304 Not Modified (68ms) Started GET "/builder" for 127.0.0.1 at 2011-09-25 13:52:02 -0700 Processing by WebsiteBuilderEngine::HomeController#index as HTML Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/home/index.html.haml within layouts/website_builder_engine/home (15.0ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (2.3ms) Completed 200 OK in 139ms (Views: 138.5ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 13:52:02 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (39ms) Started GET "/assets/website_builder_engine/application.css" for 127.0.0.1 at 2011-09-25 13:52:02 -0700 Served asset /website_builder_engine/application.css - 304 Not Modified (22ms) Started GET "/builder/articles" for 127.0.0.1 at 2011-09-25 13:52:05 -0700 Processing by WebsiteBuilderEngine::ArticlesController#index as HTML MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({}).sort([[:_id, :asc]]) MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/index.html.haml within layouts/website_builder_engine/application (8.7ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (39.1ms) Completed 200 OK in 155ms (Views: 62.5ms) Started GET "/assets/website_builder_engine/application.css" for 127.0.0.1 at 2011-09-25 13:52:05 -0700 Served asset /website_builder_engine/application.css - 304 Not Modified (3ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 13:52:05 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (0ms) Started GET "/builder/articles/4e3886c29b8a306614000004/publish" for 127.0.0.1 at 2011-09-25 13:52:06 -0700 Processing by WebsiteBuilderEngine::ArticlesController#publish as HTML Parameters: {"id"=>"4e3886c29b8a306614000004"} MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({}).sort([[:_id, :asc]]) MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000004')}).sort([[:_id, :asc]]) MONGODB dummy_development['articles'].find({:_id=>BSON::ObjectId('4e3886c29b8a306614000003')}).sort([[:_id, :asc]]) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_google_analytics.html.haml (2.2ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/template.html.haml (19.4ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_google_analytics.html.haml (0.2ms) MONGODB dummy_development['articles'].find({:published=>true}, {:_id=>1}) MONGODB dummy_development['articles'].find({:published=>true}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/welcome/template.html.haml (17.7ms) Redirected to http://lvh.me:3000/builder/articles Completed 302 Found in 141ms Started GET "/builder/articles" for 127.0.0.1 at 2011-09-25 13:52:07 -0700 Processing by WebsiteBuilderEngine::ArticlesController#index as HTML MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['settings'].find({}).sort([[:_id, :asc]]) MONGODB dummy_development['system.namespaces'].find({}) MONGODB dummy_development['articles'].find({}) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/website_builder_engine/articles/index.html.haml within layouts/website_builder_engine/application (5.9ms) Rendered /Users/danielkehoe/repos/website_builder_engine/app/views/shared/_navigation.html.haml (0.9ms) Completed 200 OK in 109ms (Views: 15.8ms) Started GET "/assets/website_builder_engine/application.js" for 127.0.0.1 at 2011-09-25 13:52:07 -0700 Served asset /website_builder_engine/application.js - 304 Not Modified (0ms) Started GET "/assets/website_builder_engine/application.css" for 127.0.0.1 at 2011-09-25 13:52:07 -0700 Served asset /website_builder_engine/application.css - 304 Not Modified (6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-25 13:52:09 -0700 Served asset /application.css - 304 Not Modified (3ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-25 13:52:09 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-25 13:52:54 -0700 Served asset /application.css - 304 Not Modified (2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-25 13:52:54 -0700 Served asset /application.js - 304 Not Modified (0ms)