at /Users/danbee/Sites/rails/photos/config/initializers/cookie_verification_secret.rb:7)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-11 15:25:19 -0400
+ Processing by PagesController#index as HTML
+ [1m[35mPhoto Load (11.1ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (52.9ms)
+Completed in 84ms
+
+ActionView::Template::Error (No route matches {:action=>"destroy", :controller=>"contacts"}):
+ 17:
+ 18:
+ 19:
+ 20: <%= link_to raw('contact'), contact_url %>
+ 21:
+ app/views/pages/index.html.erb:20:in `_app_views_pages_index_html_erb___3130985558352116876_2157649920__4489794163939322959'
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (23.4ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (27.7ms)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-11 15:25:27 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mPhoto Load (0.3ms)[0m [1mSELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1[0m
+Rendered pages/index.html.erb within layouts/photos (43.7ms)
+Completed 200 OK in 58ms (Views: 45.7ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-11 15:25:29 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 9ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-11 15:26:12 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (1.9ms)
+Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/categories" for 127.0.0.1 at 2010-10-11 15:26:23 -0400
+ Processing by CategoriesController#index as HTML
+ [1m[35mCategory Load (16.6ms)[0m SELECT "categories".* FROM "categories" LIMIT 4 OFFSET 0
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) AS count_id FROM "categories"[0m
+ [1m[35mPhoto Load (0.5ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 2
+Rendered categories/index.html.erb within layouts/photos (53.9ms)
+Completed 200 OK in 128ms (Views: 69.5ms | ActiveRecord: 17.2ms)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-11 15:26:25 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mPhoto Load (0.4ms)[0m [1mSELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1[0m
+Rendered pages/index.html.erb within layouts/photos (45.4ms)
+Completed 200 OK in 59ms (Views: 47.4ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-11 15:26:35 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-11 15:26:42 -0400
+ Processing by PagesController#index as HTML
+ [1m[35mPhoto Load (0.3ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (44.5ms)
+Completed 200 OK in 58ms (Views: 46.3ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/categories" for 127.0.0.1 at 2010-10-11 15:26:44 -0400
+ Processing by CategoriesController#index as HTML
+ [1m[36mCategory Load (1.1ms)[0m [1mSELECT "categories".* FROM "categories" LIMIT 4 OFFSET 0[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) AS count_id FROM "categories"
+ [1m[36mPhoto Load (0.5ms)[0m [1mSELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 2[0m
+Rendered categories/index.html.erb within layouts/photos (21.7ms)
+Completed 200 OK in 80ms (Views: 23.7ms | ActiveRecord: 1.7ms)
+
+
+Started GET "/categories/1/photos" for 127.0.0.1 at 2010-10-11 15:26:45 -0400
+ Processing by PhotosController#index as HTML
+ Parameters: {"category_id"=>"1"}
+ [1m[35mCategory Load (0.5ms)[0m SELECT "categories".* FROM "categories" WHERE ("categories"."id" = 1) LIMIT 1
+ [1m[36mPhoto Load (0.8ms)[0m [1mSELECT * FROM "photos" INNER JOIN "categories_photos" ON "photos".id = "categories_photos".photo_id WHERE ("categories_photos".category_id = 1 ) LIMIT 11 OFFSET 0[0m
+Rendered photos/index.html.erb within layouts/photos (58.1ms)
+Completed 200 OK in 113ms (Views: 70.8ms | ActiveRecord: 1.3ms)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-11 15:26:51 -0400
+ Processing by PagesController#index as HTML
+ [1m[35mPhoto Load (0.5ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (20.2ms)
+Completed 200 OK in 39ms (Views: 22.8ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 03:43:15 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mPhoto Load (0.4ms)[0m [1mSELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1[0m
+Rendered pages/index.html.erb within layouts/photos (16.3ms)
+Completed 200 OK in 38ms (Views: 25.4ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 03:43:33 -0400
+ Processing by PagesController#index as HTML
+ [1m[35mPhoto Load (0.3ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (16.4ms)
+Completed 200 OK in 30ms (Views: 18.3ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 03:43:54 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mPhoto Load (0.3ms)[0m [1mSELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1[0m
+Rendered pages/index.html.erb within layouts/photos (15.6ms)
+Completed 200 OK in 59ms (Views: 17.8ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 03:46:21 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.1ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 04:19:14 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 9ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 04:19:17 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (2.1ms)
+Completed 200 OK in 9ms (Views: 4.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/categories" for 127.0.0.1 at 2010-10-12 04:19:29 -0400
+ Processing by CategoriesController#index as HTML
+ [1m[35mCategory Load (0.9ms)[0m SELECT "categories".* FROM "categories" LIMIT 4 OFFSET 0
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) AS count_id FROM "categories"[0m
+ [1m[35mPhoto Load (0.5ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 2
+Rendered categories/index.html.erb within layouts/photos (50.5ms)
+Completed 200 OK in 78ms (Views: 52.4ms | ActiveRecord: 1.5ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 04:19:32 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 04:19:33 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mPhoto Load (0.3ms)[0m [1mSELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1[0m
+Rendered pages/index.html.erb within layouts/photos (44.7ms)
+Completed 200 OK in 75ms (Views: 63.4ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 04:19:37 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 04:19:38 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (1.9ms)
+Completed 200 OK in 9ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 04:21:59 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 9ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 04:22:11 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 9ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 04:22:15 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 40ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 04:23:00 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (2.4ms)
+Completed 200 OK in 9ms (Views: 4.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 04:23:48 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (3.0ms)
+Completed 200 OK in 10ms (Views: 5.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 04:25:08 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (2.1ms)
+Completed in 10ms
+
+ActionView::Template::Error (Model Contact does not respond to name):
+ 10: <%= form_for :contact do |f| %>
+ 11:
+ 12: <%= f.label :name %>
+ 13: <%= f.text_field :name %>
+ 14:
+ 15:
+ 16: <%= f.label :email %>
+ app/views/contacts/new.html.erb:13:in `block in _app_views_contacts_new_html_erb__1999566295642407253_2170518980__4489794163939322959'
+ app/views/contacts/new.html.erb:10:in `_app_views_contacts_new_html_erb__1999566295642407253_2170518980__4489794163939322959'
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.3ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.5ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 04:25:37 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.2ms)
+Completed 200 OK in 11ms (Views: 6.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 04:31:00 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (35.6ms)
+Completed 200 OK in 44ms (Views: 37.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 04:31:27 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.2ms)
+Completed 200 OK in 11ms (Views: 6.0ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts/new" for 127.0.0.1 at 2010-10-12 04:31:29 -0400
+
+ActionController::RoutingError (No route matches "/contacts/new"):
+
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 04:32:24 -0400
+ Processing by ContactsController#new as HTML
+DEPRECATION WARNING: Using form_for(:name, @resource) is deprecated. Please use form_for(@resource, :as => :name) instead. (called from _app_views_contacts_new_html_erb__1999566295642407253_2158525540__4489794163939322959 at /Users/danbee/Sites/rails/photos/app/views/contacts/new.html.erb:10)
+Rendered contacts/new.html.erb within layouts/photos (2.0ms)
+Completed in 9ms
+
+ActionView::Template::Error (Model String does not respond to name):
+ 10: <%= form_for :contact, contacts_url do |f| %>
+ 11:
+ 12: <%= f.label :name %>
+ 13: <%= f.text_field :name %>
+ 14:
+ 15:
+ 16: <%= f.label :email %>
+ app/views/contacts/new.html.erb:13:in `block in _app_views_contacts_new_html_erb__1999566295642407253_2158525540__4489794163939322959'
+ app/views/contacts/new.html.erb:10:in `_app_views_contacts_new_html_erb__1999566295642407253_2158525540__4489794163939322959'
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.4ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 04:32:35 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.5ms)
+Completed 200 OK in 11ms (Views: 6.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 04:38:34 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.8ms)
+Completed 200 OK in 13ms (Views: 7.0ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts/new" for 127.0.0.1 at 2010-10-12 04:38:46 -0400
+
+ActionController::RoutingError (No route matches "/contacts/new"):
+
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.6ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 04:38:47 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.3ms)
+Completed 200 OK in 43ms (Views: 6.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 04:39:04 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.2ms)
+Completed 200 OK in 11ms (Views: 6.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 04:39:50 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.7ms)
+Completed 200 OK in 12ms (Views: 6.6ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 04:39:54 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Completed in 3ms
+
+NameError (uninitialized constant ContactsController::Support):
+ app/controllers/contacts_controller.rb:9:in `create'
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.1ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.9ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 04:40:24 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Completed in 4ms
+
+NameError (uninitialized constant ContactsController::Support):
+ app/controllers/contacts_controller.rb:9:in `create'
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (4.1ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.4ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 04:41:05 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Completed in 6ms
+
+NoMethodError (You have a nil object when you didn't expect it!
+You might have expected an instance of Array.
+The error occurred while evaluating nil.each):
+ app/models/contact.rb:9:in `initialize'
+ app/controllers/contacts_controller.rb:9:in `new'
+ app/controllers/contacts_controller.rb:9:in `create'
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.7ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (39.5ms)
+
+
+Started GET "/contacts" for 127.0.0.1 at 2010-10-12 04:41:14 -0400
+
+AbstractController::ActionNotFound (The action 'index' could not be found for ContactsController):
+
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.7ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 04:41:18 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.3ms)
+Completed 200 OK in 13ms (Views: 6.4ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 04:41:19 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Completed in 5ms
+
+NoMethodError (You have a nil object when you didn't expect it!
+You might have expected an instance of Array.
+The error occurred while evaluating nil.each):
+ app/models/contact.rb:9:in `initialize'
+ app/controllers/contacts_controller.rb:9:in `new'
+ app/controllers/contacts_controller.rb:9:in `create'
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.1ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.7ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 04:41:44 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (4.2ms)
+Completed 200 OK in 22ms (Views: 6.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 04:57:58 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.1ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 04:57:59 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (36.0ms)
+Completed 200 OK in 44ms (Views: 38.1ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 04:58:25 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dan Barber", "email"=>"danbee@gmai.com", "subject"=>"Wedding", "message"=>"Hi, we'd like you to photograph our wedding please.\r\n\r\nThanks!\r\n\r\n- Dan"}, "commit"=>"Send Message"}
+Rendered notifier/contact_notification.text.erb (0.4ms)
+
+Sent mail to enquiries@pixelhum.com (62ms)
+Date: Tue, 12 Oct 2010 04:58:26 -0400
+From: danbee@gmai.com
+To: enquiries@pixelhum.com
+Message-ID: <4cb42332373a2_eef5811ade94563c1@junpei.lan.mail>
+Subject: Wedding
+Mime-Version: 1.0
+Content-Type: text/plain;
+ charset=UTF-8
+Content-Transfer-Encoding: 7bit
+
+Hi, we'd like you to photograph our wedding please.
+
+Thanks!
+
+- Dan
+Redirected to http://localhost:3000/
+Completed 302 Found in 1238ms
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 04:58:26 -0400
+ Processing by PagesController#index as HTML
+ [1m[35mPhoto Load (0.3ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (50.0ms)
+Completed 200 OK in 64ms (Views: 52.0ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 05:00:43 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.5ms)
+Completed 200 OK in 12ms (Views: 6.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin" for 127.0.0.1 at 2010-10-12 05:04:47 -0400
+
+AbstractController::ActionNotFound (The action 'admin' could not be found for PagesController):
+
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.7ms)
+
+
+Started GET "/admin" for 127.0.0.1 at 2010-10-12 05:05:06 -0400
+
+NoMethodError (undefined method `include?' for #):
+
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.8ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 05:05:13 -0400
+
+RuntimeError (route set not finalized):
+
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.8ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 05:05:28 -0400
+
+NoMethodError (undefined method `include?' for #):
+
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.7ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 05:05:34 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.2ms)
+Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin" for 127.0.0.1 at 2010-10-12 05:05:40 -0400
+
+AbstractController::ActionNotFound (The action 'admin' could not be found for PagesController):
+
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.6ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 05:07:32 -0400
+
+TypeError (can't convert TrueClass to String):
+ config/routes.rb:69:in `block in '
+ config/routes.rb:1:in `'
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.3ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 05:07:43 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.4ms)
+Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin" for 127.0.0.1 at 2010-10-12 05:07:46 -0400
+
+
+Started GET "/admin/dashboard" for 127.0.0.1 at 2010-10-12 05:07:46 -0400
+ Processing by Admin::DashboardController#show as HTML
+ [1m[36mAdminUser Load (0.2ms)[0m [1mSELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1[0m
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/_sidebar.html.erb (0.4ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_applications.html.erb (20.8ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_resources.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (1.9ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.9ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/show.html.erb within layouts/admin/base (83.3ms)
+Completed 200 OK in 132ms (Views: 93.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/admin_users" for 127.0.0.1 at 2010-10-12 05:07:49 -0400
+ Processing by Admin::AdminUsersController#index as HTML
+ [1m[35mAdminUser Load (0.1ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT COUNT(*) AS count_id FROM "admin_users"[0m
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/sidebar/_sidebar.html.erb (1.1ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/_index.html.erb (0.2ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/filters/_filters.html.erb (1.1ms)
+ [1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) AS count_id FROM "admin_users"
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/filters/_filters.html.erb (1.0ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/search/_search.html.erb (0.9ms)
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) AS count_id FROM "admin_users"[0m
+ [1m[35mAdminUser Load (0.2ms)[0m SELECT "admin_users".* FROM "admin_users" LIMIT 15 OFFSET 0
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/table/_table.html.erb (2.2ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.7ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (19.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.7ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/index.html.erb within layouts/admin/base (99.8ms)
+Completed 200 OK in 173ms (Views: 111.3ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/admin/categories" for 127.0.0.1 at 2010-10-12 05:07:50 -0400
+ Processing by Admin::CategoriesController#index as HTML
+ [1m[36mAdminUser Load (0.2ms)[0m [1mSELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) AS count_id FROM "categories"
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/sidebar/_sidebar.html.erb (1.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/_index.html.erb (0.2ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/search/_search.html.erb (0.9ms)
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) AS count_id FROM "categories"[0m
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/search/_search.html.erb (1.7ms)
+ [1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) AS count_id FROM "categories"
+ [1m[36mCategory Load (38.1ms)[0m [1mSELECT "categories".* FROM "categories" LIMIT 15 OFFSET 0[0m
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/table/_table.html.erb (10.0ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.9ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (2.0ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.8ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/index.html.erb within layouts/admin/base (105.8ms)
+Completed 200 OK in 190ms (Views: 80.5ms | ActiveRecord: 38.5ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 05:07:53 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.2ms)
+Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 05:07:59 -0400
+
+ActionController::RoutingError (No route matches "/about"):
+
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.3ms)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: reset_javascript_include_default is deprecated. Please manipulate config.action_view.javascript_expansions[:defaults] directly. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:14)
+DEPRECATION WARNING: RAILS_ENV is deprecated. Please use ::Rails.env. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:16)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/paperclip/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: ActionController::Base.cookie_verifier_secret= is deprecated. Please configure it on your application with config.secret_token=. (called from at /Users/danbee/Sites/rails/photos/config/initializers/cookie_verification_secret.rb:7)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 05:09:02 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 05:09:05 -0400
+
+ActionController::RoutingError (No route matches "/about"):
+
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
+
+
+Started GET "/!admin" for 127.0.0.1 at 2010-10-12 05:09:12 -0400
+
+AbstractController::ActionNotFound (The action '!admin' could not be found for PagesController):
+
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.6ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 05:17:16 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.1ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 05:17:19 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.1ms)
+Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 05:56:26 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dave Smith", "email"=>"dave@pixelhum.com", "subject"=>"Wedding", "message"=>"Please would you photograph our wedding? Please!!\r\n\r\n- Dave"}, "commit"=>"Send Message"}
+Rendered notifier/contact_notification.text.erb (0.5ms)
+
+Sent mail to enquiries@danbarberphoto.com (6ms)
+Date: Tue, 12 Oct 2010 05:56:27 -0400
+From: dave@pixelhum.com
+To: enquiries@danbarberphoto.com
+Message-ID: <4cb430cb214e_eef58099b7b0564d8@junpei.lan.mail>
+Subject: Wedding
+Mime-Version: 1.0
+Content-Type: text/plain;
+ charset=UTF-8
+Content-Transfer-Encoding: 7bit
+
+Please would you photograph our wedding? Please!!
+
+- Dave
+Redirected to http://localhost:3000/
+Completed 302 Found in 265ms
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 05:56:27 -0400
+ Processing by PagesController#index as HTML
+ [1m[35mPhoto Load (0.5ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (14.8ms)
+Completed 200 OK in 30ms (Views: 16.8ms | ActiveRecord: 0.5ms)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: reset_javascript_include_default is deprecated. Please manipulate config.action_view.javascript_expansions[:defaults] directly. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:14)
+DEPRECATION WARNING: RAILS_ENV is deprecated. Please use ::Rails.env. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:16)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/paperclip/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: ActionController::Base.cookie_verifier_secret= is deprecated. Please configure it on your application with config.secret_token=. (called from at /Users/danbee/Sites/rails/photos/config/initializers/cookie_verification_secret.rb:7)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 05:58:37 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mSQL (0.3ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mPhoto Load (0.5ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (51.3ms)
+Completed 200 OK in 108ms (Views: 54.4ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 05:58:39 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (44.9ms)
+Completed 200 OK in 52ms (Views: 47.0ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 05:59:05 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"John", "email"=>"john@pixelhum.com", "subject"=>"Photos", "message"=>"Hi Dan, need you to take some photos of my car.\r\n\r\nCheers,\r\n\r\nJohn"}, "commit"=>"Send Message"}
+Rendered notifier/contact_notification.text.erb (0.5ms)
+
+Sent mail to enquiries@danbarberphoto.com (159ms)
+Date: Tue, 12 Oct 2010 05:59:05 -0400
+From: john@pixelhum.com
+To: enquiries@danbarberphoto.com
+Message-ID: <4cb43169b52bb_11a758230462034467@junpei.lan.mail>
+Subject: Photos
+Mime-Version: 1.0
+Content-Type: text/plain;
+ charset=UTF-8
+Content-Transfer-Encoding: 7bit
+
+Hi Dan, need you to take some photos of my car.
+
+Cheers,
+
+John
+Redirected to http://localhost:3000/
+Completed 302 Found in 298ms
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 05:59:05 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mPhoto Load (0.7ms)[0m [1mSELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1[0m
+Rendered pages/index.html.erb within layouts/photos (17.5ms)
+Completed 200 OK in 39ms (Views: 20.1ms | ActiveRecord: 0.7ms)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: reset_javascript_include_default is deprecated. Please manipulate config.action_view.javascript_expansions[:defaults] directly. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:14)
+DEPRECATION WARNING: RAILS_ENV is deprecated. Please use ::Rails.env. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:16)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/paperclip/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: ActionController::Base.cookie_verifier_secret= is deprecated. Please configure it on your application with config.secret_token=. (called from at /Users/danbee/Sites/rails/photos/config/initializers/cookie_verification_secret.rb:7)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 06:21:56 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (7.2ms)
+Completed 200 OK in 19ms (Views: 9.8ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 06:22:37 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Gerald", "email"=>"gerald@pixelhum.com", "subject"=>"Photos", "message"=>"Please would you come and photograph my 100 room mansion.\r\n\r\nThanks,\r\n\r\nGerald"}, "commit"=>"Send Message"}
+Rendered notifier/contact_notification.text.erb (0.4ms)
+
+Sent mail to enquiries@danbarberphoto.com (116ms)
+Date: Tue, 12 Oct 2010 06:22:37 -0400
+From: gerald@pixelhum.com
+To: enquiries@danbarberphoto.com
+Message-ID: <4cb436ed537bf_11c66822c614075622@junpei.lan.mail>
+Subject: Photos
+Mime-Version: 1.0
+Content-Type: text/plain;
+ charset=UTF-8
+Content-Transfer-Encoding: 7bit
+
+Please would you come and photograph my 100 room mansion.
+
+Thanks,
+
+Gerald
+Redirected to http://localhost:3000/
+Completed 302 Found in 251ms
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 06:22:37 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mSQL (0.2ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mPhoto Load (0.5ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (48.7ms)
+Completed 200 OK in 74ms (Views: 50.8ms | ActiveRecord: 0.7ms)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: reset_javascript_include_default is deprecated. Please manipulate config.action_view.javascript_expansions[:defaults] directly. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:14)
+DEPRECATION WARNING: RAILS_ENV is deprecated. Please use ::Rails.env. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:16)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/paperclip/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: ActionController::Base.cookie_verifier_secret= is deprecated. Please configure it on your application with config.secret_token=. (called from at /Users/danbee/Sites/rails/photos/config/initializers/cookie_verification_secret.rb:7)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 06:24:54 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (6.0ms)
+Completed 200 OK in 14ms (Views: 7.9ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 06:25:20 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Fred", "email"=>"fred@pixelhum.com", "subject"=>"Horses", "message"=>"I need somebody to come and photograph my horses.\r\n\r\nThanks,\r\n\r\nFred"}, "commit"=>"Send Message"}
+Rendered notifier/contact_notification.text.erb (0.4ms)
+
+Sent mail to enquiries@danbarberphoto.com (60121ms)
+Date: Tue, 12 Oct 2010 06:25:20 -0400
+From: fred@pixelhum.com
+To: enquiries@danbarberphoto.com
+Message-ID: <4cb4379071c86_11cae8242aaf4195a7@junpei.lan.mail>
+Subject: Horses
+Mime-Version: 1.0
+Content-Type: text/plain;
+ charset=UTF-8
+Content-Transfer-Encoding: 7bit
+
+I need somebody to come and photograph my horses.
+
+Thanks,
+
+Fred
+Redirected to http://localhost:3000/
+Completed 302 Found in 60225ms
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 06:26:20 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mSQL (0.2ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mPhoto Load (0.4ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (47.0ms)
+Completed 200 OK in 69ms (Views: 48.9ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 06:26:44 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.4ms)
+Completed 200 OK in 12ms (Views: 6.3ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 06:27:11 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Tom", "email"=>"tom@pixelhum.com", "subject"=>"Guitars and stuff", "message"=>"I need somebody to photograph me playing my guitars. All of them.\r\n\r\nThanks,\r\n\r\nTom"}, "commit"=>"Send Message"}
+Rendered notifier/contact_notification.text.erb (0.4ms)
+
+Sent mail to enquiries@danbarberphoto.com (25917ms)
+Date: Tue, 12 Oct 2010 06:27:11 -0400
+From: tom@pixelhum.com
+To: enquiries@danbarberphoto.com
+Message-ID: <4cb437ffec582_11cae8242aaf419665@junpei.lan.mail>
+Subject: Guitars and stuff
+Mime-Version: 1.0
+Content-Type: text/plain;
+ charset=UTF-8
+Content-Transfer-Encoding: 7bit
+
+I need somebody to photograph me playing my guitars. All of them.
+
+Thanks,
+
+Tom
+Completed in 25976ms
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: reset_javascript_include_default is deprecated. Please manipulate config.action_view.javascript_expansions[:defaults] directly. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:14)
+DEPRECATION WARNING: RAILS_ENV is deprecated. Please use ::Rails.env. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:16)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/paperclip/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: ActionController::Base.cookie_verifier_secret= is deprecated. Please configure it on your application with config.secret_token=. (called from at /Users/danbee/Sites/rails/photos/config/initializers/cookie_verification_secret.rb:7)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 06:27:46 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Tom", "email"=>"tom@pixelhum.com", "subject"=>"Guitars and stuff", "message"=>"I need somebody to photograph me playing my guitars. All of them.\r\n\r\nThanks,\r\n\r\nTom"}, "commit"=>"Send Message"}
+Rendered notifier/contact_notification.text.erb (0.4ms)
+
+Sent mail to enquiries@danbarberphoto.com (881ms)
+Date: Tue, 12 Oct 2010 06:27:47 -0400
+From: tom@pixelhum.com
+To: enquiries@danbarberphoto.com
+Message-ID: <4cb43823229cd_11cff82102ebc5566@junpei.lan.mail>
+Subject: Guitars and stuff
+Mime-Version: 1.0
+Content-Type: text/plain;
+ charset=UTF-8
+Content-Transfer-Encoding: 7bit
+
+I need somebody to photograph me playing my guitars. All of them.
+
+Thanks,
+
+Tom
+Redirected to http://localhost:3000/
+Completed 302 Found in 949ms
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 06:27:47 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mSQL (0.3ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mPhoto Load (0.4ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (47.5ms)
+Completed 200 OK in 69ms (Views: 49.5ms | ActiveRecord: 0.6ms)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: reset_javascript_include_default is deprecated. Please manipulate config.action_view.javascript_expansions[:defaults] directly. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:14)
+DEPRECATION WARNING: RAILS_ENV is deprecated. Please use ::Rails.env. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:16)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/paperclip/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: ActionController::Base.cookie_verifier_secret= is deprecated. Please configure it on your application with config.secret_token=. (called from at /Users/danbee/Sites/rails/photos/config/initializers/cookie_verification_secret.rb:7)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 06:29:19 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (5.8ms)
+Completed 200 OK in 13ms (Views: 7.6ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 06:29:41 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Eric", "email"=>"eric@pixelhum.com", "subject"=>"Eric", "message"=>"I need photos of my Eric, me that is.\r\n\r\n- Eric"}, "commit"=>"Send Message"}
+Rendered notifier/contact_notification.text.erb (0.3ms)
+
+Sent mail to enquiries@danbarberphoto.com (727ms)
+Date: Tue, 12 Oct 2010 06:29:41 -0400
+From: eric@pixelhum.com
+To: enquiries@danbarberphoto.com
+Message-ID: <4cb438959c529_11d21821315148280@junpei.lan.mail>
+Subject: Eric
+Mime-Version: 1.0
+Content-Type: text/plain;
+ charset=UTF-8
+Content-Transfer-Encoding: 7bit
+
+I need photos of my Eric, me that is.
+
+- Eric
+Redirected to http://localhost:3000/
+Completed 302 Found in 843ms
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 06:29:42 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mSQL (0.2ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mPhoto Load (0.4ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (49.5ms)
+Completed 200 OK in 75ms (Views: 51.4ms | ActiveRecord: 0.6ms)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: reset_javascript_include_default is deprecated. Please manipulate config.action_view.javascript_expansions[:defaults] directly. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:14)
+DEPRECATION WARNING: RAILS_ENV is deprecated. Please use ::Rails.env. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:16)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/paperclip/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: ActionController::Base.cookie_verifier_secret= is deprecated. Please configure it on your application with config.secret_token=. (called from at /Users/danbee/Sites/rails/photos/config/initializers/cookie_verification_secret.rb:7)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 06:39:43 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (9.0ms)
+Completed 200 OK in 39ms (Views: 29.9ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 06:40:04 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dan", "email"=>"danbee@pixelhum.com", "subject"=>"Photos and shiznit", "message"=>"Can you take me some photos innit?\r\n\r\n- Dan"}, "commit"=>"Send Message"}
+Rendered notifier/contact_notification.text.erb (0.4ms)
+
+Sent mail to enquiries@danbarberphoto.com (236ms)
+Date: Tue, 12 Oct 2010 06:40:04 -0400
+From: danbee@pixelhum.com
+To: enquiries@danbarberphoto.com
+Message-ID: <4cb43b0491576_11e2e80ba68fc928d7@junpei.lan.mail>
+Subject: Photos and shiznit
+Mime-Version: 1.0
+Content-Type: text/plain;
+ charset=UTF-8
+Content-Transfer-Encoding: 7bit
+
+Can you take me some photos innit?
+
+- Dan
+Redirected to http://localhost:3000/
+Completed 302 Found in 362ms
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 06:40:04 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mSQL (0.2ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mPhoto Load (0.4ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (47.1ms)
+Completed 200 OK in 92ms (Views: 70.7ms | ActiveRecord: 0.7ms)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: reset_javascript_include_default is deprecated. Please manipulate config.action_view.javascript_expansions[:defaults] directly. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:14)
+DEPRECATION WARNING: RAILS_ENV is deprecated. Please use ::Rails.env. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:16)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/paperclip/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: ActionController::Base.cookie_verifier_secret= is deprecated. Please configure it on your application with config.secret_token=. (called from at /Users/danbee/Sites/rails/photos/config/initializers/cookie_verification_secret.rb:7)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 06:41:38 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (5.9ms)
+Completed 200 OK in 13ms (Views: 7.8ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 06:41:58 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dan", "email"=>"danbee@gmail.com", "subject"=>"Test bastard", "message"=>"This is a bastard test thingy."}, "commit"=>"Send Message"}
+Rendered notifier/contact_notification.text.erb (0.5ms)
+
+Sent mail to enquiries@danbarberphoto.com (5262ms)
+Date: Tue, 12 Oct 2010 06:41:58 -0400
+From: danbee@gmail.com
+To: enquiries@danbarberphoto.com
+Message-ID: <4cb43b765b83d_11e64820ff5dc4238a@junpei.lan.mail>
+Subject: Test bastard
+Mime-Version: 1.0
+Content-Type: text/plain;
+ charset=UTF-8
+Content-Transfer-Encoding: 7bit
+
+This is a bastard test thingy.
+Redirected to http://localhost:3000/
+Completed 302 Found in 5387ms
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 06:42:03 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mSQL (0.3ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mPhoto Load (0.5ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (49.1ms)
+Completed 200 OK in 74ms (Views: 51.1ms | ActiveRecord: 0.9ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 06:44:50 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (6.1ms)
+Completed 200 OK in 16ms (Views: 8.9ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 06:45:19 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dan", "email"=>"danbee@gmail.com", "subject"=>"Test email", "message"=>"This is a test from the contact form to see if the bloody thing works.\r\n\r\n- Dan"}, "commit"=>"Send Message"}
+Rendered notifier/contact_notification.text.erb (0.3ms)
+
+Sent mail to enquiries@danbarberphoto.com (2169ms)
+Date: Tue, 12 Oct 2010 06:45:19 -0400
+From: danbee@gmail.com
+To: enquiries@danbarberphoto.com
+Message-ID: <4cb43c3fc9a64_11e648098b6f8424ef@junpei.lan.mail>
+Subject: Test email
+Mime-Version: 1.0
+Content-Type: text/plain;
+ charset=UTF-8
+Content-Transfer-Encoding: 7bit
+
+This is a test from the contact form to see if the bloody thing works.
+
+- Dan
+Redirected to http://localhost:3000/
+Completed 302 Found in 2193ms
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 06:45:22 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mPhoto Load (0.7ms)[0m [1mSELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1[0m
+Rendered pages/index.html.erb within layouts/photos (54.2ms)
+Completed 200 OK in 71ms (Views: 58.0ms | ActiveRecord: 0.7ms)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: reset_javascript_include_default is deprecated. Please manipulate config.action_view.javascript_expansions[:defaults] directly. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:14)
+DEPRECATION WARNING: RAILS_ENV is deprecated. Please use ::Rails.env. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:16)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/paperclip/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: ActionController::Base.cookie_verifier_secret= is deprecated. Please configure it on your application with config.secret_token=. (called from at /Users/danbee/Sites/rails/photos/config/initializers/cookie_verification_secret.rb:7)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 06:59:37 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (5.9ms)
+Completed 200 OK in 13ms (Views: 8.0ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 06:59:57 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dan", "email"=>"danbee@pixelhum.com", "subject"=>"Test", "message"=>"Test email. This should go to gmail this time."}, "commit"=>"Send Message"}
+Rendered notifier/contact_notification.text.erb (0.3ms)
+
+Sent mail to danbee@gmail.com (6335ms)
+Date: Tue, 12 Oct 2010 06:59:57 -0400
+From: danbee@pixelhum.com
+To: danbee@gmail.com
+Message-ID: <4cb43fad63d0a_11fd7814e9f54223df@junpei.lan.mail>
+Subject: Test
+Mime-Version: 1.0
+Content-Type: text/plain;
+ charset=UTF-8
+Content-Transfer-Encoding: 7bit
+
+Test email. This should go to gmail this time.
+Redirected to http://localhost:3000/
+Completed 302 Found in 6415ms
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 07:00:03 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mSQL (0.3ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mPhoto Load (0.4ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (50.4ms)
+Completed 200 OK in 73ms (Views: 52.4ms | ActiveRecord: 0.7ms)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: reset_javascript_include_default is deprecated. Please manipulate config.action_view.javascript_expansions[:defaults] directly. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:14)
+DEPRECATION WARNING: RAILS_ENV is deprecated. Please use ::Rails.env. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:16)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/paperclip/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: ActionController::Base.cookie_verifier_secret= is deprecated. Please configure it on your application with config.secret_token=. (called from at /Users/danbee/Sites/rails/photos/config/initializers/cookie_verification_secret.rb:7)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:23:09 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (6.5ms)
+Completed 200 OK in 14ms (Views: 8.5ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 07:23:22 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dan", "email"=>"danbee@gmail.com", "subject"=>"Test", "message"=>"Test email. Probably won't work from here."}, "commit"=>"Send Message"}
+Rendered notifier/contact_notification.text.erb (0.5ms)
+
+Sent mail to danbee@gmail.com (237ms)
+Date: Tue, 12 Oct 2010 07:23:22 -0400
+From: danbee@gmail.com
+To: danbee@gmail.com
+Message-ID: <4cb4452aa6eb0_121d9822fef544357b@junpei.lan.mail>
+Subject: Test
+Mime-Version: 1.0
+Content-Type: text/plain;
+ charset=UTF-8
+Content-Transfer-Encoding: 7bit
+
+Test email. Probably won't work from here.
+Redirected to http://localhost:3000/
+Completed 302 Found in 379ms
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 07:23:22 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mSQL (0.3ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mPhoto Load (0.6ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (59.8ms)
+Completed 200 OK in 125ms (Views: 62.3ms | ActiveRecord: 0.9ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:31:28 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.4ms)
+Completed 200 OK in 11ms (Views: 6.3ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 07:31:36 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (36.4ms)
+Completed 200 OK in 48ms (Views: 38.4ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 07:34:21 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (6.0ms)
+Completed 200 OK in 21ms (Views: 8.8ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 07:34:49 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (5.7ms)
+Completed 200 OK in 19ms (Views: 8.0ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 07:35:21 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (5.1ms)
+Completed 200 OK in 21ms (Views: 7.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 07:35:22 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:35:23 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.4ms)
+Completed 200 OK in 11ms (Views: 6.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:36:02 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.1ms)
+Completed 200 OK in 12ms (Views: 6.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:36:10 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.3ms)
+Completed 200 OK in 11ms (Views: 6.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:36:50 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.2ms)
+Completed 200 OK in 12ms (Views: 6.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:37:05 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.1ms)
+Completed 200 OK in 11ms (Views: 6.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:37:22 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.1ms)
+Completed 200 OK in 11ms (Views: 5.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:37:40 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.2ms)
+Completed 200 OK in 12ms (Views: 6.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:37:49 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (38.8ms)
+Completed 200 OK in 47ms (Views: 40.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:38:04 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.4ms)
+Completed 200 OK in 13ms (Views: 6.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:38:07 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.5ms)
+Completed 200 OK in 12ms (Views: 6.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:38:14 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.2ms)
+Completed 200 OK in 11ms (Views: 6.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:38:21 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.2ms)
+Completed 200 OK in 12ms (Views: 6.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:38:47 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (37.4ms)
+Completed 200 OK in 45ms (Views: 39.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:39:00 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.3ms)
+Completed 200 OK in 12ms (Views: 6.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:39:41 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.2ms)
+Completed 200 OK in 12ms (Views: 6.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:39:59 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.1ms)
+Completed 200 OK in 11ms (Views: 5.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:40:24 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.3ms)
+Completed 200 OK in 12ms (Views: 6.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:40:33 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (37.2ms)
+Completed 200 OK in 44ms (Views: 39.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:40:38 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.1ms)
+Completed 200 OK in 11ms (Views: 6.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:40:54 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.3ms)
+Completed 200 OK in 12ms (Views: 6.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 07:41:18 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:41:19 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.4ms)
+Completed 200 OK in 12ms (Views: 6.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:41:31 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.2ms)
+Completed 200 OK in 12ms (Views: 6.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:41:42 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.1ms)
+Completed 200 OK in 11ms (Views: 5.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:41:53 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.4ms)
+Completed 200 OK in 13ms (Views: 6.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:42:05 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (32.9ms)
+Completed in 74ms
+
+ActionView::Template::Error (wrong number of arguments (0 for 1)):
+ 25: <%= f.text_area :message %>
+ 26:
+ 27:
+ 28: <%= f.label %>
+ 29: <%= f.submit 'Send Message' %>
+ 30:
+ 31: <% end %>
+ app/views/contacts/new.html.erb:28:in `block in _app_views_contacts_new_html_erb___3389290393241413412_2185050200_1322559874007585062'
+ app/views/contacts/new.html.erb:10:in `_app_views_contacts_new_html_erb___3389290393241413412_2185050200_1322559874007585062'
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.5ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.9ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:42:15 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.8ms)
+Completed 200 OK in 12ms (Views: 6.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:42:21 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.7ms)
+Completed 200 OK in 12ms (Views: 6.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:42:29 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.7ms)
+Completed 200 OK in 13ms (Views: 6.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:42:49 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.8ms)
+Completed 200 OK in 12ms (Views: 6.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:42:53 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.4ms)
+Completed 200 OK in 11ms (Views: 6.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:43:17 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.9ms)
+Completed 200 OK in 13ms (Views: 7.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:43:25 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (38.7ms)
+Completed 200 OK in 46ms (Views: 40.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:43:36 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.4ms)
+Completed 200 OK in 11ms (Views: 6.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:43:49 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (5.5ms)
+Completed 200 OK in 13ms (Views: 7.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:43:56 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.4ms)
+Completed 200 OK in 12ms (Views: 6.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:44:46 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (5.0ms)
+Completed 200 OK in 13ms (Views: 7.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:45:04 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.6ms)
+Completed 200 OK in 46ms (Views: 6.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 07:45:19 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (7.0ms)
+Completed 200 OK in 18ms (Views: 9.6ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 07:45:42 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (38.2ms)
+Completed 200 OK in 48ms (Views: 40.1ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 07:58:35 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dadsd", "email"=>"", "subject"=>"safF", "message"=>"FAasf"}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (5.2ms)
+Completed 200 OK in 36ms (Views: 29.7ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 07:59:29 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dadsd", "email"=>"", "subject"=>"safF", "message"=>"FAasf"}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (6.6ms)
+Completed 200 OK in 19ms (Views: 9.5ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 07:59:41 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dadsd", "email"=>"", "subject"=>"safF", "message"=>"FAasf"}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (4.5ms)
+Completed 200 OK in 12ms (Views: 6.3ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:00:05 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dadsd", "email"=>"", "subject"=>"safF", "message"=>"FAasf"}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (7.9ms)
+Completed 200 OK in 17ms (Views: 10.1ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:00:29 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dadsd", "email"=>"", "subject"=>"safF", "message"=>"FAasf"}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (5.1ms)
+Completed 200 OK in 16ms (Views: 7.3ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:00:35 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dadsd", "email"=>"", "subject"=>"safF", "message"=>"FAasf"}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (4.4ms)
+Completed 200 OK in 12ms (Views: 6.1ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:00:48 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dadsd", "email"=>"", "subject"=>"safF", "message"=>"FAasf"}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (5.0ms)
+Completed 200 OK in 54ms (Views: 7.0ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:00:57 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dadsd", "email"=>"", "subject"=>"safF", "message"=>"FAasf"}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (7.2ms)
+Completed 200 OK in 19ms (Views: 10.2ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:01:03 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"safF", "message"=>"FAasf"}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (5.5ms)
+Completed 200 OK in 15ms (Views: 7.6ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:01:06 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"safF", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (4.4ms)
+Completed 200 OK in 15ms (Views: 6.3ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:01:06 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"safF", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (6.6ms)
+Completed 200 OK in 20ms (Views: 8.9ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:01:09 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (4.6ms)
+Completed 200 OK in 15ms (Views: 6.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 08:01:33 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mPhoto Load (14.6ms)[0m [1mSELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1[0m
+Rendered pages/index.html.erb within layouts/photos (51.9ms)
+Completed 200 OK in 103ms (Views: 76.2ms | ActiveRecord: 14.6ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 08:01:34 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.5ms)
+Completed 200 OK in 12ms (Views: 6.4ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:01:35 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (4.6ms)
+Completed 200 OK in 48ms (Views: 6.7ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:01:52 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (4.5ms)
+Completed 200 OK in 14ms (Views: 6.4ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:02:17 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (4.9ms)
+Completed 200 OK in 54ms (Views: 43.2ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:16:46 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (6.1ms)
+Completed 200 OK in 21ms (Views: 8.4ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:31:02 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+DEPRECATION WARNING: f.error_messages was removed from Rails and is now available as a plugin. Please install it with `rails plugin install git://github.com/rails/dynamic_form.git`. (called from block in _app_views_contacts_new_html_erb___3389290393241413412_2183675160_1322559874007585062 at /Users/danbee/Sites/rails/photos/app/views/contacts/new.html.erb:11)
+Rendered contacts/new.html.erb within layouts/photos (4.9ms)
+Completed 200 OK in 47ms (Views: 6.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts" for 127.0.0.1 at 2010-10-12 08:33:36 -0400
+ Processing by ContactsController#index as HTML
+Rendered contacts/index.html.erb within layouts/photos (2.4ms)
+Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts" for 127.0.0.1 at 2010-10-12 08:34:40 -0400
+ Processing by ContactsController#index as HTML
+Rendered contacts/index.html.erb within layouts/photos (2.8ms)
+Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts" for 127.0.0.1 at 2010-10-12 08:35:07 -0400
+ Processing by ContactsController#index as HTML
+Rendered contacts/index.html.erb within layouts/photos (2.5ms)
+Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts" for 127.0.0.1 at 2010-10-12 08:35:28 -0400
+ Processing by ContactsController#index as HTML
+Rendered contacts/index.html.erb within layouts/photos (2.4ms)
+Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts" for 127.0.0.1 at 2010-10-12 08:36:08 -0400
+ Processing by ContactsController#index as HTML
+Rendered contacts/index.html.erb within layouts/photos (2.5ms)
+Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 08:36:10 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (47.1ms)
+Completed 200 OK in 50ms (Views: 49.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 08:36:12 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.6ms)
+Completed 200 OK in 12ms (Views: 6.5ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:36:14 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (4.6ms)
+Completed 200 OK in 15ms (Views: 6.5ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:36:25 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (4.5ms)
+Completed 200 OK in 13ms (Views: 6.2ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:36:45 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (5.9ms)
+Completed 200 OK in 17ms (Views: 8.2ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:36:53 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (4.5ms)
+Completed 200 OK in 14ms (Views: 6.4ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:37:14 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (8.4ms)
+Completed 200 OK in 20ms (Views: 11.1ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:37:26 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (5.3ms)
+Completed 200 OK in 15ms (Views: 7.3ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:37:35 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (7.2ms)
+Completed 200 OK in 21ms (Views: 10.3ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:38:01 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (5.2ms)
+Completed 200 OK in 54ms (Views: 7.1ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:38:15 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (5.6ms)
+Completed 200 OK in 20ms (Views: 8.8ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:38:29 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (4.7ms)
+Completed 200 OK in 52ms (Views: 6.7ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:39:04 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dan", "email"=>"danbee@gmail.com", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (4.7ms)
+Completed 200 OK in 13ms (Views: 6.5ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:39:13 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dan", "email"=>"danbee@gmail.com", "subject"=>"Subject line", "message"=>"THis is a test"}, "commit"=>"Send Message"}
+Completed in 30ms
+
+SyntaxError (/Users/danbee/Sites/rails/photos/app/mailers/notifier.rb:8: syntax error, unexpected keyword_or, expecting ')'
+ :subject => sender.subject or '(no subject)')
+ ^
+/Users/danbee/Sites/rails/photos/app/mailers/notifier.rb:8: syntax error, unexpected ')', expecting keyword_end):
+ app/models/contact.rb:21:in `save'
+ app/controllers/contacts_controller.rb:10:in `create'
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (37.6ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (44.6ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:40:11 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dan", "email"=>"danbee@gmail.com", "subject"=>"Subject line", "message"=>"THis is a test"}, "commit"=>"Send Message"}
+Rendered notifier/contact_notification.text.erb (0.4ms)
+
+Sent mail to danbee@gmail.com (276ms)
+Date: Tue, 12 Oct 2010 08:40:11 -0400
+From: danbee@gmail.com
+To: danbee@gmail.com
+Message-ID: <4cb4572b2f202_121d9823a33244368e@junpei.lan.mail>
+Subject: Subject line
+Mime-Version: 1.0
+Content-Type: text/plain;
+ charset=UTF-8
+Content-Transfer-Encoding: 7bit
+
+THis is a test
+Redirected to http://localhost:3000/
+Completed 302 Found in 362ms
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 08:40:11 -0400
+ Processing by PagesController#index as HTML
+ [1m[35mPhoto Load (0.4ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (67.5ms)
+Completed 200 OK in 87ms (Views: 70.2ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 08:40:34 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (5.1ms)
+Completed 200 OK in 12ms (Views: 6.9ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:40:44 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dan", "email"=>"danbee@gmail.com", "subject"=>"Guitars and stuff", "message"=>"Test"}, "commit"=>"Send Message"}
+Rendered notifier/contact_notification.text.erb (0.4ms)
+
+Sent mail to danbee@gmail.com (23ms)
+Date: Tue, 12 Oct 2010 08:40:44 -0400
+From: danbee@gmail.com
+To: danbee@gmail.com
+Message-ID: <4cb4574ca56b0_121d9823a5c78437f5@junpei.lan.mail>
+Subject: Guitars and stuff
+Mime-Version: 1.0
+Content-Type: text/plain;
+ charset=UTF-8
+Content-Transfer-Encoding: 7bit
+
+Test
+Redirected to
+Completed in 81ms
+
+NoMethodError (undefined method `new_url' for #):
+ app/controllers/contacts_controller.rb:11:in `create'
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.8ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.4ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:41:02 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dan", "email"=>"danbee@gmail.com", "subject"=>"Guitars and stuff", "message"=>"Test"}, "commit"=>"Send Message"}
+Rendered notifier/contact_notification.text.erb (0.4ms)
+
+Sent mail to danbee@gmail.com (24ms)
+Date: Tue, 12 Oct 2010 08:41:02 -0400
+From: danbee@gmail.com
+To: danbee@gmail.com
+Message-ID: <4cb4575e64941_121d9822c409843882@junpei.lan.mail>
+Subject: Guitars and stuff
+Mime-Version: 1.0
+Content-Type: text/plain;
+ charset=UTF-8
+Content-Transfer-Encoding: 7bit
+
+Test
+Redirected to http://localhost:3000/contacts/new
+Completed 302 Found in 57ms
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 08:41:02 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (7.3ms)
+Completed 200 OK in 18ms (Views: 10.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 08:41:23 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.9ms)
+Completed 200 OK in 12ms (Views: 6.9ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:41:28 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dan", "email"=>"danbee@gmail.com", "subject"=>"Guitars and stuff", "message"=>"Test"}, "commit"=>"Send Message"}
+Rendered notifier/contact_notification.text.erb (0.4ms)
+
+Sent mail to danbee@gmail.com (22ms)
+Date: Tue, 12 Oct 2010 08:41:28 -0400
+From: danbee@gmail.com
+To: danbee@gmail.com
+Message-ID: <4cb45778f983_121d9823a33244398f@junpei.lan.mail>
+Subject: Guitars and stuff
+Mime-Version: 1.0
+Content-Type: text/plain;
+ charset=UTF-8
+Content-Transfer-Encoding: 7bit
+
+Test
+Redirected to http://localhost:3000/contacts/new
+Completed 302 Found in 47ms
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 08:41:28 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (58.2ms)
+Completed 200 OK in 70ms (Views: 61.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 08:41:45 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.4ms)
+Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 08:41:46 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (5.4ms)
+Completed 200 OK in 13ms (Views: 7.3ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:42:02 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dan", "email"=>"danbee@gmail.com", "subject"=>"Test email", "message"=>"Test"}, "commit"=>"Send Message"}
+Rendered notifier/contact_notification.text.erb (0.4ms)
+
+Sent mail to danbee@gmail.com (23ms)
+Date: Tue, 12 Oct 2010 08:42:02 -0400
+From: danbee@gmail.com
+To: danbee@gmail.com
+Message-ID: <4cb4579aadd30_121d9823a5c78440dd@junpei.lan.mail>
+Subject: Test email
+Mime-Version: 1.0
+Content-Type: text/plain;
+ charset=UTF-8
+Content-Transfer-Encoding: 7bit
+
+Test
+Redirected to http://localhost:3000/contacts/new
+Completed 302 Found in 49ms
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 08:42:02 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (6.6ms)
+Completed 200 OK in 17ms (Views: 9.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 08:42:59 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.5ms)
+Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 08:43:00 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (6.6ms)
+Completed 200 OK in 15ms (Views: 9.1ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:43:08 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dan", "email"=>"danbee@gmail.com", "subject"=>"Test", "message"=>"Test"}, "commit"=>"Send Message"}
+Rendered notifier/contact_notification.text.erb (0.5ms)
+
+Sent mail to danbee@gmail.com (22ms)
+Date: Tue, 12 Oct 2010 08:43:08 -0400
+From: danbee@gmail.com
+To: danbee@gmail.com
+Message-ID: <4cb457dc926ec_121d980be42c4441c5@junpei.lan.mail>
+Subject: Test
+Mime-Version: 1.0
+Content-Type: text/plain;
+ charset=UTF-8
+Content-Transfer-Encoding: 7bit
+
+Test
+Redirected to http://localhost:3000/contacts/new
+Completed 302 Found in 51ms
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 08:43:08 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (9.0ms)
+Completed 200 OK in 25ms (Views: 13.0ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:43:39 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (5.3ms)
+Completed 200 OK in 15ms (Views: 7.2ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:44:18 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (4.5ms)
+Completed 200 OK in 14ms (Views: 6.3ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:45:07 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dan Barber", "email"=>"danbee@gmail.com", "subject"=>"Test", "message"=>"Test message"}, "commit"=>"Send Message"}
+Rendered notifier/contact_notification.text.erb (0.5ms)
+
+Sent mail to danbee@gmail.com (23ms)
+Date: Tue, 12 Oct 2010 08:45:07 -0400
+From: danbee@gmail.com
+To: danbee@gmail.com
+Message-ID: <4cb4585368bec_121d980bde5b8442cd@junpei.lan.mail>
+Subject: Test
+Mime-Version: 1.0
+Content-Type: text/plain;
+ charset=UTF-8
+Content-Transfer-Encoding: 7bit
+
+Test message
+Redirected to http://localhost:3000/contacts/new
+Completed 302 Found in 50ms
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 08:45:07 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (11.2ms)
+Completed 200 OK in 26ms (Views: 15.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 08:46:26 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.6ms)
+Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 08:46:27 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mPhoto Load (0.4ms)[0m [1mSELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1[0m
+Rendered pages/index.html.erb within layouts/photos (15.6ms)
+Completed 200 OK in 381ms (Views: 17.8ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 08:46:28 -0400
+ Processing by PagesController#index as HTML
+ [1m[35mPhoto Load (0.3ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (17.6ms)
+Completed 200 OK in 31ms (Views: 19.5ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 08:46:29 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.6ms)
+Completed 200 OK in 44ms (Views: 6.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 08:46:30 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 08:46:35 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (5.0ms)
+Completed 200 OK in 13ms (Views: 7.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 08:46:37 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.1ms)
+Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/categories" for 127.0.0.1 at 2010-10-12 08:46:39 -0400
+ Processing by CategoriesController#index as HTML
+ [1m[36mCategory Load (25.6ms)[0m [1mSELECT "categories".* FROM "categories" LIMIT 4 OFFSET 0[0m
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) AS count_id FROM "categories"
+ [1m[36mPhoto Load (0.5ms)[0m [1mSELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 2[0m
+Rendered categories/index.html.erb within layouts/photos (53.8ms)
+Completed 200 OK in 155ms (Views: 55.9ms | ActiveRecord: 26.3ms)
+
+
+Started GET "/categories/1/photos" for 127.0.0.1 at 2010-10-12 08:46:41 -0400
+ Processing by PhotosController#index as HTML
+ Parameters: {"category_id"=>"1"}
+ [1m[35mCategory Load (0.5ms)[0m SELECT "categories".* FROM "categories" WHERE ("categories"."id" = 1) LIMIT 1
+ [1m[36mPhoto Load (0.7ms)[0m [1mSELECT * FROM "photos" INNER JOIN "categories_photos" ON "photos".id = "categories_photos".photo_id WHERE ("categories_photos".category_id = 1 ) LIMIT 11 OFFSET 0[0m
+Rendered photos/index.html.erb within layouts/photos (53.3ms)
+Completed 200 OK in 231ms (Views: 75.4ms | ActiveRecord: 1.2ms)
+
+
+Started GET "/categories/2/photos" for 127.0.0.1 at 2010-10-12 08:46:47 -0400
+ Processing by PhotosController#index as HTML
+ Parameters: {"category_id"=>"2"}
+ [1m[35mCategory Load (0.4ms)[0m SELECT "categories".* FROM "categories" WHERE ("categories"."id" = 2) LIMIT 1
+ [1m[36mPhoto Load (0.4ms)[0m [1mSELECT * FROM "photos" INNER JOIN "categories_photos" ON "photos".id = "categories_photos".photo_id WHERE ("categories_photos".category_id = 2 ) LIMIT 11 OFFSET 0[0m
+Rendered photos/index.html.erb within layouts/photos (47.0ms)
+Completed 200 OK in 85ms (Views: 49.5ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/categories" for 127.0.0.1 at 2010-10-12 08:46:52 -0400
+ Processing by CategoriesController#index as HTML
+ [1m[35mCategory Load (1.1ms)[0m SELECT "categories".* FROM "categories" LIMIT 4 OFFSET 0
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) AS count_id FROM "categories"[0m
+ [1m[35mPhoto Load (0.5ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 2
+Rendered categories/index.html.erb within layouts/photos (20.9ms)
+Completed 200 OK in 81ms (Views: 22.8ms | ActiveRecord: 1.7ms)
+
+
+Started GET "/categories" for 127.0.0.1 at 2010-10-12 08:49:10 -0400
+ Processing by CategoriesController#index as HTML
+ [1m[36mCategory Load (1.0ms)[0m [1mSELECT "categories".* FROM "categories" LIMIT 4 OFFSET 0[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) AS count_id FROM "categories"
+ [1m[36mPhoto Load (0.5ms)[0m [1mSELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 2[0m
+Rendered categories/index.html.erb within layouts/photos (52.5ms)
+Completed 200 OK in 80ms (Views: 54.4ms | ActiveRecord: 1.6ms)
+
+
+Started GET "/contacts" for 127.0.0.1 at 2010-10-12 08:49:13 -0400
+ Processing by ContactsController#index as HTML
+Rendered contacts/index.html.erb within layouts/photos (2.1ms)
+Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 08:49:32 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.1ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 08:49:33 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.8ms)
+Completed 200 OK in 12ms (Views: 6.6ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:49:36 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (4.8ms)
+Completed 200 OK in 14ms (Views: 6.6ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:49:45 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (4.6ms)
+Completed 200 OK in 14ms (Views: 6.4ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/contacts" for 127.0.0.1 at 2010-10-12 08:49:50 -0400
+ Processing by ContactsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "contact"=>{"name"=>"Dan Barber", "email"=>"", "subject"=>"", "message"=>""}, "commit"=>"Send Message"}
+Rendered contacts/new.html.erb within layouts/photos (4.5ms)
+Completed 200 OK in 13ms (Views: 6.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:00:58 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 09:00:58 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.8ms)
+Completed 200 OK in 12ms (Views: 6.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 09:01:53 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (7.0ms)
+Completed 200 OK in 18ms (Views: 9.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:02:36 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.1ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:02:55 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:03:41 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:04:07 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.1ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:04:09 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.2ms)
+Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:04:36 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:04:52 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.1ms)
+Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:05:07 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:05:18 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:06:06 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.1ms)
+Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:06:27 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:06:36 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.1ms)
+Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:06:42 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.1ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:06:48 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:06:53 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:06:58 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:07:03 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:07:23 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.0ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:07:56 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (6.8ms)
+Completed in 9ms
+
+ActionView::Template::Error (undefined local variable or method `new_contact' for #<#:0x000001044bdcc8>):
+ 10:
+ 11:
+ 12:
I’m a photographer in Plymouth, UK. I love taking pictures of almost anything, particularly landscapes and anything that creates a strong graphic image.
+ 13:
I always appreciate constructive criticism of my work, so please have a look around and feel free to <%= link_to 'drop me a line', new_contact %>.
+ 14:
+ 15:
+ 16:
+ app/views/pages/about.html.erb:13:in `_app_views_pages_about_html_erb___4484734401031152770_2183521500_1322559874007585062'
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.7ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:08:03 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.1ms)
+Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 09:08:04 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.5ms)
+Completed 200 OK in 12ms (Views: 6.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/categories" for 127.0.0.1 at 2010-10-12 09:08:12 -0400
+ Processing by CategoriesController#index as HTML
+ [1m[35mCategory Load (1.0ms)[0m SELECT "categories".* FROM "categories" LIMIT 4 OFFSET 0
+ [1m[36mSQL (0.4ms)[0m [1mSELECT COUNT(*) AS count_id FROM "categories"[0m
+ [1m[35mPhoto Load (0.6ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 2
+Rendered categories/index.html.erb within layouts/photos (21.4ms)
+Completed 200 OK in 84ms (Views: 23.5ms | ActiveRecord: 1.9ms)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 09:08:15 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mPhoto Load (0.4ms)[0m [1mSELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1[0m
+Rendered pages/index.html.erb within layouts/photos (14.7ms)
+Completed 200 OK in 29ms (Views: 16.9ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 09:08:16 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.9ms)
+Completed 200 OK in 12ms (Views: 6.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:08:17 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.1ms)
+Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:08:38 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.2ms)
+Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:08:47 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.2ms)
+Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:08:57 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.2ms)
+Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:09:14 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.1ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:09:22 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.2ms)
+Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:09:27 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.1ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 09:09:30 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.7ms)
+Completed 200 OK in 12ms (Views: 6.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 09:09:32 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.8ms)
+Completed 200 OK in 12ms (Views: 6.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:10:08 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.1ms)
+Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 09:16:41 -0400
+ Processing by PagesController#index as HTML
+ [1m[35mPhoto Load (0.4ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (47.8ms)
+Completed 200 OK in 62ms (Views: 49.8ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:16:42 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.2ms)
+Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/categories" for 127.0.0.1 at 2010-10-12 09:26:12 -0400
+ Processing by CategoriesController#index as HTML
+ [1m[36mCategory Load (1.1ms)[0m [1mSELECT "categories".* FROM "categories" LIMIT 4 OFFSET 0[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) AS count_id FROM "categories"
+ [1m[36mPhoto Load (0.5ms)[0m [1mSELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 2[0m
+Rendered categories/index.html.erb within layouts/photos (51.5ms)
+Completed 200 OK in 80ms (Views: 53.5ms | ActiveRecord: 1.7ms)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 09:26:19 -0400
+ Processing by PagesController#index as HTML
+ [1m[35mPhoto Load (0.4ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (14.3ms)
+Completed 200 OK in 28ms (Views: 16.2ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:26:20 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.2ms)
+Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 09:26:34 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mPhoto Load (15.0ms)[0m [1mSELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1[0m
+Rendered pages/index.html.erb within layouts/photos (14.6ms)
+Completed 200 OK in 43ms (Views: 16.6ms | ActiveRecord: 15.0ms)
+
+
+Started GET "/categories" for 127.0.0.1 at 2010-10-12 09:26:35 -0400
+ Processing by CategoriesController#index as HTML
+ [1m[35mCategory Load (1.0ms)[0m SELECT "categories".* FROM "categories" LIMIT 4 OFFSET 0
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) AS count_id FROM "categories"[0m
+ [1m[35mPhoto Load (0.5ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 2
+Rendered categories/index.html.erb within layouts/photos (52.7ms)
+Completed 200 OK in 80ms (Views: 54.6ms | ActiveRecord: 1.5ms)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 09:26:44 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mPhoto Load (0.3ms)[0m [1mSELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1[0m
+Rendered pages/index.html.erb within layouts/photos (48.7ms)
+Completed 200 OK in 63ms (Views: 50.6ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:26:45 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.1ms)
+Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/categories" for 127.0.0.1 at 2010-10-12 09:27:35 -0400
+ Processing by CategoriesController#index as HTML
+ [1m[35mCategory Load (1.0ms)[0m SELECT "categories".* FROM "categories" LIMIT 4 OFFSET 0
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) AS count_id FROM "categories"[0m
+ [1m[35mPhoto Load (0.5ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 2
+Rendered categories/index.html.erb within layouts/photos (20.8ms)
+Completed 200 OK in 81ms (Views: 22.7ms | ActiveRecord: 1.6ms)
+
+
+Started GET "/categories" for 127.0.0.1 at 2010-10-12 09:27:40 -0400
+ Processing by CategoriesController#index as HTML
+ [1m[36mCategory Load (1.0ms)[0m [1mSELECT "categories".* FROM "categories" LIMIT 4 OFFSET 0[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) AS count_id FROM "categories"
+ [1m[36mPhoto Load (0.5ms)[0m [1mSELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 2[0m
+Rendered categories/index.html.erb within layouts/photos (52.3ms)
+Completed 200 OK in 82ms (Views: 54.2ms | ActiveRecord: 1.6ms)
+
+
+Started GET "/categories/4/photos" for 127.0.0.1 at 2010-10-12 09:27:55 -0400
+ Processing by PhotosController#index as HTML
+ Parameters: {"category_id"=>"4"}
+ [1m[35mCategory Load (0.4ms)[0m SELECT "categories".* FROM "categories" WHERE ("categories"."id" = 4) LIMIT 1
+ [1m[36mPhoto Load (0.4ms)[0m [1mSELECT * FROM "photos" INNER JOIN "categories_photos" ON "photos".id = "categories_photos".photo_id WHERE ("categories_photos".category_id = 4 ) LIMIT 11 OFFSET 0[0m
+Rendered photos/index.html.erb within layouts/photos (15.1ms)
+Completed 200 OK in 97ms (Views: 32.1ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/categories" for 127.0.0.1 at 2010-10-12 09:28:00 -0400
+ Processing by CategoriesController#index as HTML
+ [1m[35mCategory Load (1.0ms)[0m SELECT "categories".* FROM "categories" LIMIT 4 OFFSET 0
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) AS count_id FROM "categories"[0m
+ [1m[35mPhoto Load (0.6ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 2
+Rendered categories/index.html.erb within layouts/photos (54.4ms)
+Completed 200 OK in 83ms (Views: 56.4ms | ActiveRecord: 1.7ms)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 09:28:00 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mPhoto Load (0.3ms)[0m [1mSELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1[0m
+Rendered pages/index.html.erb within layouts/photos (14.2ms)
+Completed 200 OK in 28ms (Views: 16.1ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:28:01 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.2ms)
+Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:28:58 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.3ms)
+Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 09:29:03 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (7.3ms)
+Completed 200 OK in 75ms (Views: 37.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:29:20 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.2ms)
+Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 09:29:21 -0400
+ Processing by PagesController#index as HTML
+ [1m[35mPhoto Load (0.3ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (51.0ms)
+Completed 200 OK in 64ms (Views: 52.9ms | ActiveRecord: 0.3ms)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: reset_javascript_include_default is deprecated. Please manipulate config.action_view.javascript_expansions[:defaults] directly. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:14)
+DEPRECATION WARNING: RAILS_ENV is deprecated. Please use ::Rails.env. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:16)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/paperclip/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: ActionController::Base.cookie_verifier_secret= is deprecated. Please configure it on your application with config.secret_token=. (called from at /Users/danbee/Sites/rails/photos/config/initializers/cookie_verification_secret.rb:7)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: reset_javascript_include_default is deprecated. Please manipulate config.action_view.javascript_expansions[:defaults] directly. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:14)
+DEPRECATION WARNING: RAILS_ENV is deprecated. Please use ::Rails.env. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:16)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/paperclip/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: ActionController::Base.cookie_verifier_secret= is deprecated. Please configure it on your application with config.secret_token=. (called from at /Users/danbee/Sites/rails/photos/config/initializers/cookie_verification_secret.rb:7)
+ [1m[36mSQL (0.5ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.2ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations"[0m
+Migrating to CreateCategories (20101006095323)
+Migrating to CreatePhotos (20101006095457)
+Migrating to AddPhotoToCategory (20101008101157)
+Migrating to AddDetailsToPhoto (20101008103053)
+Migrating to AddColourToCategory (20101008105348)
+Migrating to AddSortOrders (20101008122736)
+Migrating to MoveToManyToMany (20101008172319)
+Migrating to CreateAdminUsers (20101011133558)
+Migrating to CreatePages (20101012132954)
+ [1m[35mSQL (0.0ms)[0m select sqlite_version(*)
+ [1m[36mSQL (15.9ms)[0m [1mCREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "title" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20101012132954')
+ [1m[36mSQL (0.2ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
+ [1m[36mSQL (0.1ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.0ms)[0m PRAGMA index_list("admin_users")
+ [1m[36mSQL (0.0ms)[0m [1mPRAGMA index_list("categories")[0m
+ [1m[35mSQL (0.0ms)[0m PRAGMA index_list("categories_photos")
+ [1m[36mSQL (0.0ms)[0m [1mPRAGMA index_list("pages")[0m
+ [1m[35mSQL (0.0ms)[0m PRAGMA index_list("photos")
+
+
+Started GET "/admin" for 127.0.0.1 at 2010-10-12 09:32:47 -0400
+
+
+Started GET "/admin/dashboard" for 127.0.0.1 at 2010-10-12 09:32:47 -0400
+ Processing by Admin::DashboardController#show as HTML
+ [1m[36mAdminUser Load (0.1ms)[0m [1mSELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1[0m
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/_sidebar.html.erb (0.4ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_applications.html.erb (18.9ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_resources.html.erb (0.5ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (6.9ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/show.html.erb within layouts/admin/base (50.3ms)
+Completed 200 OK in 114ms (Views: 61.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/dashboard" for 127.0.0.1 at 2010-10-12 09:32:51 -0400
+ Processing by Admin::DashboardController#show as HTML
+ [1m[35mAdminUser Load (0.2ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/_sidebar.html.erb (0.3ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_applications.html.erb (20.1ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_resources.html.erb (0.5ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.5ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (6.2ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/show.html.erb within layouts/admin/base (47.9ms)
+Completed 200 OK in 122ms (Views: 56.5ms | ActiveRecord: 0.2ms)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: reset_javascript_include_default is deprecated. Please manipulate config.action_view.javascript_expansions[:defaults] directly. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:14)
+DEPRECATION WARNING: RAILS_ENV is deprecated. Please use ::Rails.env. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:16)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/paperclip/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: ActionController::Base.cookie_verifier_secret= is deprecated. Please configure it on your application with config.secret_token=. (called from at /Users/danbee/Sites/rails/photos/config/initializers/cookie_verification_secret.rb:7)
+
+
+Started GET "/admin/dashboard" for 127.0.0.1 at 2010-10-12 09:33:03 -0400
+ Processing by Admin::DashboardController#show as HTML
+ [1m[36mSQL (0.5ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mAdminUser Load (0.3ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/_sidebar.html.erb (0.3ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_applications.html.erb (40.1ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_resources.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.8ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (7.1ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.7ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/show.html.erb within layouts/admin/base (71.8ms)
+Completed 200 OK in 147ms (Views: 80.7ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/admin/dashboard" for 127.0.0.1 at 2010-10-12 09:33:36 -0400
+ Processing by Admin::DashboardController#show as HTML
+ [1m[36mAdminUser Load (0.2ms)[0m [1mSELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1[0m
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/_sidebar.html.erb (0.3ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_applications.html.erb (18.8ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_resources.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.7ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (7.0ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.7ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/show.html.erb within layouts/admin/base (48.5ms)
+Completed 200 OK in 107ms (Views: 57.1ms | ActiveRecord: 0.2ms)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: reset_javascript_include_default is deprecated. Please manipulate config.action_view.javascript_expansions[:defaults] directly. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:14)
+DEPRECATION WARNING: RAILS_ENV is deprecated. Please use ::Rails.env. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:16)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/paperclip/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: ActionController::Base.cookie_verifier_secret= is deprecated. Please configure it on your application with config.secret_token=. (called from at /Users/danbee/Sites/rails/photos/config/initializers/cookie_verification_secret.rb:7)
+
+
+Started GET "/admin/dashboard" for 127.0.0.1 at 2010-10-12 09:33:46 -0400
+ Processing by Admin::DashboardController#show as HTML
+ [1m[36mSQL (0.5ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mAdminUser Load (0.3ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/_sidebar.html.erb (0.3ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_applications.html.erb (23.1ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_resources.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (6.4ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.7ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/show.html.erb within layouts/admin/base (53.0ms)
+Completed 200 OK in 123ms (Views: 61.6ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/admin/dashboard" for 127.0.0.1 at 2010-10-12 09:34:30 -0400
+ Processing by Admin::DashboardController#show as HTML
+ [1m[36mAdminUser Load (0.2ms)[0m [1mSELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1[0m
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/_sidebar.html.erb (0.3ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_applications.html.erb (18.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_resources.html.erb (0.5ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (6.4ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/show.html.erb within layouts/admin/base (46.8ms)
+Completed 200 OK in 107ms (Views: 55.5ms | ActiveRecord: 0.2ms)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: reset_javascript_include_default is deprecated. Please manipulate config.action_view.javascript_expansions[:defaults] directly. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:14)
+DEPRECATION WARNING: RAILS_ENV is deprecated. Please use ::Rails.env. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:16)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/paperclip/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: ActionController::Base.cookie_verifier_secret= is deprecated. Please configure it on your application with config.secret_token=. (called from at /Users/danbee/Sites/rails/photos/config/initializers/cookie_verification_secret.rb:7)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: reset_javascript_include_default is deprecated. Please manipulate config.action_view.javascript_expansions[:defaults] directly. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:14)
+DEPRECATION WARNING: RAILS_ENV is deprecated. Please use ::Rails.env. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:16)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/paperclip/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: ActionController::Base.cookie_verifier_secret= is deprecated. Please configure it on your application with config.secret_token=. (called from at /Users/danbee/Sites/rails/photos/config/initializers/cookie_verification_secret.rb:7)
+
+
+Started GET "/admin/dashboard" for 127.0.0.1 at 2010-10-12 09:35:42 -0400
+ Processing by Admin::DashboardController#show as HTML
+ [1m[36mSQL (0.5ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mAdminUser Load (0.3ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/_sidebar.html.erb (0.4ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_applications.html.erb (23.9ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_resources.html.erb (0.5ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (6.5ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.9ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/show.html.erb within layouts/admin/base (54.1ms)
+Completed 200 OK in 126ms (Views: 62.7ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/admin/admin_users" for 127.0.0.1 at 2010-10-12 09:35:47 -0400
+ Processing by Admin::AdminUsersController#index as HTML
+ [1m[36mAdminUser Load (0.2ms)[0m [1mSELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) AS count_id FROM "admin_users"
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/sidebar/_sidebar.html.erb (1.1ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/_index.html.erb (0.2ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/filters/_filters.html.erb (1.0ms)
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) AS count_id FROM "admin_users"[0m
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/filters/_filters.html.erb (0.9ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/search/_search.html.erb (0.8ms)
+ [1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) AS count_id FROM "admin_users"
+ [1m[36mAdminUser Load (0.2ms)[0m [1mSELECT "admin_users".* FROM "admin_users" LIMIT 15 OFFSET 0[0m
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/table/_table.html.erb (2.4ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (23.7ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.7ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/index.html.erb within layouts/admin/base (83.8ms)
+Completed 200 OK in 160ms (Views: 94.9ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/admin/dashboard" for 127.0.0.1 at 2010-10-12 09:35:49 -0400
+ Processing by Admin::DashboardController#show as HTML
+ [1m[35mAdminUser Load (0.3ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/_sidebar.html.erb (0.3ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_applications.html.erb (19.4ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_resources.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (6.5ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.7ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/show.html.erb within layouts/admin/base (80.6ms)
+Completed 200 OK in 112ms (Views: 89.4ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/admin/admin_users" for 127.0.0.1 at 2010-10-12 09:36:36 -0400
+ Processing by Admin::AdminUsersController#index as HTML
+ [1m[36mAdminUser Load (0.2ms)[0m [1mSELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) AS count_id FROM "admin_users"
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/sidebar/_sidebar.html.erb (1.1ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/_index.html.erb (0.2ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/filters/_filters.html.erb (1.0ms)
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) AS count_id FROM "admin_users"[0m
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/filters/_filters.html.erb (1.0ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/search/_search.html.erb (1.0ms)
+ [1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) AS count_id FROM "admin_users"
+ [1m[36mAdminUser Load (0.2ms)[0m [1mSELECT "admin_users".* FROM "admin_users" LIMIT 15 OFFSET 0[0m
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/table/_table.html.erb (2.0ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (57.7ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.7ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/index.html.erb within layouts/admin/base (101.7ms)
+Completed 200 OK in 171ms (Views: 112.2ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/admin/dashboard" for 127.0.0.1 at 2010-10-12 09:36:37 -0400
+ Processing by Admin::DashboardController#show as HTML
+ [1m[35mAdminUser Load (0.1ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/_sidebar.html.erb (0.3ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_applications.html.erb (52.1ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_resources.html.erb (0.5ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (6.0ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/show.html.erb within layouts/admin/base (79.6ms)
+Completed 200 OK in 109ms (Views: 88.1ms | ActiveRecord: 0.1ms)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: reset_javascript_include_default is deprecated. Please manipulate config.action_view.javascript_expansions[:defaults] directly. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:14)
+DEPRECATION WARNING: RAILS_ENV is deprecated. Please use ::Rails.env. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:16)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/paperclip/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: ActionController::Base.cookie_verifier_secret= is deprecated. Please configure it on your application with config.secret_token=. (called from at /Users/danbee/Sites/rails/photos/config/initializers/cookie_verification_secret.rb:7)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: reset_javascript_include_default is deprecated. Please manipulate config.action_view.javascript_expansions[:defaults] directly. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:14)
+DEPRECATION WARNING: RAILS_ENV is deprecated. Please use ::Rails.env. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:16)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/paperclip/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: ActionController::Base.cookie_verifier_secret= is deprecated. Please configure it on your application with config.secret_token=. (called from at /Users/danbee/Sites/rails/photos/config/initializers/cookie_verification_secret.rb:7)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 09:38:05 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mSQL (0.2ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mPhoto Load (0.4ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (44.4ms)
+Completed 200 OK in 63ms (Views: 46.6ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/admin" for 127.0.0.1 at 2010-10-12 09:38:08 -0400
+
+
+Started GET "/admin/dashboard" for 127.0.0.1 at 2010-10-12 09:38:08 -0400
+ Processing by Admin::DashboardController#show as HTML
+ [1m[36mAdminUser Load (0.2ms)[0m [1mSELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1[0m
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/_sidebar.html.erb (0.3ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_applications.html.erb (20.5ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_resources.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (6.5ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.7ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/show.html.erb within layouts/admin/base (50.8ms)
+Completed 200 OK in 125ms (Views: 59.7ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/dashboard" for 127.0.0.1 at 2010-10-12 09:38:24 -0400
+ Processing by Admin::DashboardController#show as HTML
+ [1m[35mAdminUser Load (0.1ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/_sidebar.html.erb (0.4ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_applications.html.erb (24.4ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_resources.html.erb (0.5ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (1.9ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.7ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/show.html.erb within layouts/admin/base (49.8ms)
+Completed 200 OK in 115ms (Views: 61.6ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/pages" for 127.0.0.1 at 2010-10-12 09:38:25 -0400
+ Processing by Admin::PagesController#index as HTML
+ [1m[36mAdminUser Load (0.1ms)[0m [1mSELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) AS count_id FROM "pages"
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/sidebar/_sidebar.html.erb (2.0ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/_index.html.erb (0.3ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/search/_search.html.erb (0.9ms)
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) AS count_id FROM "pages"[0m
+ [1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) AS count_id FROM "pages"
+ [1m[36mPage Load (0.2ms)[0m [1mSELECT "pages".* FROM "pages" LIMIT 15 OFFSET 0[0m
+ [1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) AS count_id FROM "pages"
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.9ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (2.1ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/index.html.erb within layouts/admin/base (88.4ms)
+Completed 200 OK in 169ms (Views: 99.2ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/admin/pages/new" for 127.0.0.1 at 2010-10-12 09:38:27 -0400
+ Processing by Admin::PagesController#new as HTML
+ [1m[36mAdminUser Load (0.2ms)[0m [1mSELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1[0m
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/sidebar/_sidebar.html.erb (33.7ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/_new.html.erb (0.3ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/templates/_string.html.erb (1.0ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/templates/_string.html.erb (0.8ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/templates/_text.html.erb (1.2ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/_form.html.erb (16.9ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.8ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (2.2ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/new.html.erb within layouts/admin/base (97.5ms)
+Completed 200 OK in 150ms (Views: 120.8ms | ActiveRecord: 0.2ms)
+
+
+Started POST "/admin/pages/create" for 127.0.0.1 at 2010-10-12 09:39:37 -0400
+ Processing by Admin::PagesController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "page"=>{"name"=>"about", "title"=>"About", "content"=>"I'm a photographer in Plymouth, UK. I love taking pictures of almost anything, particularly landscapes and anything that creates a strong graphic image.\r\n\r\nI always appreciate constructive criticism of my work, so please have a look around and feel free to [drop me a line](/contacts/new)."}, "commit"=>"Create Page"}
+ [1m[35mAdminUser Load (0.3ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pages" ("content", "created_at", "name", "title", "updated_at") VALUES ('I''m a photographer in Plymouth, UK. I love taking pictures of almost anything, particularly landscapes and anything that creates a strong graphic image.
+
+I always appreciate constructive criticism of my work, so please have a look around and feel free to [drop me a line](/contacts/new).', '2010-10-12 13:39:37.834305', 'about', 'About', '2010-10-12 13:39:37.834305')[0m
+Redirected to http://localhost:3000/admin/pages/edit/1
+Completed 302 Found in 80ms
+
+
+Started GET "/admin/pages/edit/1" for 127.0.0.1 at 2010-10-12 09:39:37 -0400
+ Processing by Admin::PagesController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mAdminUser Load (0.2ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1
+ [1m[36mPage Load (0.2ms)[0m [1mSELECT "pages".* FROM "pages" WHERE ("pages"."id" = 1) LIMIT 1[0m
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/sidebar/_sidebar.html.erb (1.7ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_flash_message.html.erb (0.5ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/_edit.html.erb (0.2ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/templates/_string.html.erb (1.0ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/templates/_string.html.erb (0.9ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/templates/_text.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/_form.html.erb (11.5ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (2.0ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/edit.html.erb within layouts/admin/base (98.1ms)
+Completed 200 OK in 214ms (Views: 181.3ms | ActiveRecord: 1.0ms)
+
+
+Started GET "/admin/pages" for 127.0.0.1 at 2010-10-12 09:39:40 -0400
+ Processing by Admin::PagesController#index as HTML
+ [1m[35mAdminUser Load (0.2ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT COUNT(*) AS count_id FROM "pages"[0m
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/sidebar/_sidebar.html.erb (1.8ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/_index.html.erb (0.2ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/search/_search.html.erb (0.9ms)
+ [1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) AS count_id FROM "pages"
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/search/_search.html.erb (0.8ms)
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) AS count_id FROM "pages"[0m
+ [1m[35mPage Load (0.2ms)[0m SELECT "pages".* FROM "pages" LIMIT 15 OFFSET 0
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/table/_table.html.erb (5.5ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (2.0ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/index.html.erb within layouts/admin/base (111.8ms)
+Completed 200 OK in 161ms (Views: 124.9ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/admin/pages" for 127.0.0.1 at 2010-10-12 09:40:20 -0400
+ Processing by Admin::PagesController#index as HTML
+ [1m[36mAdminUser Load (0.1ms)[0m [1mSELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) AS count_id FROM "pages"
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/sidebar/_sidebar.html.erb (1.7ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/_index.html.erb (0.2ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/search/_search.html.erb (0.9ms)
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) AS count_id FROM "pages"[0m
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/search/_search.html.erb (0.8ms)
+ [1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) AS count_id FROM "pages"
+ [1m[36mPage Load (0.2ms)[0m [1mSELECT "pages".* FROM "pages" LIMIT 15 OFFSET 0[0m
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/table/_table.html.erb (4.8ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (1.9ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/index.html.erb within layouts/admin/base (60.3ms)
+Completed 200 OK in 135ms (Views: 70.4ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/admin/pages/edit/1" for 127.0.0.1 at 2010-10-12 09:40:23 -0400
+ Processing by Admin::PagesController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mAdminUser Load (0.2ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1
+ [1m[36mPage Load (0.2ms)[0m [1mSELECT "pages".* FROM "pages" WHERE ("pages"."id" = 1) LIMIT 1[0m
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/sidebar/_sidebar.html.erb (1.7ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/_edit.html.erb (0.3ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/templates/_string.html.erb (1.0ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/templates/_string.html.erb (1.1ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/templates/_text.html.erb (0.7ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/_form.html.erb (12.2ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (2.0ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.7ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/edit.html.erb within layouts/admin/base (96.7ms)
+Completed 200 OK in 177ms (Views: 107.1ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 09:44:52 -0400
+ Processing by PagesController#index as HTML
+ [1m[35mPhoto Load (0.4ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (14.5ms)
+Completed 200 OK in 47ms (Views: 34.3ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:44:53 -0400
+ Processing by PagesController#about as HTML
+Rendered pages/about.html.erb within layouts/photos (2.2ms)
+Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/dashboard" for 127.0.0.1 at 2010-10-12 09:45:00 -0400
+ Processing by Admin::DashboardController#show as HTML
+ [1m[36mAdminUser Load (0.1ms)[0m [1mSELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1[0m
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/_sidebar.html.erb (0.3ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_applications.html.erb (67.3ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/show.html.erb within layouts/admin/base (73.2ms)
+Completed in 142ms
+
+ActionView::Template::Error (no such file to load -- rdiscount):
+ 11: <% @current_user.application(app).each do |model| %>
+ 12:
+ 13: <%
+ 14: klass = model.constantize
+ 15: klass_human_name = klass.model_name.human.gsub("/", " ").pluralize
+ 16: admin_items_path = { :controller => "admin/#{klass.to_resource}" }
+ 17: %>
+ app/models/page.rb:1:in `'
+
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.9ms)
+Rendered /usr/local/Cellar/ruby/1.9.2-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.5ms)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: reset_javascript_include_default is deprecated. Please manipulate config.action_view.javascript_expansions[:defaults] directly. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:14)
+DEPRECATION WARNING: RAILS_ENV is deprecated. Please use ::Rails.env. (called from block in at /Users/danbee/Sites/rails/photos/vendor/plugins/jrails/rails/init.rb:16)
+DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /Users/danbee/Sites/rails/photos/vendor/plugins/paperclip/rails/init.rb. (called from at /Users/danbee/Sites/rails/photos/config/environment.rb:5)
+DEPRECATION WARNING: ActionController::Base.cookie_verifier_secret= is deprecated. Please configure it on your application with config.secret_token=. (called from at /Users/danbee/Sites/rails/photos/config/initializers/cookie_verification_secret.rb:7)
+
+
+Started GET "/admin/dashboard" for 127.0.0.1 at 2010-10-12 09:45:25 -0400
+ Processing by Admin::DashboardController#show as HTML
+ [1m[36mSQL (0.5ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mAdminUser Load (0.3ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/_sidebar.html.erb (0.3ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_applications.html.erb (28.4ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/dashboard/_resources.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.7ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (2.1ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.7ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/dashboard/show.html.erb within layouts/admin/base (55.4ms)
+Completed 200 OK in 128ms (Views: 64.1ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/admin/pages" for 127.0.0.1 at 2010-10-12 09:45:27 -0400
+ Processing by Admin::PagesController#index as HTML
+ [1m[36mAdminUser Load (0.3ms)[0m [1mSELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) AS count_id FROM "pages"
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/sidebar/_sidebar.html.erb (2.0ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/_index.html.erb (0.4ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/search/_search.html.erb (1.4ms)
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) AS count_id FROM "pages"[0m
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/search/_search.html.erb (1.0ms)
+ [1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) AS count_id FROM "pages"
+ [1m[36mPage Load (0.2ms)[0m [1mSELECT "pages".* FROM "pages" LIMIT 15 OFFSET 0[0m
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/table/_table.html.erb (5.4ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (1.1ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (2.1ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (1.1ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/index.html.erb within layouts/admin/base (421.9ms)
+Completed 200 OK in 724ms (Views: 466.7ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/admin/pages/edit/1" for 127.0.0.1 at 2010-10-12 09:45:32 -0400
+ Processing by Admin::PagesController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mAdminUser Load (0.2ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1
+ [1m[36mPage Load (0.2ms)[0m [1mSELECT "pages".* FROM "pages" WHERE ("pages"."id" = 1) LIMIT 1[0m
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/sidebar/_sidebar.html.erb (1.7ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/_edit.html.erb (0.3ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/templates/_string.html.erb (0.9ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/templates/_string.html.erb (0.9ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/templates/_text.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/_form.html.erb (11.4ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (2.0ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/edit.html.erb within layouts/admin/base (91.0ms)
+Completed 200 OK in 169ms (Views: 101.4ms | ActiveRecord: 0.4ms)
+
+
+Started POST "/admin/pages/update/1" for 127.0.0.1 at 2010-10-12 09:46:27 -0400
+ Processing by Admin::PagesController#update as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qXI/EVGrai3ZKvzFWeagi05czgp8I0TF8vdeWdEkaMs=", "page"=>{"name"=>"about", "title"=>"About", "content"=>"I'm a photographer in Plymouth, UK. I love taking pictures of almost anything, particularly landscapes and anything that creates a strong graphic image.\r\n\r\nMuch of the beauty of photography comes after the shutter has been pressed, and I've got no problem with manipulating my images to either get closer to what my eye saw at that moment, or to create something quite different.\r\n\r\nI always appreciate constructive criticism of my work, so please have a look around and feel free to [drop me a line](/contacts/new)."}, "commit"=>"Save Page", "id"=>"1"}
+ [1m[35mAdminUser Load (0.2ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1
+ [1m[36mPage Load (0.2ms)[0m [1mSELECT "pages".* FROM "pages" WHERE ("pages"."id" = 1) LIMIT 1[0m
+ [1m[35mSQL (0.4ms)[0m UPDATE "pages" SET "content" = 'I''m a photographer in Plymouth, UK. I love taking pictures of almost anything, particularly landscapes and anything that creates a strong graphic image.
+
+Much of the beauty of photography comes after the shutter has been pressed, and I''ve got no problem with manipulating my images to either get closer to what my eye saw at that moment, or to create something quite different.
+
+I always appreciate constructive criticism of my work, so please have a look around and feel free to [drop me a line](/contacts/new).', "updated_at" = '2010-10-12 13:46:27.644636' WHERE ("pages"."id" = 1)
+Redirected to http://localhost:3000/admin/pages/edit/1
+Completed 302 Found in 80ms
+
+
+Started GET "/admin/pages/edit/1" for 127.0.0.1 at 2010-10-12 09:46:27 -0400
+ Processing by Admin::PagesController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAdminUser Load (0.2ms)[0m [1mSELECT "admin_users".* FROM "admin_users" WHERE ("admin_users"."id" = 1) LIMIT 1[0m
+ [1m[35mPage Load (0.2ms)[0m SELECT "pages".* FROM "pages" WHERE ("pages"."id" = 1) LIMIT 1
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/sidebar/_sidebar.html.erb (1.9ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_flash_message.html.erb (0.3ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/_edit.html.erb (0.2ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/templates/_string.html.erb (1.0ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/templates/_string.html.erb (0.9ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/templates/_text.html.erb (0.5ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/_form.html.erb (11.4ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_header.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_apps.html.erb (2.2ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/helpers/_login_info.html.erb (0.6ms)
+Rendered /usr/local/lib/ruby/gems/1.9.1/bundler/gems/typus-e0ce90d39989/app/views/admin/resources/edit.html.erb within layouts/admin/base (98.3ms)
+Completed 200 OK in 183ms (Views: 109.4ms | ActiveRecord: 1.1ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:46:59 -0400
+ Processing by PagesController#about as HTML
+ [1m[36mPage Load (0.2ms)[0m [1mSELECT "pages".* FROM "pages" WHERE ("pages"."name" = 'about') LIMIT 1[0m
+Rendered pages/about.html.erb within layouts/photos (2.3ms)
+Completed 200 OK in 47ms (Views: 4.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:47:18 -0400
+ Processing by PagesController#about as HTML
+ [1m[35mPage Load (0.2ms)[0m SELECT "pages".* FROM "pages" WHERE ("pages"."name" = 'about') LIMIT 1
+Rendered pages/about.html.erb within layouts/photos (5.7ms)
+Completed 200 OK in 20ms (Views: 7.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:47:32 -0400
+ Processing by PagesController#about as HTML
+ [1m[36mPage Load (0.2ms)[0m [1mSELECT "pages".* FROM "pages" WHERE ("pages"."name" = 'about') LIMIT 1[0m
+Rendered pages/about.html.erb within layouts/photos (6.2ms)
+Completed 200 OK in 54ms (Views: 8.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:47:41 -0400
+ Processing by PagesController#about as HTML
+ [1m[35mPage Load (0.2ms)[0m SELECT "pages".* FROM "pages" WHERE ("pages"."name" = 'about') LIMIT 1
+Rendered pages/about.html.erb within layouts/photos (5.8ms)
+Completed 200 OK in 21ms (Views: 8.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:47:42 -0400
+ Processing by PagesController#about as HTML
+ [1m[36mPage Load (0.2ms)[0m [1mSELECT "pages".* FROM "pages" WHERE ("pages"."name" = 'about') LIMIT 1[0m
+Rendered pages/about.html.erb within layouts/photos (5.2ms)
+Completed 200 OK in 20ms (Views: 7.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 09:47:53 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (6.3ms)
+Completed 200 OK in 67ms (Views: 30.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 09:47:57 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.9ms)
+Completed 200 OK in 16ms (Views: 9.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 09:47:57 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.8ms)
+Completed 200 OK in 13ms (Views: 7.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 09:48:19 -0400
+ Processing by PagesController#index as HTML
+ [1m[35mPhoto Load (0.4ms)[0m SELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1
+Rendered pages/index.html.erb within layouts/photos (15.3ms)
+Completed 200 OK in 29ms (Views: 17.2ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:48:21 -0400
+ Processing by PagesController#about as HTML
+ [1m[36mPage Load (0.2ms)[0m [1mSELECT "pages".* FROM "pages" WHERE ("pages"."name" = 'about') LIMIT 1[0m
+Rendered pages/about.html.erb within layouts/photos (5.4ms)
+Completed 200 OK in 20ms (Views: 7.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 09:48:22 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.9ms)
+Completed 200 OK in 12ms (Views: 6.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:48:23 -0400
+ Processing by PagesController#about as HTML
+ [1m[35mPage Load (0.1ms)[0m SELECT "pages".* FROM "pages" WHERE ("pages"."name" = 'about') LIMIT 1
+Rendered pages/about.html.erb within layouts/photos (6.0ms)
+Completed 200 OK in 21ms (Views: 8.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for 127.0.0.1 at 2010-10-12 09:48:24 -0400
+ Processing by PagesController#index as HTML
+ [1m[36mPhoto Load (0.3ms)[0m [1mSELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 1[0m
+Rendered pages/index.html.erb within layouts/photos (47.7ms)
+Completed 200 OK in 61ms (Views: 49.6ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:48:30 -0400
+ Processing by PagesController#about as HTML
+ [1m[35mPage Load (0.2ms)[0m SELECT "pages".* FROM "pages" WHERE ("pages"."name" = 'about') LIMIT 1
+Rendered pages/about.html.erb within layouts/photos (5.2ms)
+Completed 200 OK in 21ms (Views: 7.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:51:25 -0400
+ Processing by PagesController#about as HTML
+ [1m[36mPage Load (0.2ms)[0m [1mSELECT "pages".* FROM "pages" WHERE ("pages"."name" = 'about') LIMIT 1[0m
+Rendered pages/about.html.erb within layouts/photos (5.4ms)
+Completed 200 OK in 20ms (Views: 7.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 09:53:29 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (38.7ms)
+Completed 200 OK in 59ms (Views: 53.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:53:31 -0400
+ Processing by PagesController#about as HTML
+ [1m[35mPage Load (0.2ms)[0m SELECT "pages".* FROM "pages" WHERE ("pages"."name" = 'about') LIMIT 1
+Rendered pages/about.html.erb within layouts/photos (5.5ms)
+Completed 200 OK in 21ms (Views: 7.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 09:53:32 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.8ms)
+Completed 200 OK in 46ms (Views: 40.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:53:33 -0400
+ Processing by PagesController#about as HTML
+ [1m[36mPage Load (0.2ms)[0m [1mSELECT "pages".* FROM "pages" WHERE ("pages"."name" = 'about') LIMIT 1[0m
+Rendered pages/about.html.erb within layouts/photos (5.3ms)
+Completed 200 OK in 20ms (Views: 7.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 09:53:35 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.9ms)
+Completed 200 OK in 45ms (Views: 7.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:53:37 -0400
+ Processing by PagesController#about as HTML
+ [1m[35mPage Load (0.2ms)[0m SELECT "pages".* FROM "pages" WHERE ("pages"."name" = 'about') LIMIT 1
+Rendered pages/about.html.erb within layouts/photos (5.2ms)
+Completed 200 OK in 20ms (Views: 7.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:53:56 -0400
+ Processing by PagesController#about as HTML
+ [1m[36mPage Load (0.2ms)[0m [1mSELECT "pages".* FROM "pages" WHERE ("pages"."name" = 'about') LIMIT 1[0m
+Rendered pages/about.html.erb within layouts/photos (7.5ms)
+Completed 200 OK in 55ms (Views: 9.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:54:36 -0400
+ Processing by PagesController#about as HTML
+ [1m[35mPage Load (0.2ms)[0m SELECT "pages".* FROM "pages" WHERE ("pages"."name" = 'about') LIMIT 1
+Rendered pages/about.html.erb within layouts/photos (38.1ms)
+Completed 200 OK in 52ms (Views: 40.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:54:58 -0400
+ Processing by PagesController#about as HTML
+ [1m[36mPage Load (0.2ms)[0m [1mSELECT "pages".* FROM "pages" WHERE ("pages"."name" = 'about') LIMIT 1[0m
+Rendered pages/about.html.erb within layouts/photos (5.4ms)
+Completed 200 OK in 20ms (Views: 7.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:55:05 -0400
+ Processing by PagesController#about as HTML
+ [1m[35mPage Load (0.2ms)[0m SELECT "pages".* FROM "pages" WHERE ("pages"."name" = 'about') LIMIT 1
+Rendered pages/about.html.erb within layouts/photos (6.8ms)
+Completed 200 OK in 21ms (Views: 8.7ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 09:55:09 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.7ms)
+Completed 200 OK in 12ms (Views: 6.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:55:11 -0400
+ Processing by PagesController#about as HTML
+ [1m[36mPage Load (0.2ms)[0m [1mSELECT "pages".* FROM "pages" WHERE ("pages"."name" = 'about') LIMIT 1[0m
+Rendered pages/about.html.erb within layouts/photos (6.7ms)
+Completed 200 OK in 22ms (Views: 8.7ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:55:29 -0400
+ Processing by PagesController#about as HTML
+ [1m[35mPage Load (0.1ms)[0m SELECT "pages".* FROM "pages" WHERE ("pages"."name" = 'about') LIMIT 1
+Rendered pages/about.html.erb within layouts/photos (38.0ms)
+Completed 200 OK in 52ms (Views: 40.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:55:38 -0400
+ Processing by PagesController#about as HTML
+ [1m[36mPage Load (0.2ms)[0m [1mSELECT "pages".* FROM "pages" WHERE ("pages"."name" = 'about') LIMIT 1[0m
+Rendered pages/about.html.erb within layouts/photos (5.2ms)
+Completed 200 OK in 19ms (Views: 7.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:55:43 -0400
+ Processing by PagesController#about as HTML
+ [1m[35mPage Load (0.1ms)[0m SELECT "pages".* FROM "pages" WHERE ("pages"."name" = 'about') LIMIT 1
+Rendered pages/about.html.erb within layouts/photos (5.2ms)
+Completed 200 OK in 19ms (Views: 7.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:55:49 -0400
+ Processing by PagesController#about as HTML
+ [1m[36mPage Load (0.2ms)[0m [1mSELECT "pages".* FROM "pages" WHERE ("pages"."name" = 'about') LIMIT 1[0m
+Rendered pages/about.html.erb within layouts/photos (5.7ms)
+Completed 200 OK in 53ms (Views: 40.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/about" for 127.0.0.1 at 2010-10-12 09:56:08 -0400
+ Processing by PagesController#about as HTML
+ [1m[35mPage Load (0.2ms)[0m SELECT "pages".* FROM "pages" WHERE ("pages"."name" = 'about') LIMIT 1
+Rendered pages/about.html.erb within layouts/photos (5.6ms)
+Completed 200 OK in 20ms (Views: 7.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/contacts/new" for 127.0.0.1 at 2010-10-12 09:56:24 -0400
+ Processing by ContactsController#new as HTML
+Rendered contacts/new.html.erb within layouts/photos (4.8ms)
+Completed 200 OK in 12ms (Views: 6.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/categories" for 127.0.0.1 at 2010-10-12 09:56:33 -0400
+ Processing by CategoriesController#index as HTML
+ [1m[36mCategory Load (0.9ms)[0m [1mSELECT "categories".* FROM "categories" LIMIT 4 OFFSET 0[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) AS count_id FROM "categories"
+ [1m[36mPhoto Load (0.6ms)[0m [1mSELECT "photos".* FROM "photos" ORDER BY RANDOM() LIMIT 2[0m
+Rendered categories/index.html.erb within layouts/photos (24.0ms)
+Completed 200 OK in 131ms (Views: 38.2ms | ActiveRecord: 1.6ms)
diff --git a/public/.DS_Store b/public/.DS_Store
index b9aa4cc..f818118 100644
Binary files a/public/.DS_Store and b/public/.DS_Store differ
diff --git a/public/stylesheets/photos.css b/public/stylesheets/photos.css
index bc4989c..109cc69 100644
--- a/public/stylesheets/photos.css
+++ b/public/stylesheets/photos.css
@@ -8,6 +8,13 @@ body {
a {
text-decoration: none;
}
+p a {
+ display: inline !important;
+ color: #acf;
+}
+p a:hover {
+ color: #fff;
+}
#page {
position: absolute;
top: 40%;
@@ -37,7 +44,7 @@ a {
padding: 0;
margin: 0;
position: absolute;
- bottom: 15px;
+ bottom: 18px;
right: 20px;
}
#footer {
@@ -172,4 +179,84 @@ img {
}
.prev-link:hover, .next-link:hover {
background: rgba(255,255,255,0.2);
+}
+.about-content {
+ background: #444;
+ color: #ccc;
+}
+.about-content div {
+ padding: 15px 20px;
+}
+.about-content div p {
+ margin-bottom: 0.6em;
+ line-height: 1.4em;
+}
+/* FORM */
+.contact-form {
+ background: #ddd;
+}
+.field_with_errors {
+ display: inline;
+}
+form {
+ padding: 10px 20px;
+}
+form p {
+ margin: 10px 0;
+}
+form p {
+ color: #555;
+}
+form label {
+ color: #666;
+ display: block;
+ width: 100px;
+ float: left;
+}
+form textarea {
+ height: 150px;
+ width: 315px;
+}
+form textarea, form input[type='text'] {
+ font-family:"Helvetica Neue","Arial","Helvatica",sans-serif;
+ font-size:14px;
+ padding: 3px;
+ color: #333;
+ border: 2px solid #999;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ border-radius: 3px;
+}
+#alert {
+ background: #fffeef;
+ color: #664400;
+ border-width: 2px 0;
+ border-style: solid;
+ border-color: #996600;
+ padding: 0 10px 2px;
+ margin-top: 15px;
+}
+#notice {
+ background: #efffef;
+ color: #446600;
+ border-width: 2px 0;
+ border-style: solid;
+ border-color: #669900;
+ padding: 0 10px 2px;
+ margin-top: 15px;
+}
+.field_with_errors input, .field_with_errors textarea {
+ background: #ffefef;
+ border-color: #cc3333 !important;
+}
+form input[type='submit'] {
+ background: #666;
+ font-family:"Helvetica Neue","Arial","Helvatica",sans-serif;
+ font-size:14px;
+ padding: 3px;
+ color: white;
+ border: 2px solid #333;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ border-radius: 3px;
}
\ No newline at end of file
diff --git a/public/stylesheets/squaregrid.css b/public/stylesheets/squaregrid.css
index bb423ca..dd07559 100644
--- a/public/stylesheets/squaregrid.css
+++ b/public/stylesheets/squaregrid.css
@@ -14,7 +14,7 @@ table {border-collapse:collapse; border-spacing:0;} /* tables still need 'cellsp
body {background-color:#f4f4f4; font-size:62.5%; line-height:28px; /* for RTL add: 'direction: rtl;' */ }
/* your main wrapping div */
-#wrapper{ margin: 0 auto; position:relative; overflow: hidden; width: 994px;background:#fff url(../images/sg_grid_sub.png) center top repeat; }
+#wrapper{ margin: 0 auto; position:relative; overflow: hidden; width: 994px;background:#fff; }
#container{width:1008px; /* essential */ margin-left:-7px;}
/* global styling to apply to all columns */
diff --git a/test/fixtures/contacts.yml b/test/fixtures/contacts.yml
new file mode 100644
index 0000000..2893341
--- /dev/null
+++ b/test/fixtures/contacts.yml
@@ -0,0 +1,11 @@
+# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
+
+# This model initially had no columns defined. If you add columns to the
+# model remove the '{}' from the fixture names and add the columns immediately
+# below each fixture, per the syntax in the comments below
+#
+one: {}
+# column: value
+#
+two: {}
+# column: value
diff --git a/test/fixtures/pages.yml b/test/fixtures/pages.yml
new file mode 100644
index 0000000..2893341
--- /dev/null
+++ b/test/fixtures/pages.yml
@@ -0,0 +1,11 @@
+# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
+
+# This model initially had no columns defined. If you add columns to the
+# model remove the '{}' from the fixture names and add the columns immediately
+# below each fixture, per the syntax in the comments below
+#
+one: {}
+# column: value
+#
+two: {}
+# column: value
diff --git a/test/functional/admin/admin_users_controller_test.rb b/test/functional/admin/admin_users_controller_test.rb
new file mode 100644
index 0000000..3eca844
--- /dev/null
+++ b/test/functional/admin/admin_users_controller_test.rb
@@ -0,0 +1,10 @@
+require 'test_helper'
+
+class Admin::AdminUsersControllerTest < ActionController::TestCase
+
+ # Replace this with your real tests.
+ test "the truth" do
+ assert true
+ end
+
+end
diff --git a/test/functional/admin/pages_controller_test.rb b/test/functional/admin/pages_controller_test.rb
new file mode 100644
index 0000000..f4f6598
--- /dev/null
+++ b/test/functional/admin/pages_controller_test.rb
@@ -0,0 +1,10 @@
+require 'test_helper'
+
+class Admin::PagesControllerTest < ActionController::TestCase
+
+ # Replace this with your real tests.
+ test "the truth" do
+ assert true
+ end
+
+end
diff --git a/test/functional/contacts_controller_test.rb b/test/functional/contacts_controller_test.rb
new file mode 100644
index 0000000..2422ab7
--- /dev/null
+++ b/test/functional/contacts_controller_test.rb
@@ -0,0 +1,8 @@
+require 'test_helper'
+
+class ContactsControllerTest < ActionController::TestCase
+ # Replace this with your real tests.
+ test "the truth" do
+ assert true
+ end
+end
diff --git a/test/functional/notifier_test.rb b/test/functional/notifier_test.rb
new file mode 100644
index 0000000..368b7aa
--- /dev/null
+++ b/test/functional/notifier_test.rb
@@ -0,0 +1,8 @@
+require 'test_helper'
+
+class NotifierTest < ActionMailer::TestCase
+ # replace this with your real tests
+ test "the truth" do
+ assert true
+ end
+end
diff --git a/test/unit/contact_test.rb b/test/unit/contact_test.rb
new file mode 100644
index 0000000..ee7d2ca
--- /dev/null
+++ b/test/unit/contact_test.rb
@@ -0,0 +1,8 @@
+require 'test_helper'
+
+class ContactTest < ActiveSupport::TestCase
+ # Replace this with your real tests.
+ test "the truth" do
+ assert true
+ end
+end
diff --git a/test/unit/helpers/contacts_helper_test.rb b/test/unit/helpers/contacts_helper_test.rb
new file mode 100644
index 0000000..c41d1ac
--- /dev/null
+++ b/test/unit/helpers/contacts_helper_test.rb
@@ -0,0 +1,4 @@
+require 'test_helper'
+
+class ContactsHelperTest < ActionView::TestCase
+end
diff --git a/test/unit/page_test.rb b/test/unit/page_test.rb
new file mode 100644
index 0000000..b12dd9a
--- /dev/null
+++ b/test/unit/page_test.rb
@@ -0,0 +1,8 @@
+require 'test_helper'
+
+class PageTest < ActiveSupport::TestCase
+ # Replace this with your real tests.
+ test "the truth" do
+ assert true
+ end
+end