1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00
danbarberphoto/log/development.log

5931 lines
328 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

SQL (0.2ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) select sqlite_version(*)
SQL (3.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
SQL (0.0ms) PRAGMA index_list("schema_migrations")
SQL (3.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
SQL (0.1ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.2ms) SELECT version FROM schema_migrations
Migrating to CreateCategories (20101006095323)
SQL (0.4ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "created_at" datetime, "updated_at" datetime) 
SQL (0.1ms) INSERT INTO schema_migrations (version) VALUES ('20101006095323')
Migrating to CreatePhotos (20101006095457)
SQL (0.4ms) CREATE TABLE "photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "content_type" varchar(255), "filename" varchar(255), "thumbnail" varchar(255), "size" integer, "width" integer, "height" integer, "created_at" datetime, "updated_at" datetime) 
SQL (0.1ms) INSERT INTO schema_migrations (version) VALUES ('20101006095457')
SQL (0.3ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.2ms) SELECT version FROM schema_migrations
SQL (0.2ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.0ms) PRAGMA index_list("categories")
SQL (0.0ms) PRAGMA index_list("photos")
SQL (0.4ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.4ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) SELECT version FROM schema_migrations
SQL (35.1ms) DROP TABLE "categories"
SQL (13.4ms) DELETE FROM schema_migrations WHERE version = '20101006095323'
SQL (0.2ms) select sqlite_version(*)
SQL (0.2ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) SELECT version FROM schema_migrations
SQL (0.1ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.0ms) PRAGMA index_list("photos")
SQL (0.3ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) SELECT version FROM schema_migrations
SQL (1.4ms) DROP TABLE "photos"
SQL (1.0ms) DELETE FROM schema_migrations WHERE version = '20101006095457'
SQL (0.2ms) select sqlite_version(*)
SQL (0.2ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) SELECT version FROM schema_migrations
SQL (0.1ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.4ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) SELECT version FROM schema_migrations
Migrating to CreateCategories (20101006095323)
SQL (0.1ms) select sqlite_version(*)
SQL (61.2ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "created_at" datetime, "updated_at" datetime) 
SQL (0.2ms) INSERT INTO schema_migrations (version) VALUES ('20101006095323')
Migrating to CreatePhotos (20101006095457)
SQL (0.4ms) CREATE TABLE "photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "title" varchar(255), "description" text, "flickr_url" varchar(255), "content_type" varchar(255), "filename" varchar(255), "thumbnail" varchar(255), "size" integer, "width" integer, "height" integer, "created_at" datetime, "updated_at" datetime) 
SQL (0.1ms) INSERT INTO schema_migrations (version) VALUES ('20101006095457')
SQL (0.4ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) SELECT version FROM schema_migrations
SQL (0.2ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.0ms) PRAGMA index_list("categories")
SQL (0.0ms) PRAGMA index_list("photos")
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-06 15:27:36) [GET]
ActionController::RoutingError (No route matches "/photos" with {:method=>:get}):
<internal:prelude>:8:in `synchronize'
/usr/local/Cellar/ruby/1.9.1-p378/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
/usr/local/Cellar/ruby/1.9.1-p378/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
/usr/local/Cellar/ruby/1.9.1-p378/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-06 15:28:54) [GET]
ActionController::RoutingError (No route matches "/photos" with {:method=>:get}):
<internal:prelude>:8:in `synchronize'
/usr/local/Cellar/ruby/1.9.1-p378/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
/usr/local/Cellar/ruby/1.9.1-p378/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
/usr/local/Cellar/ruby/1.9.1-p378/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-06 15:28:56) [GET]
ActionController::RoutingError (No route matches "/photos" with {:method=>:get}):
<internal:prelude>:8:in `synchronize'
/usr/local/Cellar/ruby/1.9.1-p378/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
/usr/local/Cellar/ruby/1.9.1-p378/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
/usr/local/Cellar/ruby/1.9.1-p378/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
Rendering rescues/layout (not_found)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-06 15:29:04) [GET]
ActionController::UnknownAction (No action responded to index. Actions: ):
<internal:prelude>:8:in `synchronize'
/usr/local/Cellar/ruby/1.9.1-p378/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
/usr/local/Cellar/ruby/1.9.1-p378/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
/usr/local/Cellar/ruby/1.9.1-p378/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
Rendering rescues/layout (not_found)
Processing PhotosController#new (for 127.0.0.1 at 2010-10-06 15:29:12) [GET]
ActionController::UnknownAction (No action responded to new. Actions: ):
<internal:prelude>:8:in `synchronize'
/usr/local/Cellar/ruby/1.9.1-p378/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
/usr/local/Cellar/ruby/1.9.1-p378/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
/usr/local/Cellar/ruby/1.9.1-p378/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
Rendering rescues/layout (not_found)
Processing PhotosController#new (for 127.0.0.1 at 2010-10-06 15:35:33) [GET]
Rendering photos/new
Completed in 51ms (View: 50, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-06 15:35:51) [GET]
Rendering photos/new
Completed in 40ms (View: 39, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-06 15:37:01) [GET]
Rendering photos/new
Completed in 9ms (View: 8, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 04:08:18) [GET]
Rendering photos/new
Completed in 14ms (View: 13, DB: 0) | 200 OK [http://localhost/photos/new]
SQL (0.4ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.2ms) SELECT version FROM schema_migrations
SQL (117.3ms) DROP TABLE "photos"
SQL (5.3ms) DELETE FROM schema_migrations WHERE version = '20101006095457'
SQL (0.2ms) select sqlite_version(*)
SQL (0.2ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) SELECT version FROM schema_migrations
SQL (0.1ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.0ms) PRAGMA index_list("categories")
SQL (0.3ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.3ms) SELECT version FROM schema_migrations
Migrating to CreateCategories (20101006095323)
Migrating to CreatePhotos (20101006095457)
SQL (0.1ms) select sqlite_version(*)
SQL (0.7ms) CREATE TABLE "photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "flickr_url" varchar(255), "content_type" varchar(255), "filename" varchar(255), "thumbnail" varchar(255), "size" integer, "width" integer, "height" integer, "created_at" datetime, "updated_at" datetime) 
SQL (0.1ms) INSERT INTO schema_migrations (version) VALUES ('20101006095457')
SQL (0.3ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) SELECT version FROM schema_migrations
SQL (0.1ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.0ms) PRAGMA index_list("categories")
SQL (0.0ms) PRAGMA index_list("photos")
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 08:14:49) [GET]
Rendering photos/new
Completed in 90ms (View: 88, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 08:14:49) [GET]
Rendering photos/new
Completed in 4ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 10:16:53) [POST]
Parameters: {"authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw=", "photo"=>{"uploaded_data"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart57096-0>}, "commit"=>"Upload"}
SyntaxError (/usr/local/Cellar/ruby/1.9.1-p378/lib/ruby/gems/1.9.1/gems/gd2-1.1.1/lib/gd2.rb:46: syntax error, unexpected ':', expecting keyword_then or ',' or ';' or '\n'
when ?D: 8
^
/usr/local/Cellar/ruby/1.9.1-p378/lib/ruby/gems/1.9.1/gems/gd2-1.1.1/lib/gd2.rb:180: syntax error, unexpected keyword_end, expecting $end):
app/models/photo.rb:8:in `<class:Photo>'
app/models/photo.rb:1:in `<top (required)>'
app/controllers/photos_controller.rb:3:in `new'
<internal:prelude>:8:in `synchronize'
/usr/local/Cellar/ruby/1.9.1-p378/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
/usr/local/Cellar/ruby/1.9.1-p378/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
/usr/local/Cellar/ruby/1.9.1-p378/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
Rendered rescues/_trace (113.8ms)
Rendered rescues/_request_and_response (1.2ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 10:17:42) [POST]
Parameters: {"photo"=>{"uploaded_data"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart57116-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
Rendering photos/new
Completed in 2700ms (View: 133, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 10:21:41) [POST]
Parameters: {"photo"=>{"uploaded_data"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart57116-1>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
Rendering photos/new
Completed in 176ms (View: 32, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 10:24:58) [POST]
Parameters: {"photo"=>{"uploaded_data"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart57116-1>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
Rendering photos/new
Completed in 50ms (View: 43, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 10:25:19) [POST]
Parameters: {"photo"=>{"uploaded_data"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart58018-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
Rendering photos/new
Completed in 131ms (View: 6, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 10:26:30) [POST]
Parameters: {"photo"=>{"uploaded_data"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart58018-1>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
Rendering photos/new
Completed in 10ms (View: 4, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 10:31:32) [POST]
Parameters: {"photo"=>{"uploaded_data"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart58175-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
Rendering photos/new
Completed in 119ms (View: 6, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 10:31:43) [POST]
Parameters: {"photo"=>{"uploaded_data"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart58175-1>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
Rendering photos/new
Completed in 10ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 10:34:14) [GET]
Rendering photos/new
Completed in 13ms (View: 8, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-07 10:34:24) [POST]
Parameters: {"photo"=>{"uploaded_data"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart58175-1>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
Photo Create (65.2ms) INSERT INTO "photos" ("size", "created_at", "content_type", "flickr_url", "thumbnail", "updated_at", "category_id", "filename", "height", "width") VALUES(271536, '2010-10-07 14:34:24', 'image/jpeg', NULL, NULL, '2010-10-07 14:34:24', NULL, 'Buttercup.jpg', 649, 1024)
Redirected to http://localhost:3000/photos/1
Completed in 857ms (DB: 65) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 10:34:25) [GET]
Parameters: {"id"=>"1"}
ActionController::UnknownAction (No action responded to show. Actions: create and new):
Rendering rescues/layout (not_found)
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 10:48:12) [GET]
Rendering photos/new
Completed in 117ms (View: 30, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-07 10:48:23) [POST]
Parameters: {"photo"=>{"uploaded_data"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart58567-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
Photo Create (46.1ms) INSERT INTO "photos" ("size", "created_at", "content_type", "flickr_url", "thumbnail", "updated_at", "category_id", "filename", "height", "width") VALUES(616171, '2010-10-07 14:48:24', 'image/jpeg', NULL, NULL, '2010-10-07 14:48:24', NULL, 'Bell_Tower.jpg', 736, 1024)
Redirected to http://localhost:3000/photos/2
Completed in 816ms (DB: 46) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 10:48:24) [GET]
Parameters: {"id"=>"2"}
ActionController::UnknownAction (No action responded to show. Actions: create and new):
Rendering rescues/layout (not_found)
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 10:51:36) [GET]
Parameters: {"id"=>"1"}
ActionController::UnknownAction (No action responded to show. Actions: create and new):
Rendering rescues/layout (not_found)
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 10:52:48) [GET]
Parameters: {"id"=>"1"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 1) 
ActionView::MissingTemplate (Missing template photos/show.erb in view path app/views):
Rendering rescues/layout (internal_server_error)
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 10:53:50) [GET]
Parameters: {"id"=>"1"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 1) 
Rendering photos/show
Completed in 12ms (View: 5, DB: 0) | 200 OK [http://localhost/photos/1]
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-07 10:53:50) [GET]
ActionController::RoutingError (No route matches "/photos/0000/0001/Buttercup_thumb.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 10:54:28) [GET]
Parameters: {"id"=>"2"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 2) 
Rendering photos/show
Completed in 12ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/2]
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-07 10:54:28) [GET]
ActionController::RoutingError (No route matches "/photos/0000/0002/Bell_Tower_thumb.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
SQL (0.4ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) SELECT version FROM schema_migrations
SQL (24.2ms) DROP TABLE "categories"
SQL (1.0ms) DELETE FROM schema_migrations WHERE version = '20101006095323'
SQL (0.1ms) select sqlite_version(*)
SQL (0.1ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) SELECT version FROM schema_migrations
SQL (0.1ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.0ms) PRAGMA index_list("photos")
SQL (0.3ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) SELECT version FROM schema_migrations
SQL (1.6ms) DROP TABLE "photos"
SQL (1.0ms) DELETE FROM schema_migrations WHERE version = '20101006095457'
SQL (0.1ms) select sqlite_version(*)
SQL (0.1ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) SELECT version FROM schema_migrations
SQL (0.1ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.3ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) SELECT version FROM schema_migrations
Migrating to CreateCategories (20101006095323)
SQL (0.1ms) select sqlite_version(*)
SQL (0.4ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "created_at" datetime, "updated_at" datetime) 
SQL (0.1ms) INSERT INTO schema_migrations (version) VALUES ('20101006095323')
Migrating to CreatePhotos (20101006095457)
SQL (0.5ms) CREATE TABLE "photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "flickr_url" varchar(255), "parent_id" integer, "content_type" varchar(255), "filename" varchar(255), "thumbnail" varchar(255), "size" integer, "width" integer, "height" integer, "created_at" datetime, "updated_at" datetime) 
SQL (0.1ms) INSERT INTO schema_migrations (version) VALUES ('20101006095457')
SQL (0.3ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) SELECT version FROM schema_migrations
SQL (0.1ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.0ms) PRAGMA index_list("categories")
SQL (0.0ms) PRAGMA index_list("photos")
SQL (0.5ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) SELECT version FROM schema_migrations
Migrating to CreateCategories (20101006095323)
Migrating to CreatePhotos (20101006095457)
SQL (0.1ms) select sqlite_version(*)
SQL (0.2ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) SELECT version FROM schema_migrations
SQL (0.1ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.0ms) PRAGMA index_list("categories")
SQL (0.0ms) PRAGMA index_list("photos")
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 11:09:26) [GET]
Parameters: {"id"=>"1"}
Photo Load (0.1ms) SELECT * FROM "photos" WHERE ("photos"."id" = 1) 
ActiveRecord::RecordNotFound (Couldn't find Photo with ID=1):
app/controllers/photos_controller.rb:17:in `show'
Rendered rescues/_trace (69.1ms)
Rendered rescues/_request_and_response (1.0ms)
Rendering rescues/layout (not_found)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 11:09:29) [GET]
ActionController::UnknownAction (No action responded to index. Actions: create, new, and show):
Rendering rescues/layout (not_found)
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 11:09:36) [GET]
Rendering photos/new
Completed in 16ms (View: 7, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-07 11:09:45) [POST]
Parameters: {"photo"=>{"uploaded_data"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart59048-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
Photo Create (0.5ms) INSERT INTO "photos" ("size", "created_at", "content_type", "flickr_url", "thumbnail", "updated_at", "category_id", "parent_id", "filename", "height", "width") VALUES(271536, '2010-10-07 15:09:45', 'image/jpeg', NULL, NULL, '2010-10-07 15:09:45', NULL, NULL, 'Buttercup.jpg', 649, 1024)
Photo Load (0.1ms) SELECT * FROM "photos" WHERE ("photos"."thumbnail" = 'thumb' AND "photos"."parent_id" = 1) LIMIT 1
Photo Create (0.2ms) INSERT INTO "photos" ("size", "created_at", "content_type", "flickr_url", "thumbnail", "updated_at", "category_id", "parent_id", "filename", "height", "width") VALUES(22093, '2010-10-07 15:09:45', 'image/jpeg', NULL, 'thumb', '2010-10-07 15:09:45', NULL, 1, 'Buttercup_thumb.jpg', 89, 140)
Redirected to http://localhost:3000/photos/1
Completed in 924ms (DB: 1) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 11:09:46) [GET]
Parameters: {"id"=>"1"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 1) 
Rendering photos/show
Completed in 14ms (View: 7, DB: 0) | 200 OK [http://localhost/photos/1]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 11:10:25) [GET]
Rendering photos/new
Completed in 11ms (View: 4, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-07 11:10:33) [POST]
Parameters: {"photo"=>{"uploaded_data"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart59048-1>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
Photo Create (0.4ms) INSERT INTO "photos" ("size", "created_at", "content_type", "flickr_url", "thumbnail", "updated_at", "category_id", "parent_id", "filename", "height", "width") VALUES(616171, '2010-10-07 15:10:34', 'image/jpeg', NULL, NULL, '2010-10-07 15:10:34', NULL, NULL, 'Bell_Tower.jpg', 736, 1024)
Photo Load (0.1ms) SELECT * FROM "photos" WHERE ("photos"."thumbnail" = 'thumb' AND "photos"."parent_id" = 3) LIMIT 1
ArgumentError (invalid geometry format):
app/controllers/photos_controller.rb:8:in `create'
Rendered rescues/_trace (36.7ms)
Rendered rescues/_request_and_response (0.4ms)
Rendering rescues/layout (internal_server_error)
SQL (0.4ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.3ms) SELECT version FROM schema_migrations
SQL (188.4ms) DROP TABLE "categories"
SQL (236.1ms) DELETE FROM schema_migrations WHERE version = '20101006095323'
SQL (0.2ms) select sqlite_version(*)
SQL (0.2ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) SELECT version FROM schema_migrations
SQL (0.1ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.0ms) PRAGMA index_list("photos")
SQL (0.5ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) SELECT version FROM schema_migrations
SQL (15.1ms) DROP TABLE "photos"
SQL (1.3ms) DELETE FROM schema_migrations WHERE version = '20101006095457'
SQL (0.2ms) select sqlite_version(*)
SQL (0.2ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) SELECT version FROM schema_migrations
SQL (0.1ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.4ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) SELECT version FROM schema_migrations
Migrating to CreateCategories (20101006095323)
SQL (0.1ms) select sqlite_version(*)
SQL (1.1ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "created_at" datetime, "updated_at" datetime) 
SQL (0.1ms) INSERT INTO schema_migrations (version) VALUES ('20101006095323')
Migrating to CreatePhotos (20101006095457)
SQL (0.3ms) CREATE TABLE "photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "flickr_url" varchar(255), "photo_file_name" varchar(255), "photo_content_type" varchar(255), "photo_file_size" integer, "photo_updated_at" datetime, "created_at" datetime, "updated_at" datetime) 
SQL (0.1ms) INSERT INTO schema_migrations (version) VALUES ('20101006095457')
SQL (0.5ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.2ms) SELECT version FROM schema_migrations
SQL (0.2ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.0ms) PRAGMA index_list("categories")
SQL (0.0ms) PRAGMA index_list("photos")
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 13:27:43) [GET]
Rendering photos/new
Completed in 70ms (View: 52, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-07 13:27:59) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101007-62042-1wix6p2-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-m6g5oe-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-m6g5oe-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-m6g5oe-020101007-62042-kbfrrw-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-m6g5oe-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-m6g5oe-0.jpg[0]' -resize "x140" -crop "140x140+40+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-m6g5oe-020101007-62042-1t5w9jm-0' 2>/dev/null
Photo Create (0.6ms) INSERT INTO "photos" ("photo_file_size", "created_at", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at") VALUES(1120695, '2010-10-07 17:28:02', NULL, 'Buttercup.jpg', '2010-10-07 17:28:02', 'image/jpeg', NULL, '2010-10-07 17:27:59')
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/1/original/Buttercup.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/1/large/Buttercup.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/1/thumb/Buttercup.jpg
Redirected to http://localhost:3000/photos/1
Completed in 3045ms (DB: 1) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 13:28:02) [GET]
Parameters: {"id"=>"1"}
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."id" = 1) 
Rendering photos/show
ActionView::TemplateError (undefined method `public_filename' for #<Photo:0x103504660>) on line #1 of app/views/photos/show.html.erb:
1: <%= link_to image_tag(@photo.public_filename(:thumb)), @photo.public_filename %>
app/views/photos/show.html.erb:1
Rendered rescues/_trace (123.2ms)
Rendered rescues/_request_and_response (1.5ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 13:30:51) [GET]
Parameters: {"id"=>"1"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 1) 
Rendering photos/show
Completed in 10ms (View: 6, DB: 0) | 200 OK [http://localhost/photos/1]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 13:31:03) [GET]
Rendering photos/new
Completed in 10ms (View: 4, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-07 13:31:16) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101007-62042-1thurbi-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1s5yovn-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1s5yovn-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1s5yovn-020101007-62042-rw85nl-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1s5yovn-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1s5yovn-0.jpg[0]' -resize "x140" -crop "140x140+37+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1s5yovn-020101007-62042-1x0zhc-0' 2>/dev/null
Photo Create (0.4ms) INSERT INTO "photos" ("photo_file_size", "created_at", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at") VALUES(1065859, '2010-10-07 17:31:17', NULL, 'Dragonfly.jpg', '2010-10-07 17:31:17', 'image/jpeg', NULL, '2010-10-07 17:31:16')
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/2/original/Dragonfly.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/2/large/Dragonfly.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/2/thumb/Dragonfly.jpg
Redirected to http://localhost:3000/photos/2
Completed in 859ms (DB: 0) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 13:31:17) [GET]
Parameters: {"id"=>"2"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 2) 
Rendering photos/show
Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/2]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 13:32:42) [GET]
ActionController::UnknownAction (No action responded to index. Actions: create, new, and show):
Rendering rescues/layout (not_found)
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 13:48:04) [GET]
Rendering photos/new
Completed in 13ms (View: 6, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-07 13:48:14) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101007-62042-9gawfe-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1iixv17-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1iixv17-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1iixv17-020101007-62042-ryaqji-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1iixv17-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1iixv17-0.jpg[0]' -resize "x40" -crop "40x40+11+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1iixv17-020101007-62042-1qoirtk-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1iixv17-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1iixv17-0.jpg[0]' -resize "x140" -crop "140x140+40+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1iixv17-020101007-62042-1nyhthw-0' 2>/dev/null
Photo Create (0.5ms) INSERT INTO "photos" ("photo_file_size", "created_at", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at") VALUES(1120695, '2010-10-07 17:48:16', NULL, 'Buttercup.jpg', '2010-10-07 17:48:16', 'image/jpeg', NULL, '2010-10-07 17:48:14')
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/3/original/Buttercup.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/3/admin_thumb/Buttercup.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/3/large/Buttercup.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/3/thumb/Buttercup.jpg
Redirected to http://localhost:3000/photos/3
Completed in 1728ms (DB: 0) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 13:48:16) [GET]
Parameters: {"id"=>"3"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 3) 
Rendering photos/show
Completed in 11ms (View: 4, DB: 0) | 200 OK [http://localhost/photos/3]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 13:48:35) [GET]
ActionController::UnknownAction (No action responded to index. Actions: create, new, and show):
Rendering rescues/layout (not_found)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 13:50:32) [GET]
Photo Load (0.5ms) SELECT * FROM "photos" 
Rendering photos/index
Completed in 10ms (View: 5, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 13:51:01) [GET]
Photo Load (0.4ms) SELECT * FROM "photos" 
Rendering photos/index
Completed in 74ms (View: 69, DB: 0) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 13:51:21) [GET]
Photo Load (0.4ms) SELECT * FROM "photos" 
Rendering photos/index
Completed in 10ms (View: 6, DB: 0) | 200 OK [http://localhost/photos]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 13:51:31) [GET]
Rendering photos/new
Completed in 10ms (View: 4, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-07 13:51:39) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101007-62042-1csffio-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-13eob09-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-13eob09-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-13eob09-020101007-62042-1elgovt-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-13eob09-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-13eob09-0.jpg[0]' -resize "x40" -crop "40x40+7+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-13eob09-020101007-62042-ncq2ae-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-13eob09-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-13eob09-0.jpg[0]' -resize "x140" -crop "140x140+27+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-13eob09-020101007-62042-xi2w1l-0' 2>/dev/null
Photo Create (0.5ms) INSERT INTO "photos" ("photo_file_size", "created_at", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at") VALUES(1877137, '2010-10-07 17:51:41', NULL, 'Bell Tower.jpg', '2010-10-07 17:51:41', 'image/jpeg', NULL, '2010-10-07 17:51:39')
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/4/original/Bell Tower.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/4/admin_thumb/Bell Tower.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/4/large/Bell Tower.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/4/thumb/Bell Tower.jpg
Redirected to http://localhost:3000/photos/4
Completed in 1684ms (DB: 1) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 13:51:41) [GET]
Parameters: {"id"=>"4"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 4) 
Rendering photos/show
Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/4]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 13:51:43) [GET]
Photo Load (0.7ms) SELECT * FROM "photos" 
Rendering photos/index
Completed in 11ms (View: 5, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 13:51:47) [GET]
Rendering photos/new
Completed in 10ms (View: 4, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-07 13:51:51) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101007-62042-1bmykjp-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-6vyt0j-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-6vyt0j-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-6vyt0j-020101007-62042-5f7qoh-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-6vyt0j-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-6vyt0j-0.jpg[0]' -resize "40x" -crop "40x40+0+10" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-6vyt0j-020101007-62042-clrav5-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-6vyt0j-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-6vyt0j-0.jpg[0]' -resize "140x" -crop "140x140+0+35" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-6vyt0j-020101007-62042-1k26qeo-0' 2>/dev/null
Photo Create (0.4ms) INSERT INTO "photos" ("photo_file_size", "created_at", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at") VALUES(3275560, '2010-10-07 17:51:53', NULL, 'Church of Ireland.jpg', '2010-10-07 17:51:53', 'image/jpeg', NULL, '2010-10-07 17:51:51')
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/5/original/Church of Ireland.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/5/admin_thumb/Church of Ireland.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/5/large/Church of Ireland.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/5/thumb/Church of Ireland.jpg
Redirected to http://localhost:3000/photos/5
Completed in 2048ms (DB: 0) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 13:51:53) [GET]
Parameters: {"id"=>"5"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 5) 
Rendering photos/show
Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/5]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 13:51:55) [GET]
Photo Load (0.6ms) SELECT * FROM "photos" 
Rendering photos/index
Completed in 11ms (View: 6, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 13:51:58) [GET]
Rendering photos/new
Completed in 10ms (View: 4, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-07 13:52:05) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101007-62042-a1kg42-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-cxh6zd-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-cxh6zd-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-cxh6zd-020101007-62042-11w3imk-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-cxh6zd-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-cxh6zd-0.jpg[0]' -resize "x40" -crop "40x40+22+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-cxh6zd-020101007-62042-xachv2-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-cxh6zd-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-cxh6zd-0.jpg[0]' -resize "x140" -crop "140x140+78+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-cxh6zd-020101007-62042-mu6nkg-0' 2>/dev/null
Photo Create (0.4ms) INSERT INTO "photos" ("photo_file_size", "created_at", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at") VALUES(5675107, '2010-10-07 17:52:10', NULL, 'Emerald Panarama.jpg', '2010-10-07 17:52:10', 'image/jpeg', NULL, '2010-10-07 17:52:05')
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/6/original/Emerald Panarama.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/6/admin_thumb/Emerald Panarama.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/6/large/Emerald Panarama.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/6/thumb/Emerald Panarama.jpg
Redirected to http://localhost:3000/photos/6
Completed in 4546ms (DB: 0) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 13:52:10) [GET]
Parameters: {"id"=>"6"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 6) 
Rendering photos/show
Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/6]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 13:52:19) [GET]
Photo Load (0.9ms) SELECT * FROM "photos" 
Rendering photos/index
Completed in 13ms (View: 7, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 13:53:38) [GET]
Photo Load (0.6ms) SELECT * FROM "photos" 
Rendering photos/index
Completed in 14ms (View: 9, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 13:57:27) [GET]
Photo Load (0.6ms) SELECT * FROM "photos" 
Rendering photos/index
Completed in 13ms (View: 9, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 13:57:28) [GET]
Parameters: {"id"=>"5"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 5) 
Rendering photos/show
Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/5]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 13:57:29) [GET]
Parameters: {"id"=>"6"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 6) 
Rendering photos/show
Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/6]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 13:57:31) [GET]
Parameters: {"id"=>"4"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 4) 
Rendering photos/show
Completed in 7ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/4]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 13:57:33) [GET]
Parameters: {"id"=>"3"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 3) 
Rendering photos/show
Completed in 7ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/3]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 13:57:36) [GET]
Parameters: {"id"=>"4"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 4) 
Rendering photos/show
Completed in 7ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/4]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 13:57:38) [GET]
Parameters: {"id"=>"5"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 5) 
Rendering photos/show
Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/5]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 13:57:43) [GET]
Parameters: {"id"=>"3"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 3) 
Rendering photos/show
Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/3]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 13:57:46) [GET]
Parameters: {"id"=>"6"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 6) 
Rendering photos/show
Completed in 7ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/6]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 13:58:57) [GET]
Photo Load (0.6ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 61ms (View: 9, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 13:58:59) [GET]
Parameters: {"id"=>"4"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 4) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/4]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:03:03) [GET]
Photo Load (0.6ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 13ms (View: 9, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:05:18) [GET]
Photo Load (0.6ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 13ms (View: 9, DB: 1) | 200 OK [http://localhost/photos]
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-07 14:05:18) [GET]
ActionController::RoutingError (No route matches "/images/sg_grid_sub.png" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:05:59) [GET]
Photo Load (0.6ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 64ms (View: 60, DB: 1) | 200 OK [http://localhost/photos]
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-07 14:05:59) [GET]
ActionController::RoutingError (No route matches "/images/sg_grid_sub.png" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 14:06:37) [GET]
Parameters: {"id"=>"6"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 6) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 11ms (View: 6, DB: 0) | 200 OK [http://localhost/photos/6]
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-07 14:06:37) [GET]
ActionController::RoutingError (No route matches "/images/sg_grid_sub.png" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 14:06:39) [GET]
Parameters: {"id"=>"5"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 5) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/5]
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-07 14:06:39) [GET]
ActionController::RoutingError (No route matches "/images/sg_grid_sub.png" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 14:06:40) [GET]
Parameters: {"id"=>"3"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 3) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 7ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/3]
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-07 14:06:40) [GET]
ActionController::RoutingError (No route matches "/images/sg_grid_sub.png" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:07:04) [GET]
Photo Load (0.6ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 14ms (View: 9, DB: 1) | 200 OK [http://localhost/photos]
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-07 14:07:04) [GET]
ActionController::RoutingError (No route matches "/images/sg_grid_sub.png" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:07:49) [GET]
Photo Load (0.6ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 10ms (View: 6, DB: 1) | 200 OK [http://localhost/photos]
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-07 14:07:49) [GET]
ActionController::RoutingError (No route matches "/images/sg_grid_sub.png" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:08:23) [GET]
Photo Load (0.6ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 10ms (View: 6, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 14:08:48) [GET]
Rendering template within layouts/photos
Rendering photos/new
Completed in 56ms (View: 4, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-07 14:08:59) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101007-62042-djurid-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1eh5gg7-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1eh5gg7-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1eh5gg7-020101007-62042-vj5zs2-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1eh5gg7-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1eh5gg7-0.jpg[0]' -resize "x40" -crop "40x40+19+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1eh5gg7-020101007-62042-1q9khb0-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1eh5gg7-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1eh5gg7-0.jpg[0]' -resize "x140" -crop "140x140+67+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-1eh5gg7-020101007-62042-aq30z4-0' 2>/dev/null
Photo Create (1.0ms) INSERT INTO "photos" ("photo_file_size", "created_at", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at") VALUES(1082099, '2010-10-07 18:09:00', NULL, 'Croagh Patrick Sunset.jpg', '2010-10-07 18:09:00', 'image/jpeg', NULL, '2010-10-07 18:08:59')
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/7/original/Croagh Patrick Sunset.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/7/admin_thumb/Croagh Patrick Sunset.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/7/large/Croagh Patrick Sunset.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/7/thumb/Croagh Patrick Sunset.jpg
Redirected to http://localhost:3000/photos/7
Completed in 1440ms (DB: 1) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 14:09:00) [GET]
Parameters: {"id"=>"7"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 7) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 9ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/7]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:09:02) [GET]
Photo Load (0.7ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 76ms (View: 6, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:10:47) [GET]
Photo Load (0.7ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 15ms (View: 10, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:10:58) [GET]
Photo Load (0.7ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 15ms (View: 11, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:11:11) [GET]
Photo Load (0.7ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 56ms (View: 7, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:11:27) [GET]
Photo Load (0.9ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 13ms (View: 8, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:12:02) [GET]
Photo Load (0.7ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 12ms (View: 8, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:12:18) [GET]
Photo Load (0.6ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 11ms (View: 7, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:12:27) [GET]
Photo Load (0.6ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 11ms (View: 7, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:13:08) [GET]
Photo Load (0.6ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 12ms (View: 8, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:13:20) [GET]
Photo Load (0.6ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 11ms (View: 7, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:13:34) [GET]
Photo Load (0.8ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 11ms (View: 7, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:15:03) [GET]
Photo Load (0.6ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 11ms (View: 7, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:15:31) [GET]
Photo Load (0.8ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 65ms (View: 60, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:15:54) [GET]
Photo Load (1.0ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 14ms (View: 9, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:16:10) [GET]
Photo Load (0.6ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 12ms (View: 8, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:20:15) [GET]
Photo Load (0.7ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 16ms (View: 11, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:20:38) [GET]
Photo Load (0.7ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 12ms (View: 7, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:20:49) [GET]
Photo Load (0.6ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 12ms (View: 7, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:21:20) [GET]
Photo Load (0.7ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 12ms (View: 7, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:21:50) [GET]
Photo Load (0.6ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 12ms (View: 7, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 14:22:00) [GET]
Rendering template within layouts/photos
Rendering photos/new
Completed in 11ms (View: 5, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-07 14:22:10) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101007-62042-uig349-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-13pe829-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-13pe829-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-13pe829-020101007-62042-1w0gx1m-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-13pe829-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-13pe829-0.jpg[0]' -resize "x40" -crop "40x40+13+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-13pe829-020101007-62042-mh3asd-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-13pe829-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-13pe829-0.jpg[0]' -resize "x140" -crop "140x140+45+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-13pe829-020101007-62042-1grnzf7-0' 2>/dev/null
Photo Create (0.5ms) INSERT INTO "photos" ("photo_file_size", "created_at", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at") VALUES(1362163, '2010-10-07 18:22:11', NULL, 'Cross.jpg', '2010-10-07 18:22:11', 'image/jpeg', NULL, '2010-10-07 18:22:10')
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/8/original/Cross.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/8/admin_thumb/Cross.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/8/large/Cross.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/8/thumb/Cross.jpg
Redirected to http://localhost:3000/photos/8
Completed in 1572ms (DB: 0) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 14:22:11) [GET]
Parameters: {"id"=>"8"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 8) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 9ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/8]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 14:22:14) [GET]
Rendering template within layouts/photos
Rendering photos/new
Completed in 12ms (View: 6, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-07 14:22:22) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101007-62042-125xupm-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-kzpggv-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-kzpggv-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-kzpggv-020101007-62042-b9ansm-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-kzpggv-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-kzpggv-0.jpg[0]' -resize "40x" -crop "40x40+0+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-kzpggv-020101007-62042-1sqwdtb-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-kzpggv-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-kzpggv-0.jpg[0]' -resize "140x" -crop "140x140+0+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-kzpggv-020101007-62042-191ndm6-0' 2>/dev/null
Photo Create (0.4ms) INSERT INTO "photos" ("photo_file_size", "created_at", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at") VALUES(2822720, '2010-10-07 18:22:24', NULL, 'Light and Shade.jpg', '2010-10-07 18:22:24', 'image/jpeg', NULL, '2010-10-07 18:22:22')
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/9/original/Light and Shade.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/9/admin_thumb/Light and Shade.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/9/large/Light and Shade.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/9/thumb/Light and Shade.jpg
Redirected to http://localhost:3000/photos/9
Completed in 1591ms (DB: 0) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 14:22:24) [GET]
Parameters: {"id"=>"9"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 9) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/9]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-07 14:22:25) [GET]
Rendering template within layouts/photos
Rendering photos/new
Completed in 12ms (View: 6, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-07 14:22:29) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101007-62042-1r0tyyt-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-vp2cgg-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-vp2cgg-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-vp2cgg-020101007-62042-fh2rae-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-vp2cgg-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-vp2cgg-0.jpg[0]' -resize "40x" -crop "40x40+0+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-vp2cgg-020101007-62042-kztyot-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-vp2cgg-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-vp2cgg-0.jpg[0]' -resize "140x" -crop "140x140+0+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101007-62042-vp2cgg-020101007-62042-16qki8d-0' 2>/dev/null
Photo Create (0.5ms) INSERT INTO "photos" ("photo_file_size", "created_at", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at") VALUES(1574250, '2010-10-07 18:22:30', NULL, 'Moody Me.jpg', '2010-10-07 18:22:30', 'image/jpeg', NULL, '2010-10-07 18:22:29')
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/10/original/Moody Me.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/10/admin_thumb/Moody Me.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/10/large/Moody Me.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/10/thumb/Moody Me.jpg
Redirected to http://localhost:3000/photos/10
Completed in 1054ms (DB: 0) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-07 14:22:30) [GET]
Parameters: {"id"=>"10"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 10) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 10ms (View: 4, DB: 0) | 200 OK [http://localhost/photos/10]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 14:22:31) [GET]
Photo Load (1.0ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 79ms (View: 74, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 192.168.42.32 at 2010-10-07 14:59:54) [GET]
Photo Load (0.8ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 15ms (View: 10, DB: 1) | 200 OK [http://junpei/photos]
Processing ApplicationController#index (for 192.168.42.32 at 2010-10-07 14:59:54) [GET]
ActionController::RoutingError (No route matches "/images/sg_grid_sub.png" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#index (for 192.168.42.32 at 2010-10-07 15:23:03) [GET]
Photo Load (0.8ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 15ms (View: 10, DB: 1) | 200 OK [http://junpei/photos]
Processing ApplicationController#index (for 192.168.42.32 at 2010-10-07 15:23:04) [GET]
ActionController::RoutingError (No route matches "/images/sg_grid_sub.png" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#index (for 192.168.42.32 at 2010-10-07 15:38:46) [GET]
Photo Load (0.8ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 13ms (View: 9, DB: 1) | 200 OK [http://junpei/photos]
Processing ApplicationController#index (for 192.168.42.32 at 2010-10-07 15:38:46) [GET]
ActionController::RoutingError (No route matches "/images/sg_grid_sub.png" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#index (for 192.168.42.102 at 2010-10-07 16:20:38) [GET]
Photo Load (0.8ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 45ms (View: 41, DB: 1) | 200 OK [http://junpei/photos]
Processing ApplicationController#index (for 192.168.42.102 at 2010-10-07 16:20:38) [GET]
ActionController::RoutingError (No route matches "/images/sg_grid_sub.png" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 16:32:52) [GET]
Photo Load (1.1ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 14ms (View: 9, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 16:33:08) [GET]
Photo Load (0.7ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 14ms (View: 9, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 16:33:20) [GET]
Photo Load (0.7ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 14ms (View: 9, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 16:33:28) [GET]
Photo Load (0.7ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 60ms (View: 56, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 16:34:00) [GET]
Photo Load (0.8ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 14ms (View: 9, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-07 16:34:24) [GET]
Photo Load (0.8ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 13ms (View: 9, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 03:24:53) [GET]
Photo Load (0.8ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 14ms (View: 9, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 03:25:17) [GET]
Photo Load (0.7ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 14ms (View: 9, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 03:25:33) [GET]
Photo Load (0.9ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 15ms (View: 9, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 03:26:01) [GET]
Photo Load (0.9ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 15ms (View: 9, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 03:26:09) [GET]
Photo Load (0.9ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 15ms (View: 10, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 03:26:19) [GET]
Photo Load (0.8ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 14ms (View: 9, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 03:27:03) [GET]
Photo Load (0.7ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 16ms (View: 12, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 04:37:46) [GET]
Photo Load (0.8ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 47ms (View: 42, DB: 1) | 200 OK [http://localhost/photos]
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 04:38:08) [GET]
ActionController::RoutingError (No route matches "/photo/new" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 04:38:11) [GET]
Rendering template within layouts/photos
Rendering photos/new
Completed in 58ms (View: 51, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 04:38:27) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-62042-117hg1u-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1msdntj-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1msdntj-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1msdntj-020101008-62042-njn20n-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1msdntj-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1msdntj-0.jpg[0]' -resize "x40" -crop "40x40+20+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1msdntj-020101008-62042-yv60l8-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1msdntj-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1msdntj-0.jpg[0]' -resize "x140" -crop "140x140+71+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1msdntj-020101008-62042-1rsrk5z-0' 2>/dev/null
Photo Create (0.4ms) INSERT INTO "photos" ("photo_file_size", "created_at", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at") VALUES(1858172, '2010-10-08 08:38:29', NULL, 'Bubble #2.jpg', '2010-10-08 08:38:29', 'image/jpeg', NULL, '2010-10-08 08:38:27')
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/11/original/Bubble #2.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/11/admin_thumb/Bubble #2.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/11/large/Bubble #2.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/11/thumb/Bubble #2.jpg
Redirected to http://localhost:3000/photos/11
Completed in 2446ms (DB: 0) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-08 04:38:29) [GET]
Parameters: {"id"=>"11"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 11) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 14ms (View: 5, DB: 0) | 200 OK [http://localhost/photos/11]
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 04:38:29) [GET]
ActionController::RoutingError (No route matches "/system/photos/11/thumb/Bubble%20" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 04:38:32) [GET]
ActionController::RoutingError (No route matches "/system/photos/11/large/Bubble%20" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 04:38:40) [GET]
Photo Load (1.7ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 123ms (View: 111, DB: 2) | 200 OK [http://localhost/photos/]
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 04:38:41) [GET]
ActionController::RoutingError (No route matches "/system/photos/11/thumb/Bubble%20" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 04:38:49) [GET]
Rendering template within layouts/photos
Rendering photos/new
Completed in 10ms (View: 5, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 04:39:01) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-62042-gyih7c-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-szc6kd-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-szc6kd-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-szc6kd-020101008-62042-l83gzo-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-szc6kd-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-szc6kd-0.jpg[0]' -resize "40x" -crop "40x40+0+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-szc6kd-020101008-62042-1gbo0d7-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-szc6kd-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-szc6kd-0.jpg[0]' -resize "140x" -crop "140x140+0+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-szc6kd-020101008-62042-dt92x9-0' 2>/dev/null
Photo Create (0.4ms) INSERT INTO "photos" ("photo_file_size", "created_at", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at") VALUES(2060700, '2010-10-08 08:39:03', NULL, 'Halfway There.jpg', '2010-10-08 08:39:03', 'image/jpeg', NULL, '2010-10-08 08:39:01')
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/12/original/Halfway There.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/12/admin_thumb/Halfway There.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/12/large/Halfway There.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/12/thumb/Halfway There.jpg
Redirected to http://localhost:3000/photos/12
Completed in 1716ms (DB: 0) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-08 04:39:03) [GET]
Parameters: {"id"=>"12"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 12) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 9ms (View: 4, DB: 0) | 200 OK [http://localhost/photos/12]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 04:39:05) [GET]
Photo Load (1.1ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 20ms (View: 13, DB: 1) | 200 OK [http://localhost/photos/]
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 04:39:05) [GET]
ActionController::RoutingError (No route matches "/system/photos/11/thumb/Bubble%20" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 04:40:06) [GET]
Photo Load (1.0ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 65ms (View: 60, DB: 1) | 200 OK [http://localhost/photos/]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 04:40:09) [GET]
Rendering template within layouts/photos
Rendering photos/new
Completed in 11ms (View: 5, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 04:40:41) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-62042-dpcjdh-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1o20o4v-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1o20o4v-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1o20o4v-020101008-62042-1g6upw7-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1o20o4v-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1o20o4v-0.jpg[0]' -resize "x40" -crop "40x40+20+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1o20o4v-020101008-62042-bj8zwv-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1o20o4v-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1o20o4v-0.jpg[0]' -resize "x140" -crop "140x140+71+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1o20o4v-020101008-62042-t87l4k-0' 2>/dev/null
Photo Create (0.5ms) INSERT INTO "photos" ("photo_file_size", "created_at", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at") VALUES(1858172, '2010-10-08 08:40:42', NULL, 'Bubble no2.jpg', '2010-10-08 08:40:42', 'image/jpeg', NULL, '2010-10-08 08:40:41')
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/13/original/Bubble no2.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/13/admin_thumb/Bubble no2.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/13/large/Bubble no2.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/13/thumb/Bubble no2.jpg
Redirected to http://localhost:3000/photos/13
Completed in 1616ms (DB: 1) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-08 04:40:42) [GET]
Parameters: {"id"=>"13"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 13) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 11ms (View: 4, DB: 0) | 200 OK [http://localhost/photos/13]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 04:40:44) [GET]
Photo Load (1.1ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 19ms (View: 13, DB: 1) | 200 OK [http://localhost/photos/]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 04:40:52) [GET]
Rendering template within layouts/photos
Rendering photos/new
Completed in 12ms (View: 5, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 04:40:56) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-62042-1c1tjuo-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-4dglhp-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-4dglhp-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-4dglhp-020101008-62042-3twkkj-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-4dglhp-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-4dglhp-0.jpg[0]' -resize "40x" -crop "40x40+0+10" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-4dglhp-020101008-62042-1wyqhfq-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-4dglhp-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-4dglhp-0.jpg[0]' -resize "140x" -crop "140x140+0+35" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-4dglhp-020101008-62042-51nswz-0' 2>/dev/null
Photo Create (0.4ms) INSERT INTO "photos" ("photo_file_size", "created_at", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at") VALUES(2040957, '2010-10-08 08:40:58', NULL, 'Church of Ireland Gate.jpg', '2010-10-08 08:40:58', 'image/jpeg', NULL, '2010-10-08 08:40:56')
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/14/original/Church of Ireland Gate.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/14/admin_thumb/Church of Ireland Gate.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/14/large/Church of Ireland Gate.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/14/thumb/Church of Ireland Gate.jpg
Redirected to http://localhost:3000/photos/14
Completed in 1869ms (DB: 0) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-08 04:40:58) [GET]
Parameters: {"id"=>"14"}
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."id" = 14) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 10ms (View: 4, DB: 0) | 200 OK [http://localhost/photos/14]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 04:41:04) [GET]
Photo Load (1.0ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 21ms (View: 14, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 04:41:10) [GET]
Rendering template within layouts/photos
Rendering photos/new
Completed in 11ms (View: 5, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 04:41:17) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-62042-1hdeirj-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-esxq8y-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-esxq8y-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-esxq8y-020101008-62042-1cczpg5-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-esxq8y-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-esxq8y-0.jpg[0]' -resize "x40" -crop "40x40+10+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-esxq8y-020101008-62042-2vfnt8-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-esxq8y-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-esxq8y-0.jpg[0]' -resize "x140" -crop "140x140+37+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-esxq8y-020101008-62042-1kmad9o-0' 2>/dev/null
Photo Create (0.4ms) INSERT INTO "photos" ("photo_file_size", "created_at", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at") VALUES(1065859, '2010-10-08 08:41:18', NULL, 'Dragonfly.jpg', '2010-10-08 08:41:18', 'image/jpeg', NULL, '2010-10-08 08:41:17')
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/15/original/Dragonfly.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/15/admin_thumb/Dragonfly.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/15/large/Dragonfly.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/15/thumb/Dragonfly.jpg
Redirected to http://localhost:3000/photos/15
Completed in 1210ms (DB: 0) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-08 04:41:18) [GET]
Parameters: {"id"=>"15"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 15) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/15]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 04:41:20) [GET]
Rendering template within layouts/photos
Rendering photos/new
Completed in 12ms (View: 6, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 04:41:30) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-62042-j6aj92-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-ji2p83-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-ji2p83-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-ji2p83-020101008-62042-11asebv-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-ji2p83-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-ji2p83-0.jpg[0]' -resize "40x" -crop "40x40+0+8" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-ji2p83-020101008-62042-190d5hb-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-ji2p83-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-ji2p83-0.jpg[0]' -resize "140x" -crop "140x140+0+28" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-ji2p83-020101008-62042-3mdrno-0' 2>/dev/null
Photo Create (0.4ms) INSERT INTO "photos" ("photo_file_size", "created_at", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at") VALUES(1020911, '2010-10-08 08:41:31', NULL, 'House through the Doorway.jpg', '2010-10-08 08:41:31', 'image/jpeg', NULL, '2010-10-08 08:41:30')
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/16/original/House through the Doorway.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/16/admin_thumb/House through the Doorway.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/16/large/House through the Doorway.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/16/thumb/House through the Doorway.jpg
Redirected to http://localhost:3000/photos/16
Completed in 1476ms (DB: 0) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-08 04:41:31) [GET]
Parameters: {"id"=>"16"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 16) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/16]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 04:41:33) [GET]
Photo Load (1.1ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 22ms (View: 16, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 04:41:46) [GET]
Rendering template within layouts/photos
Rendering photos/new
Completed in 11ms (View: 5, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 04:41:54) [GET]
Photo Load (1.2ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 78ms (View: 72, DB: 1) | 200 OK [http://localhost/photos/]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 04:42:36) [GET]
Rendering template within layouts/photos
Rendering photos/new
Completed in 13ms (View: 6, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 04:42:53) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-62042-pv7210-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17laygy-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17laygy-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17laygy-020101008-62042-mxdt6v-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17laygy-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17laygy-0.jpg[0]' -resize "x40" -crop "40x40+21+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17laygy-020101008-62042-h8dvma-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17laygy-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17laygy-0.jpg[0]' -resize "x140" -crop "140x140+74+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17laygy-020101008-62042-ouvolf-0' 2>/dev/null
Photo Create (0.4ms) INSERT INTO "photos" ("photo_file_size", "created_at", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at") VALUES(997816, '2010-10-08 08:42:54', NULL, 'Croagh Patrick no3.jpg', '2010-10-08 08:42:54', 'image/jpeg', NULL, '2010-10-08 08:42:53')
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/17/original/Croagh Patrick no3.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/17/admin_thumb/Croagh Patrick no3.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/17/large/Croagh Patrick no3.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/17/thumb/Croagh Patrick no3.jpg
Redirected to http://localhost:3000/photos/17
Completed in 1404ms (DB: 0) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-08 04:42:54) [GET]
Parameters: {"id"=>"17"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 17) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 76ms (View: 3, DB: 0) | 200 OK [http://localhost/photos/17]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 04:42:55) [GET]
Photo Load (1.6ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 23ms (View: 16, DB: 2) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 04:44:37) [GET]
Photo Load (1.0ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 24ms (View: 20, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 04:47:13) [GET]
Photo Load (1.2ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 20ms (View: 15, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 04:47:14) [GET]
Photo Load (1.0ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 19ms (View: 14, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 04:52:04) [GET]
Photo Load (1.5ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
ActionView::TemplateError (No expansion found for :jquery) on line #8 of app/views/layouts/photos.html.erb:
5: <title>Photos</title>
6: <%= stylesheet_link_tag "squaregrid", :media => "all" %>
7: <%= stylesheet_link_tag "photos", :media => "all" %>
8: <%= javascript_include_tag :jquery, :jrails %>
9: </head>
10:
11: <body>
app/views/layouts/photos.html.erb:8
Rendered rescues/_trace (36.5ms)
Rendered rescues/_request_and_response (0.4ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 04:52:29) [GET]
Photo Load (1.1ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 22ms (View: 17, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 04:56:24) [GET]
Photo Load (1.4ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
ActionView::TemplateError (undefined method `stylesheel_link_tag' for #<ActionView::Base:0x1032a0ab8>) on line #8 of app/views/layouts/photos.html.erb:
5: <title>Photos</title>
6: <%= stylesheet_link_tag "squaregrid", :media => "all" %>
7: <%= stylesheet_link_tag "photos", :media => "all" %>
8: <%= stylesheel_link_tag "fancybox", :media => "all" %>
9: <%= javascript_include_tag 'jquery', 'jrails', 'fancybox' %>
10: </head>
11:
app/views/layouts/photos.html.erb:8
Rendered rescues/_trace (29.0ms)
Rendered rescues/_request_and_response (0.3ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 04:56:37) [GET]
Photo Load (1.1ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 25ms (View: 20, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 04:59:26) [GET]
Photo Load (1.1ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 22ms (View: 17, DB: 1) | 200 OK [http://localhost/photos]
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 04:59:26) [GET]
ActionController::RoutingError (No route matches "/javascripts/photos.js" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 04:59:26) [GET]
ActionController::RoutingError (No route matches "/javascripts/photos.js" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 05:00:43) [GET]
Photo Load (1.0ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 20ms (View: 15, DB: 1) | 200 OK [http://localhost/photos]
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 05:00:44) [GET]
ActionController::RoutingError (No route matches "/stylesheets/fancybox.png" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 05:00:44) [GET]
ActionController::RoutingError (No route matches "/stylesheets/fancybox.png" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 05:00:44) [GET]
ActionController::RoutingError (No route matches "/stylesheets/fancybox-x.png" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 05:00:44) [GET]
ActionController::RoutingError (No route matches "/stylesheets/fancybox-y.png" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 05:00:45) [GET]
ActionController::RoutingError (No route matches "/stylesheets/fancybox.png" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 05:06:33) [GET]
Photo Load (1.1ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 21ms (View: 15, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 05:07:36) [GET]
Photo Load (1.1ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 24ms (View: 19, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 05:08:59) [GET]
Photo Load (1.1ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 21ms (View: 16, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 05:10:23) [GET]
Photo Load (1.1ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 20ms (View: 15, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 05:10:52) [GET]
Photo Load (1.6ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 21ms (View: 15, DB: 2) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 05:35:29) [GET]
Photo Load (1.1ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 54ms (View: 49, DB: 1) | 200 OK [http://localhost/photos]
SQL (0.4ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) SELECT version FROM schema_migrations
Migrating to CreateCategories (20101006095323)
Migrating to CreatePhotos (20101006095457)
Migrating to AddPhotoToCategory (20101008101157)
SQL (0.1ms) select sqlite_version(*)
SQL (14.7ms) ALTER TABLE "categories" ADD "photo_id" integer
SQL (0.1ms) INSERT INTO schema_migrations (version) VALUES ('20101008101157')
SQL (0.5ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.2ms) SELECT version FROM schema_migrations
SQL (0.2ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.0ms) PRAGMA index_list("categories")
SQL (0.0ms) PRAGMA index_list("photos")
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 06:29:41) [GET]
Category Load (0.3ms) SELECT * FROM "categories" 
Rendering template within layouts/categories
Rendering categories/index
Completed in 72ms (View: 49, DB: 0) | 200 OK [http://localhost/categories]
Processing CategoriesController#new (for 127.0.0.1 at 2010-10-08 06:29:44) [GET]
Rendering template within layouts/categories
Rendering categories/new
Completed in 13ms (View: 9, DB: 0) | 200 OK [http://localhost/categories/new]
Processing CategoriesController#create (for 127.0.0.1 at 2010-10-08 06:29:53) [POST]
Parameters: {"category"=>{"name"=>"Landscapes", "photo_id"=>"", "description"=>""}, "commit"=>"Create", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
Category Create (0.4ms) INSERT INTO "categories" ("name", "created_at", "updated_at", "description", "photo_id") VALUES('Landscapes', '2010-10-08 10:29:53', '2010-10-08 10:29:53', '', NULL)
Redirected to http://localhost:3000/categories/1
Completed in 9ms (DB: 0) | 302 Found [http://localhost/categories]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 06:29:53) [GET]
Parameters: {"id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Rendering template within layouts/categories
Rendering categories/show
Completed in 9ms (View: 5, DB: 0) | 200 OK [http://localhost/categories/1]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 06:29:55) [GET]
Category Load (0.4ms) SELECT * FROM "categories" 
Rendering template within layouts/categories
Rendering categories/index
Completed in 9ms (View: 4, DB: 0) | 200 OK [http://localhost/categories]
Processing CategoriesController#new (for 127.0.0.1 at 2010-10-08 06:29:58) [GET]
Rendering template within layouts/categories
Rendering categories/new
Completed in 10ms (View: 6, DB: 0) | 200 OK [http://localhost/categories/new]
Processing CategoriesController#create (for 127.0.0.1 at 2010-10-08 06:30:14) [POST]
Parameters: {"category"=>{"name"=>"Close Up", "photo_id"=>"", "description"=>""}, "commit"=>"Create", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
Category Create (0.4ms) INSERT INTO "categories" ("name", "created_at", "updated_at", "description", "photo_id") VALUES('Close Up', '2010-10-08 10:30:14', '2010-10-08 10:30:14', '', NULL)
Redirected to http://localhost:3000/categories/2
Completed in 10ms (DB: 0) | 302 Found [http://localhost/categories]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 06:30:14) [GET]
Parameters: {"id"=>"2"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 2) 
Rendering template within layouts/categories
Rendering categories/show
Completed in 7ms (View: 2, DB: 0) | 200 OK [http://localhost/categories/2]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 06:30:16) [GET]
Category Load (0.5ms) SELECT * FROM "categories" 
Rendering template within layouts/categories
Rendering categories/index
Completed in 10ms (View: 6, DB: 0) | 200 OK [http://localhost/categories]
Processing CategoriesController#new (for 127.0.0.1 at 2010-10-08 06:30:17) [GET]
Rendering template within layouts/categories
Rendering categories/new
Completed in 11ms (View: 6, DB: 0) | 200 OK [http://localhost/categories/new]
Processing CategoriesController#create (for 127.0.0.1 at 2010-10-08 06:30:23) [POST]
Parameters: {"category"=>{"name"=>"Architecture", "photo_id"=>"", "description"=>""}, "commit"=>"Create", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
Category Create (0.3ms) INSERT INTO "categories" ("name", "created_at", "updated_at", "description", "photo_id") VALUES('Architecture', '2010-10-08 10:30:23', '2010-10-08 10:30:23', '', NULL)
Redirected to http://localhost:3000/categories/3
Completed in 9ms (DB: 0) | 302 Found [http://localhost/categories]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 06:30:23) [GET]
Parameters: {"id"=>"3"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 3) 
Rendering template within layouts/categories
Rendering categories/show
Completed in 7ms (View: 2, DB: 0) | 200 OK [http://localhost/categories/3]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 06:30:24) [GET]
Category Load (0.5ms) SELECT * FROM "categories" 
Rendering template within layouts/categories
Rendering categories/index
Completed in 11ms (View: 7, DB: 0) | 200 OK [http://localhost/categories]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 06:30:29) [GET]
Parameters: {"id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Rendering template within layouts/categories
Rendering categories/show
Completed in 7ms (View: 2, DB: 0) | 200 OK [http://localhost/categories/1]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 06:30:31) [GET]
Parameters: {"id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Rendering template within layouts/categories
Rendering categories/show
Completed in 7ms (View: 2, DB: 0) | 200 OK [http://localhost/categories/1]
SQL (0.4ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.1ms) SELECT version FROM schema_migrations
Migrating to CreateCategories (20101006095323)
Migrating to CreatePhotos (20101006095457)
Migrating to AddPhotoToCategory (20101008101157)
Migrating to AddDetailsToPhoto (20101008103053)
SQL (0.1ms) select sqlite_version(*)
SQL (0.4ms) ALTER TABLE "photos" ADD "title" varchar(255)
SQL (0.1ms) ALTER TABLE "photos" ADD "description" text
SQL (0.2ms) INSERT INTO schema_migrations (version) VALUES ('20101008103053')
SQL (0.3ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.2ms) SELECT version FROM schema_migrations
SQL (0.1ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.0ms) PRAGMA index_list("categories")
SQL (0.1ms) PRAGMA index_list("photos")
Processing CategoriesController#new (for 127.0.0.1 at 2010-10-08 06:48:38) [GET]
Rendering template within layouts/categories
Rendering categories/new
Completed in 83ms (View: 32, DB: 0) | 200 OK [http://localhost/categories/new]
Processing CategoriesController#create (for 127.0.0.1 at 2010-10-08 06:48:42) [POST]
Parameters: {"category"=>{"name"=>"Black and White", "photo_id"=>"", "description"=>""}, "commit"=>"Create", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
Category Create (0.3ms) INSERT INTO "categories" ("name", "created_at", "updated_at", "description", "photo_id") VALUES('Black and White', '2010-10-08 10:48:42', '2010-10-08 10:48:42', '', NULL)
Redirected to http://localhost:3000/categories/4
Completed in 8ms (DB: 0) | 302 Found [http://localhost/categories]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 06:48:42) [GET]
Parameters: {"id"=>"4"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 4) 
Rendering template within layouts/categories
Rendering categories/show
Completed in 7ms (View: 2, DB: 0) | 200 OK [http://localhost/categories/4]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 06:48:44) [GET]
Category Load (0.5ms) SELECT * FROM "categories" 
Rendering template within layouts/categories
Rendering categories/index
Completed in 13ms (View: 9, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#new (for 127.0.0.1 at 2010-10-08 06:51:18) [GET]
Rendering template within layouts/categories
Rendering categories/new
Completed in 10ms (View: 6, DB: 0) | 200 OK [http://localhost/categories/new]
Processing CategoriesController#create (for 127.0.0.1 at 2010-10-08 06:51:27) [POST]
Parameters: {"category"=>{"name"=>"Flowers & Plants", "photo_id"=>"", "description"=>""}, "commit"=>"Create", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
Category Create (31.1ms) INSERT INTO "categories" ("name", "created_at", "updated_at", "description", "photo_id") VALUES('Flowers & Plants', '2010-10-08 10:51:27', '2010-10-08 10:51:27', '', NULL)
Redirected to http://localhost:3000/categories/5
Completed in 53ms (DB: 31) | 302 Found [http://localhost/categories]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 06:51:27) [GET]
Parameters: {"id"=>"5"}
Category Load (0.3ms) SELECT * FROM "categories" WHERE ("categories"."id" = 5) 
Rendering template within layouts/categories
Rendering categories/show
Completed in 19ms (View: 13, DB: 0) | 200 OK [http://localhost/categories/5]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 06:51:28) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/categories
Rendering categories/index
Completed in 15ms (View: 11, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#edit (for 127.0.0.1 at 2010-10-08 06:51:31) [GET]
Parameters: {"id"=>"4"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 4) 
Rendering template within layouts/categories
Rendering categories/edit
Completed in 13ms (View: 9, DB: 0) | 200 OK [http://localhost/categories/4/edit]
Processing CategoriesController#update (for 127.0.0.1 at 2010-10-08 06:51:38) [PUT]
Parameters: {"category"=>{"name"=>"Black & White", "photo_id"=>"", "description"=>""}, "commit"=>"Update", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw=", "id"=>"4"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 4) 
Category Update (0.2ms) UPDATE "categories" SET "updated_at" = '2010-10-08 10:51:38', "name" = 'Black & White' WHERE "id" = 4
Redirected to http://localhost:3000/categories/4
Completed in 9ms (DB: 0) | 302 Found [http://localhost/categories/4]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 06:51:38) [GET]
Parameters: {"id"=>"4"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 4) 
Rendering template within layouts/categories
Rendering categories/show
Completed in 7ms (View: 2, DB: 0) | 200 OK [http://localhost/categories/4]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 06:52:10) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/categories
Rendering categories/index
Completed in 44ms (View: 39, DB: 1) | 200 OK [http://localhost/categories]
SQL (0.4ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.2ms) SELECT version FROM schema_migrations
Migrating to CreateCategories (20101006095323)
Migrating to CreatePhotos (20101006095457)
Migrating to AddPhotoToCategory (20101008101157)
Migrating to AddDetailsToPhoto (20101008103053)
Migrating to AddColourToCategory (20101008105348)
SQL (0.1ms) select sqlite_version(*)
SQL (0.5ms) ALTER TABLE "categories" ADD "base_colour" varchar(255)
SQL (0.1ms) INSERT INTO schema_migrations (version) VALUES ('20101008105348')
SQL (0.4ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.3ms) SELECT version FROM schema_migrations
SQL (0.2ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.2ms) PRAGMA index_list("categories")
SQL (0.1ms) PRAGMA index_list("photos")
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 06:56:46) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/categories
Rendering categories/index
Completed in 78ms (View: 11, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#edit (for 127.0.0.1 at 2010-10-08 06:56:48) [GET]
Parameters: {"id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Rendering template within layouts/categories
Rendering categories/edit
Completed in 38ms (View: 33, DB: 0) | 200 OK [http://localhost/categories/1/edit]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 06:57:26) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/categories
Rendering categories/index
Completed in 18ms (View: 13, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#edit (for 127.0.0.1 at 2010-10-08 06:57:46) [GET]
Parameters: {"id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Rendering template within layouts/categories
Rendering categories/edit
Completed in 12ms (View: 7, DB: 0) | 200 OK [http://localhost/categories/1/edit]
Processing CategoriesController#update (for 127.0.0.1 at 2010-10-08 06:57:50) [PUT]
Parameters: {"category"=>{"name"=>"Landscapes", "base_colour"=>"#99bf00", "photo_id"=>"", "description"=>""}, "commit"=>"Update", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw=", "id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Category Update (0.3ms) UPDATE "categories" SET "updated_at" = '2010-10-08 10:57:50', "base_colour" = '#99bf00' WHERE "id" = 1
Redirected to http://localhost:3000/categories/1
Completed in 9ms (DB: 0) | 302 Found [http://localhost/categories/1]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 06:57:50) [GET]
Parameters: {"id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Rendering template within layouts/categories
Rendering categories/show
Completed in 7ms (View: 2, DB: 0) | 200 OK [http://localhost/categories/1]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 06:57:52) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/categories
Rendering categories/index
Completed in 17ms (View: 13, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 06:59:17) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/categories
Rendering categories/index
Completed in 17ms (View: 14, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 06:59:42) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/categories
Rendering categories/index
Completed in 23ms (View: 19, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:00:25) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/categories
Rendering categories/index
Completed in 19ms (View: 14, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#edit (for 127.0.0.1 at 2010-10-08 07:00:39) [GET]
Parameters: {"id"=>"3"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 3) 
Rendering template within layouts/categories
Rendering categories/edit
Completed in 189ms (View: 185, DB: 0) | 200 OK [http://localhost/categories/3/edit]
Processing CategoriesController#update (for 127.0.0.1 at 2010-10-08 07:00:41) [PUT]
Parameters: {"category"=>{"name"=>"Architecture", "base_colour"=>"#bf5e00", "photo_id"=>"", "description"=>""}, "commit"=>"Update", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw=", "id"=>"3"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 3) 
Category Update (17.8ms) UPDATE "categories" SET "updated_at" = '2010-10-08 11:00:41', "base_colour" = '#bf5e00' WHERE "id" = 3
Redirected to http://localhost:3000/categories/3
Completed in 26ms (DB: 18) | 302 Found [http://localhost/categories/3]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 07:00:42) [GET]
Parameters: {"id"=>"3"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 3) 
Rendering template within layouts/categories
Rendering categories/show
Completed in 7ms (View: 2, DB: 0) | 200 OK [http://localhost/categories/3]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:00:42) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/categories
Rendering categories/index
Completed in 16ms (View: 12, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#edit (for 127.0.0.1 at 2010-10-08 07:00:55) [GET]
Parameters: {"id"=>"4"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 4) 
Rendering template within layouts/categories
Rendering categories/edit
Completed in 11ms (View: 6, DB: 0) | 200 OK [http://localhost/categories/4/edit]
Processing CategoriesController#update (for 127.0.0.1 at 2010-10-08 07:00:58) [PUT]
Parameters: {"category"=>{"name"=>"Black & White", "base_colour"=>"#909090", "photo_id"=>"", "description"=>""}, "commit"=>"Update", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw=", "id"=>"4"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 4) 
Category Update (0.4ms) UPDATE "categories" SET "updated_at" = '2010-10-08 11:00:58', "base_colour" = '#909090' WHERE "id" = 4
Redirected to http://localhost:3000/categories/4
Completed in 9ms (DB: 1) | 302 Found [http://localhost/categories/4]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 07:00:58) [GET]
Parameters: {"id"=>"4"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 4) 
Rendering template within layouts/categories
Rendering categories/show
Completed in 8ms (View: 2, DB: 0) | 200 OK [http://localhost/categories/4]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:00:59) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/categories
Rendering categories/index
Completed in 70ms (View: 66, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#edit (for 127.0.0.1 at 2010-10-08 07:01:28) [GET]
Parameters: {"id"=>"5"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 5) 
Rendering template within layouts/categories
Rendering categories/edit
Completed in 12ms (View: 7, DB: 0) | 200 OK [http://localhost/categories/5/edit]
Processing CategoriesController#update (for 127.0.0.1 at 2010-10-08 07:01:32) [PUT]
Parameters: {"category"=>{"name"=>"Flowers & Plants", "base_colour"=>"#c73c9e", "photo_id"=>"", "description"=>""}, "commit"=>"Update", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw=", "id"=>"5"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 5) 
Category Update (0.3ms) UPDATE "categories" SET "updated_at" = '2010-10-08 11:01:32', "base_colour" = '#c73c9e' WHERE "id" = 5
Redirected to http://localhost:3000/categories/5
Completed in 10ms (DB: 0) | 302 Found [http://localhost/categories/5]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 07:01:32) [GET]
Parameters: {"id"=>"5"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 5) 
Rendering template within layouts/categories
Rendering categories/show
Completed in 7ms (View: 2, DB: 0) | 200 OK [http://localhost/categories/5]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:01:34) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/categories
Rendering categories/index
Completed in 15ms (View: 11, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#edit (for 127.0.0.1 at 2010-10-08 07:01:51) [GET]
Parameters: {"id"=>"2"}
Category Load (0.3ms) SELECT * FROM "categories" WHERE ("categories"."id" = 2) 
Rendering template within layouts/categories
Rendering categories/edit
Completed in 43ms (View: 36, DB: 0) | 200 OK [http://localhost/categories/2/edit]
Processing CategoriesController#update (for 127.0.0.1 at 2010-10-08 07:01:54) [PUT]
Parameters: {"category"=>{"name"=>"Close Up", "base_colour"=>"#664bda", "photo_id"=>"", "description"=>""}, "commit"=>"Update", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw=", "id"=>"2"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 2) 
Category Update (0.3ms) UPDATE "categories" SET "updated_at" = '2010-10-08 11:01:54', "base_colour" = '#664bda' WHERE "id" = 2
Redirected to http://localhost:3000/categories/2
Completed in 9ms (DB: 0) | 302 Found [http://localhost/categories/2]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 07:01:54) [GET]
Parameters: {"id"=>"2"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 2) 
Rendering template within layouts/categories
Rendering categories/show
Completed in 7ms (View: 2, DB: 0) | 200 OK [http://localhost/categories/2]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:01:55) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/categories
Rendering categories/index
Completed in 16ms (View: 12, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:41:01) [GET]
Category Load (0.8ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 23ms (View: 12, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:41:28) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 16ms (View: 12, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:42:06) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 17ms (View: 12, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:42:34) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 16ms (View: 12, DB: 1) | 200 OK [http://localhost/categories]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 07:42:41) [GET]
Photo Load (1.2ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 133ms (View: 63, DB: 1) | 200 OK [http://localhost/photos]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:42:48) [GET]
Category Load (0.8ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 37ms (View: 30, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:44:21) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 60ms (View: 55, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:46:07) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 10ms (View: 6, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:46:22) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 10ms (View: 6, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:47:36) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 10ms (View: 6, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:48:21) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 8ms (View: 4, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:52:08) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 11ms (View: 7, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:52:18) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 10ms (View: 6, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:52:38) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
ActionView::TemplateError (undefined method `lowercase' for "Landscapes":String) on line #5 of app/views/categories/index.html.erb:
2:
3: <% @categories.each do |category| %>
4: <div class="sg-7 category" style="background: <%= category.base_colour %>">
5: <%=h category.name.lowercase %>
6: </div>
7: <% end %>
8:
app/views/categories/index.html.erb:5
app/views/categories/index.html.erb:3:in `each'
app/views/categories/index.html.erb:3
app/controllers/categories_controller.rb:8:in `index'
Rendered rescues/_trace (83.0ms)
Rendered rescues/_request_and_response (0.2ms)
Rendering rescues/layout (internal_server_error)
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:53:11) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 10ms (View: 6, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:53:34) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 11ms (View: 7, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:54:07) [GET]
Category Load (0.8ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 8ms (View: 4, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:54:10) [GET]
Category Load (0.9ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 10ms (View: 4, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:54:17) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 10ms (View: 4, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:54:55) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 32ms (View: 28, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 07:55:07) [GET]
Category Load (0.8ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 8ms (View: 4, DB: 1) | 200 OK [http://localhost/categories]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 07:59:15) [GET]
Photo Load (1.1ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 71ms (View: 50, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 08:06:32) [GET]
Rendering template within layouts/photos
Rendering photos/new
Completed in 14ms (View: 10, DB: 0) | 200 OK [http://localhost/photos/new]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 08:06:59) [GET]
Category Load (1.0ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 12ms (View: 6, DB: 1) | 200 OK [http://localhost/categories]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 08:07:10) [GET]
Rendering template within layouts/photos
Rendering photos/new
Completed in 12ms (View: 6, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 08:11:01) [GET]
Photo Load (1.2ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 50ms (View: 44, DB: 1) | 200 OK [http://localhost/photos]
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:01) [GET]
Parameters: {"1286527141"=>nil}
ActionController::RoutingError (No route matches "/system/photos/12/thumb/Halfway%20There.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:01) [GET]
Parameters: {"1286527241"=>nil}
ActionController::RoutingError (No route matches "/system/photos/13/thumb/Bubble%20no2.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:01) [GET]
Parameters: {"1286527256"=>nil}
ActionController::RoutingError (No route matches "/system/photos/14/thumb/Church%20of%20Ireland%20Gate.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:01) [GET]
Parameters: {"1286527277"=>nil}
ActionController::RoutingError (No route matches "/system/photos/15/thumb/Dragonfly.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:01) [GET]
Parameters: {"1286527290"=>nil}
ActionController::RoutingError (No route matches "/system/photos/16/thumb/House%20through%20the%20Doorway.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:01) [GET]
Parameters: {"1286527373"=>nil}
ActionController::RoutingError (No route matches "/system/photos/17/thumb/Croagh%20Patrick%20no3.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 08:11:04) [GET]
Photo Load (2.0ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 31ms (View: 22, DB: 2) | 200 OK [http://localhost/photos]
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:04) [GET]
Parameters: {"1286527141"=>nil}
ActionController::RoutingError (No route matches "/system/photos/12/thumb/Halfway%20There.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:04) [GET]
Parameters: {"1286527241"=>nil}
ActionController::RoutingError (No route matches "/system/photos/13/thumb/Bubble%20no2.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:04) [GET]
Parameters: {"1286527256"=>nil}
ActionController::RoutingError (No route matches "/system/photos/14/thumb/Church%20of%20Ireland%20Gate.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:04) [GET]
Parameters: {"1286527277"=>nil}
ActionController::RoutingError (No route matches "/system/photos/15/thumb/Dragonfly.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:04) [GET]
Parameters: {"1286527290"=>nil}
ActionController::RoutingError (No route matches "/system/photos/16/thumb/House%20through%20the%20Doorway.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:05) [GET]
Parameters: {"1286527373"=>nil}
ActionController::RoutingError (No route matches "/system/photos/17/thumb/Croagh%20Patrick%20no3.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:05) [GET]
Parameters: {"1286473694"=>nil}
ActionController::RoutingError (No route matches "/system/photos/3/thumb/Buttercup.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:05) [GET]
Parameters: {"1286473899"=>nil}
ActionController::RoutingError (No route matches "/system/photos/4/thumb/Bell%20Tower.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:05) [GET]
Parameters: {"1286473911"=>nil}
ActionController::RoutingError (No route matches "/system/photos/5/thumb/Church%20of%20Ireland.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:05) [GET]
Parameters: {"1286473925"=>nil}
ActionController::RoutingError (No route matches "/system/photos/6/thumb/Emerald%20Panarama.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:05) [GET]
Parameters: {"1286474939"=>nil}
ActionController::RoutingError (No route matches "/system/photos/7/thumb/Croagh%20Patrick%20Sunset.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:05) [GET]
Parameters: {"1286475730"=>nil}
ActionController::RoutingError (No route matches "/system/photos/8/thumb/Cross.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:05) [GET]
Parameters: {"1286527141"=>nil}
ActionController::RoutingError (No route matches "/system/photos/12/thumb/Halfway%20There.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:05) [GET]
Parameters: {"1286527241"=>nil}
ActionController::RoutingError (No route matches "/system/photos/13/thumb/Bubble%20no2.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:05) [GET]
Parameters: {"1286527256"=>nil}
ActionController::RoutingError (No route matches "/system/photos/14/thumb/Church%20of%20Ireland%20Gate.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:05) [GET]
Parameters: {"1286527277"=>nil}
ActionController::RoutingError (No route matches "/system/photos/15/thumb/Dragonfly.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:05) [GET]
Parameters: {"1286475742"=>nil}
ActionController::RoutingError (No route matches "/system/photos/9/thumb/Light%20and%20Shade.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:11:05) [GET]
Parameters: {"1286475749"=>nil}
ActionController::RoutingError (No route matches "/system/photos/10/thumb/Moody%20Me.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 08:11:21) [GET]
Photo Load (0.3ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 7ms (View: 2, DB: 0) | 200 OK [http://localhost/photos]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 08:11:27) [GET]
Category Load (0.9ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 32ms (View: 26, DB: 1) | 200 OK [http://localhost/categories]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 08:11:57) [GET]
Rendering template within layouts/photos
Rendering photos/new
Completed in 52ms (View: 45, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 08:12:09) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-62042-67avdg-0>}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1gabyue-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1gabyue-0.jpg[0]' -resize "x308" -crop "308x308+89+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1gabyue-020101008-62042-19vv0nb-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1gabyue-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1gabyue-0.jpg[0]' -resize "x224" -crop "224x224+64+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1gabyue-020101008-62042-1n98u0a-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1gabyue-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1gabyue-0.jpg[0]' -resize "x140" -crop "140x140+40+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1gabyue-020101008-62042-h4aagg-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1gabyue-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1gabyue-0.jpg[0]' -resize "x84" -crop "84x84+24+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1gabyue-020101008-62042-v5tqeq-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1gabyue-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1gabyue-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1gabyue-020101008-62042-1545x6x-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1gabyue-020101008-62042-1545x6x-0[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1gabyue-020101008-62042-1545x6x-0[0]' -resize "x56" -crop "56x56+16+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1gabyue-020101008-62042-1545x6x-020101008-62042-1hl6xxu-0' 2>/dev/null
Photo Create (0.4ms) INSERT INTO "photos" ("photo_file_size", "created_at", "title", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at", "description") VALUES(113067, '2010-10-08 12:12:13', NULL, NULL, 'Buttercup.jpg', '2010-10-08 12:12:13', 'image/jpeg', NULL, '2010-10-08 12:12:09', NULL)
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/18/size11/Buttercup.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/18/size8/Buttercup.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/18/size5/Buttercup.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/18/size3/Buttercup.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/18/original/Buttercup.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/18/size2/Buttercup.jpg
Redirected to http://localhost:3000/photos/18
Completed in 4238ms (DB: 0) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-08 08:12:13) [GET]
Parameters: {"id"=>"18"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 18) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 9ms (View: 4, DB: 0) | 200 OK [http://localhost/photos/18]
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:12:14) [GET]
Parameters: {"1286539929"=>nil}
ActionController::RoutingError (No route matches "/system/photos/18/thumb/Buttercup.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:12:14) [GET]
Parameters: {"1286539929"=>nil}
ActionController::RoutingError (No route matches "/system/photos/18/thumb/Buttercup.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#show (for 127.0.0.1 at 2010-10-08 08:12:40) [GET]
Parameters: {"id"=>"18"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 18) 
Rendering template within layouts/photos
Rendering photos/show
ERROR: compiling _run_erb_app47views47photos47show46html46erb RAISED compile error
/Users/danbee/Sites/rails/photos/app/views/photos/show.html.erb:1: syntax error, unexpected ';', expecting ')'
...11), @photo.photo.url ).to_s); @output_buffer.concat "\n"
^
Function body: def _run_erb_app47views47photos47show46html46erb(local_assigns)
old_output_buffer = output_buffer;;@output_buffer = ''; __in_erb_template=true ; @output_buffer.concat(( link_to image_tag(@photo.photo.url(:size11), @photo.photo.url ).to_s); @output_buffer.concat "\n"
; @output_buffer
ensure
self.output_buffer = old_output_buffer
end
Backtrace: /Users/danbee/Sites/rails/photos/app/views/photos/show.html.erb:5:in `compile!'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_view/renderable.rb:61:in `compile'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_view/renderable.rb:28:in `render'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_view/template.rb:205:in `render_template'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_view/base.rb:265:in `render'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_view/base.rb:348:in `_render_with_layout'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_view/base.rb:262:in `render'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:1250:in `render_for_file'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:936:in `render_without_benchmark'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:51:in `render'
/Library/Ruby/Gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/Library/Ruby/Gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:51:in `render'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:1326:in `default_render'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:1332:in `perform_action_without_filters'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/filters.rb:617:in `call_filters'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/Library/Ruby/Gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/Library/Ruby/Gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/flash.rb:151:in `perform_action'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:532:in `send'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:532:in `process_without_filters'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/filters.rb:606:in `process'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:391:in `process'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:386:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/routing/route_set.rb:438:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:87:in `dispatch'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:121:in `_call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:130:in `build_middleware_stack'
/Library/Ruby/Gems/1.8/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:29:in `call'
/Library/Ruby/Gems/1.8/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:29:in `call'
/Library/Ruby/Gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
/Library/Ruby/Gems/1.8/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:9:in `cache'
/Library/Ruby/Gems/1.8/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:28:in `call'
/Library/Ruby/Gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/string_coercion.rb:25:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/head.rb:9:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/methodoverride.rb:24:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/params_parser.rb:15:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/session/cookie_store.rb:99:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/failsafe.rb:26:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/lock.rb:11:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/lock.rb:11:in `synchronize'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/lock.rb:11:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:114:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/reloader.rb:34:in `run'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:108:in `call'
/Library/Ruby/Gems/1.8/gems/rails-2.3.8/lib/rails/rack/static.rb:31:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/urlmap.rb:47:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/urlmap.rb:41:in `each'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/urlmap.rb:41:in `call'
/Library/Ruby/Gems/1.8/gems/rails-2.3.8/lib/rails/rack/log_tailer.rb:17:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/content_length.rb:13:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/chunked.rb:15:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/handler/mongrel.rb:67:in `process'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/handler/mongrel.rb:38:in `run'
/Library/Ruby/Gems/1.8/gems/rails-2.3.8/lib/commands/server.rb:111
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
script/server:3
ActionView::TemplateError (compile error
/Users/danbee/Sites/rails/photos/app/views/photos/show.html.erb:1: syntax error, unexpected ';', expecting ')'
...11), @photo.photo.url ).to_s); @output_buffer.concat "\n"
^) on line #1 of app/views/photos/show.html.erb:
1: <%= link_to image_tag(@photo.photo.url(:size11), @photo.photo.url %>
app/views/photos/show.html.erb:5:in `compile!'
Rendered rescues/_trace (84.6ms)
Rendered rescues/_request_and_response (0.4ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#show (for 127.0.0.1 at 2010-10-08 08:12:55) [GET]
Parameters: {"id"=>"18"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 18) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 12ms (View: 7, DB: 0) | 200 OK [http://localhost/photos/18]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 08:13:22) [GET]
Photo Load (0.5ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 10ms (View: 5, DB: 0) | 200 OK [http://localhost/photos/]
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:13:22) [GET]
Parameters: {"1286539929"=>nil}
ActionController::RoutingError (No route matches "/system/photos/18/thumb/Buttercup.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:13:22) [GET]
Parameters: {"1286539929"=>nil}
ActionController::RoutingError (No route matches "/system/photos/18/thumb/Buttercup.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 08:13:24) [GET]
Parameters: {"1286539929"=>nil}
ActionController::RoutingError (No route matches "/system/photos/18/large/Buttercup.jpg" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 08:13:42) [GET]
Photo Load (0.5ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 12ms (View: 8, DB: 1) | 200 OK [http://localhost/photos/]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 08:16:29) [GET]
Rendering template within layouts/photos
Rendering photos/new
ActionView::TemplateError (uninitialized constant Photo::CATEGORIES) on line #11 of app/views/photos/new.html.erb:
8: </p>
9: <p>
10: <%= f.label :category %>
11: <%= f.select :category, Photo::CATEGORIES %>
12: </p>
13: <p>
14: <%= submit_tag 'Upload' %>
app/views/photos/new.html.erb:11
app/views/photos/new.html.erb:3
Rendered rescues/_trace (27.5ms)
Rendered rescues/_request_and_response (0.3ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 08:18:08) [GET]
Rendering template within layouts/photos
Rendering photos/new
ActionView::TemplateError (undefined method `select_tag' for #<ActionView::Helpers::FormBuilder:0x1036ac378>) on line #11 of app/views/photos/new.html.erb:
8: </p>
9: <p>
10: <%= f.label :category %>
11: <%= f.select_tag :category %>
12: </p>
13: <p>
14: <%= submit_tag 'Upload' %>
app/views/photos/new.html.erb:11
app/views/photos/new.html.erb:3
Rendered rescues/_trace (26.3ms)
Rendered rescues/_request_and_response (0.3ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 08:21:40) [GET]
Rendering template within layouts/photos
Rendering photos/new
ActionView::TemplateError (undefined method `select_tag' for #<ActionView::Helpers::FormBuilder:0x1032823d8>) on line #11 of app/views/photos/new.html.erb:
8: </p>
9: <p>
10: <%= f.label :category %>
11: <%= f.select_tag :category %>
12: </p>
13: <p>
14: <%= submit_tag 'Upload' %>
app/views/photos/new.html.erb:11
app/views/photos/new.html.erb:3
Rendered rescues/_trace (85.4ms)
Rendered rescues/_request_and_response (0.2ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 08:22:27) [GET]
Rendering template within layouts/photos
Rendering photos/new
ActionView::TemplateError (wrong number of arguments (1 for 2)) on line #11 of app/views/photos/new.html.erb:
8: </p>
9: <p>
10: <%= f.label :category %>
11: <%= f.select :category %>
12: </p>
13: <p>
14: <%= submit_tag 'Upload' %>
app/views/photos/new.html.erb:11:in `select'
app/views/photos/new.html.erb:11
app/views/photos/new.html.erb:3
Rendered rescues/_trace (25.7ms)
Rendered rescues/_request_and_response (0.2ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 08:23:31) [GET]
Rendering template within layouts/photos
Rendering photos/new
ActionView::TemplateError (uninitialized constant ActionView::Base::CompiledTemplates::Categories) on line #11 of app/views/photos/new.html.erb:
8: </p>
9: <p>
10: <%= f.label :category %>
11: <%= f.select :category, Categories.find(:all) %>
12: </p>
13: <p>
14: <%= submit_tag 'Upload' %>
app/views/photos/new.html.erb:11
app/views/photos/new.html.erb:3
Rendered rescues/_trace (26.0ms)
Rendered rescues/_request_and_response (0.3ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 08:23:50) [GET]
Rendering template within layouts/photos
Rendering photos/new
Category Load (0.4ms) SELECT * FROM "categories" 
Completed in 17ms (View: 12, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 08:25:03) [GET]
Rendering template within layouts/photos
Rendering photos/new
ActionView::TemplateError (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.inject) on line #11 of app/views/photos/new.html.erb:
8: </p>
9: <p>
10: <%= f.label :category %>
11: <%= f.select :category, @categories %>
12: </p>
13: <p>
14: <%= submit_tag 'Upload' %>
app/views/photos/new.html.erb:11
app/views/photos/new.html.erb:3
Rendered rescues/_trace (37.1ms)
Rendered rescues/_request_and_response (0.3ms)
Rendering rescues/layout (internal_server_error)
Processing ApplicationController#new (for 127.0.0.1 at 2010-10-08 08:25:47) [GET]
SyntaxError (/Users/danbee/Sites/rails/photos/app/controllers/photos_controller.rb:5: syntax error, unexpected kEND, expecting '}'
/Users/danbee/Sites/rails/photos/app/controllers/photos_controller.rb:24: syntax error, unexpected kEND, expecting '}'):
Rendered rescues/_trace (18.5ms)
Rendered rescues/_request_and_response (0.3ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 08:25:57) [GET]
Category Load (0.3ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering photos/new
Completed in 75ms (View: 6, DB: 0) | 200 OK [http://localhost/photos/new]
SQL (0.4ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.2ms) SELECT version FROM schema_migrations
Migrating to CreateCategories (20101006095323)
Migrating to CreatePhotos (20101006095457)
Migrating to AddPhotoToCategory (20101008101157)
Migrating to AddDetailsToPhoto (20101008103053)
Migrating to AddColourToCategory (20101008105348)
Migrating to AddSortOrders (20101008122736)
SQL (0.1ms) select sqlite_version(*)
SQL (0.4ms) ALTER TABLE "photos" ADD "sort" integer
SQL (0.2ms) ALTER TABLE "categories" ADD "sort" integer
SQL (0.1ms) INSERT INTO schema_migrations (version) VALUES ('20101008122736')
SQL (0.2ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.2ms) SELECT version FROM schema_migrations
SQL (0.1ms)  SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

SQL (0.0ms) PRAGMA index_list("categories")
SQL (0.0ms) PRAGMA index_list("photos")
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 08:29:37) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-62042-fsjq3z-0>, "category"=>"2"}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17gxn0j-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17gxn0j-0.jpg[0]' -resize "x308" -crop "308x308+89+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17gxn0j-020101008-62042-1nc6u01-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17gxn0j-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17gxn0j-0.jpg[0]' -resize "x224" -crop "224x224+64+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17gxn0j-020101008-62042-1wcu26w-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17gxn0j-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17gxn0j-0.jpg[0]' -resize "x140" -crop "140x140+40+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17gxn0j-020101008-62042-wgh3c9-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17gxn0j-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17gxn0j-0.jpg[0]' -resize "x84" -crop "84x84+24+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17gxn0j-020101008-62042-149w3og-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17gxn0j-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17gxn0j-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17gxn0j-020101008-62042-196xlvw-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17gxn0j-020101008-62042-196xlvw-0[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17gxn0j-020101008-62042-196xlvw-0[0]' -resize "x56" -crop "56x56+16+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-17gxn0j-020101008-62042-196xlvw-020101008-62042-pr4frc-0' 2>/dev/null
ActiveRecord::AssociationTypeMismatch (Category(#2175204920) expected, got String(#2148246520)):
app/controllers/photos_controller.rb:12:in `new'
app/controllers/photos_controller.rb:12:in `create'
Rendered rescues/_trace (35.2ms)
Rendered rescues/_request_and_response (0.5ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 08:30:21) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering photos/new
Completed in 37ms (View: 26, DB: 1) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 08:30:23) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-62042-ka1po2-0>, "category_id"=>"1"}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-kbn7me-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-kbn7me-0.jpg[0]' -resize "x308" -crop "308x308+89+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-kbn7me-020101008-62042-qywpck-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-kbn7me-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-kbn7me-0.jpg[0]' -resize "x224" -crop "224x224+64+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-kbn7me-020101008-62042-16py9zu-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-kbn7me-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-kbn7me-0.jpg[0]' -resize "x140" -crop "140x140+40+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-kbn7me-020101008-62042-1jt13v8-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-kbn7me-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-kbn7me-0.jpg[0]' -resize "x84" -crop "84x84+24+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-kbn7me-020101008-62042-1r2nttd-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-kbn7me-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-kbn7me-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-kbn7me-020101008-62042-1d10x2s-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-kbn7me-020101008-62042-1d10x2s-0[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-kbn7me-020101008-62042-1d10x2s-0[0]' -resize "x56" -crop "56x56+16+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-kbn7me-020101008-62042-1d10x2s-020101008-62042-kjss77-0' 2>/dev/null
Category Load (0.7ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Photo Create (0.3ms) INSERT INTO "photos" ("photo_file_size", "created_at", "title", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at", "description", "sort") VALUES(113067, '2010-10-08 12:30:26', NULL, NULL, 'Buttercup.jpg', '2010-10-08 12:30:26', 'image/jpeg', 1, '2010-10-08 12:30:23', NULL, NULL)
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/19/size11/Buttercup.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/19/size8/Buttercup.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/19/size5/Buttercup.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/19/size3/Buttercup.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/19/original/Buttercup.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/19/size2/Buttercup.jpg
Redirected to http://localhost:3000/photos/19
Completed in 3856ms (DB: 1) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-08 08:30:27) [GET]
Parameters: {"id"=>"19"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 19) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 9ms (View: 4, DB: 0) | 200 OK [http://localhost/photos/19]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 08:31:18) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 64ms (View: 13, DB: 1) | 200 OK [http://localhost/categories]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 08:31:42) [GET]
Photo Load (0.8ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 13ms (View: 6, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 08:34:26) [GET]
Photo Load (0.3ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 6ms (View: 2, DB: 0) | 200 OK [http://localhost/photos]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 08:34:29) [GET]
Category Load (0.4ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering photos/new
Completed in 98ms (View: 35, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 08:35:06) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-62042-6b1skq-0>, "category_id"=>"1"}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-3t46ze-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-3t46ze-0.jpg[0]' -resize "308x" -crop "308x308+0+77" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-3t46ze-020101008-62042-16go1zy-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-3t46ze-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-3t46ze-0.jpg[0]' -resize "224x" -crop "224x224+0+56" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-3t46ze-020101008-62042-129jzx9-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-3t46ze-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-3t46ze-0.jpg[0]' -resize "140x" -crop "140x140+0+35" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-3t46ze-020101008-62042-tzbygt-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-3t46ze-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-3t46ze-0.jpg[0]' -resize "84x" -crop "84x84+0+21" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-3t46ze-020101008-62042-15fk4x8-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-3t46ze-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-3t46ze-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-3t46ze-020101008-62042-1s0c6ss-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-3t46ze-020101008-62042-1s0c6ss-0[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-3t46ze-020101008-62042-1s0c6ss-0[0]' -resize "56x" -crop "56x56+0+13" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-3t46ze-020101008-62042-1s0c6ss-020101008-62042-p052wv-0' 2>/dev/null
Category Load (0.4ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Photo Create (0.3ms) INSERT INTO "photos" ("photo_file_size", "created_at", "title", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at", "description", "sort") VALUES(389062, '2010-10-08 12:35:09', NULL, NULL, 'Croagh Patrick no1.jpg', '2010-10-08 12:35:09', 'image/jpeg', 1, '2010-10-08 12:35:06', NULL, NULL)
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/20/size11/Croagh Patrick no1.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/20/size8/Croagh Patrick no1.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/20/size5/Croagh Patrick no1.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/20/size3/Croagh Patrick no1.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/20/original/Croagh Patrick no1.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/20/size2/Croagh Patrick no1.jpg
Redirected to http://localhost:3000/photos/20
Completed in 3574ms (DB: 1) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-08 08:35:09) [GET]
Parameters: {"id"=>"20"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 20) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 68ms (View: 63, DB: 0) | 200 OK [http://localhost/photos/20]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 08:35:15) [GET]
Photo Load (0.5ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 11ms (View: 6, DB: 0) | 200 OK [http://localhost/photos]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 08:35:34) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering photos/new
Completed in 44ms (View: 33, DB: 1) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 08:35:40) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-62042-16f4qsk-0>, "category_id"=>"3"}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1qc5pik-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1qc5pik-0.jpg[0]' -resize "x308" -crop "308x308+60+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1qc5pik-020101008-62042-96jbl5-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1qc5pik-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1qc5pik-0.jpg[0]' -resize "x224" -crop "224x224+43+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1qc5pik-020101008-62042-kijfuv-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1qc5pik-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1qc5pik-0.jpg[0]' -resize "x140" -crop "140x140+27+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1qc5pik-020101008-62042-4sg5ij-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1qc5pik-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1qc5pik-0.jpg[0]' -resize "x84" -crop "84x84+16+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1qc5pik-020101008-62042-iznpft-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1qc5pik-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1qc5pik-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1qc5pik-020101008-62042-1irrc1t-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1qc5pik-020101008-62042-1irrc1t-0[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1qc5pik-020101008-62042-1irrc1t-0[0]' -resize "x56" -crop "56x56+10+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1qc5pik-020101008-62042-1irrc1t-020101008-62042-k1gv17-0' 2>/dev/null
Category Load (0.4ms) SELECT * FROM "categories" WHERE ("categories"."id" = 3) 
Photo Create (0.3ms) INSERT INTO "photos" ("photo_file_size", "created_at", "title", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at", "description", "sort") VALUES(362111, '2010-10-08 12:35:42', NULL, NULL, 'Bell Tower.jpg', '2010-10-08 12:35:42', 'image/jpeg', 3, '2010-10-08 12:35:40', NULL, NULL)
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/21/size11/Bell Tower.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/21/size8/Bell Tower.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/21/size5/Bell Tower.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/21/size3/Bell Tower.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/21/original/Bell Tower.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/21/size2/Bell Tower.jpg
Redirected to http://localhost:3000/photos/21
Completed in 2856ms (DB: 1) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-08 08:35:43) [GET]
Parameters: {"id"=>"21"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 21) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 10ms (View: 4, DB: 0) | 200 OK [http://localhost/photos/21]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 08:35:46) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering photos/new
Completed in 19ms (View: 7, DB: 1) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 08:35:55) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-62042-z0s0ah-0>, "category_id"=>"2"}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1tjt2om-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1tjt2om-0.jpg[0]' -resize "x308" -crop "308x308+89+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1tjt2om-020101008-62042-1oqlig9-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1tjt2om-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1tjt2om-0.jpg[0]' -resize "x224" -crop "224x224+64+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1tjt2om-020101008-62042-7liygu-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1tjt2om-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1tjt2om-0.jpg[0]' -resize "x140" -crop "140x140+40+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1tjt2om-020101008-62042-4umred-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1tjt2om-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1tjt2om-0.jpg[0]' -resize "x84" -crop "84x84+24+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1tjt2om-020101008-62042-1h4or57-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1tjt2om-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1tjt2om-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1tjt2om-020101008-62042-17hfx02-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1tjt2om-020101008-62042-17hfx02-0[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1tjt2om-020101008-62042-17hfx02-0[0]' -resize "x56" -crop "56x56+16+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1tjt2om-020101008-62042-17hfx02-020101008-62042-15ozut5-0' 2>/dev/null
Category Load (0.8ms) SELECT * FROM "categories" WHERE ("categories"."id" = 2) 
Photo Create (0.4ms) INSERT INTO "photos" ("photo_file_size", "created_at", "title", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at", "description", "sort") VALUES(113067, '2010-10-08 12:35:58', NULL, NULL, 'Buttercup.jpg', '2010-10-08 12:35:58', 'image/jpeg', 2, '2010-10-08 12:35:55', NULL, NULL)
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/22/size11/Buttercup.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/22/size8/Buttercup.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/22/size5/Buttercup.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/22/size3/Buttercup.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/22/original/Buttercup.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/22/size2/Buttercup.jpg
Redirected to http://localhost:3000/photos/22
Completed in 3169ms (DB: 1) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-08 08:35:58) [GET]
Parameters: {"id"=>"22"}
Photo Load (0.5ms) SELECT * FROM "photos" WHERE ("photos"."id" = 22) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 13ms (View: 6, DB: 1) | 200 OK [http://localhost/photos/22]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 08:36:00) [GET]
Category Load (0.4ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering photos/new
Completed in 18ms (View: 7, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 08:36:05) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-62042-1naxn5a-0>, "category_id"=>"4"}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1ppv3s5-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1ppv3s5-0.jpg[0]' -resize "x308" -crop "308x308+77+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1ppv3s5-020101008-62042-1ppn119-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1ppv3s5-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1ppv3s5-0.jpg[0]' -resize "x224" -crop "224x224+56+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1ppv3s5-020101008-62042-sgdzqj-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1ppv3s5-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1ppv3s5-0.jpg[0]' -resize "x140" -crop "140x140+35+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1ppv3s5-020101008-62042-1rpznuy-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1ppv3s5-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1ppv3s5-0.jpg[0]' -resize "x84" -crop "84x84+21+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1ppv3s5-020101008-62042-1io17xi-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1ppv3s5-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1ppv3s5-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1ppv3s5-020101008-62042-jp7rsn-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1ppv3s5-020101008-62042-jp7rsn-0[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1ppv3s5-020101008-62042-jp7rsn-0[0]' -resize "x56" -crop "56x56+13+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1ppv3s5-020101008-62042-jp7rsn-020101008-62042-ijmlvm-0' 2>/dev/null
Category Load (0.9ms) SELECT * FROM "categories" WHERE ("categories"."id" = 4) 
Photo Create (0.4ms) INSERT INTO "photos" ("photo_file_size", "created_at", "title", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at", "description", "sort") VALUES(206182, '2010-10-08 12:36:08', NULL, NULL, 'Cadover Horses.jpg', '2010-10-08 12:36:08', 'image/jpeg', 4, '2010-10-08 12:36:05', NULL, NULL)
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/23/size11/Cadover Horses.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/23/size8/Cadover Horses.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/23/size5/Cadover Horses.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/23/size3/Cadover Horses.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/23/original/Cadover Horses.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/23/size2/Cadover Horses.jpg
Redirected to http://localhost:3000/photos/23
Completed in 3456ms (DB: 1) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-08 08:36:08) [GET]
Parameters: {"id"=>"23"}
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."id" = 23) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 14ms (View: 6, DB: 0) | 200 OK [http://localhost/photos/23]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 08:36:12) [GET]
Category Load (0.4ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering photos/new
Completed in 16ms (View: 6, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 08:36:22) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-62042-1rbf4jg-0>, "category_id"=>"2"}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-v13tg0-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-v13tg0-0.jpg[0]' -resize "x308" -crop "308x308+82+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-v13tg0-020101008-62042-1fwmofr-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-v13tg0-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-v13tg0-0.jpg[0]' -resize "x224" -crop "224x224+59+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-v13tg0-020101008-62042-1vkt1nh-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-v13tg0-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-v13tg0-0.jpg[0]' -resize "x140" -crop "140x140+37+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-v13tg0-020101008-62042-1fw777k-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-v13tg0-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-v13tg0-0.jpg[0]' -resize "x84" -crop "84x84+22+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-v13tg0-020101008-62042-1sl98pj-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-v13tg0-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-v13tg0-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-v13tg0-020101008-62042-4x3cob-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-v13tg0-020101008-62042-4x3cob-0[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-v13tg0-020101008-62042-4x3cob-0[0]' -resize "x56" -crop "56x56+14+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-v13tg0-020101008-62042-4x3cob-020101008-62042-1qtqc8a-0' 2>/dev/null
Category Load (0.3ms) SELECT * FROM "categories" WHERE ("categories"."id" = 2) 
Photo Create (0.3ms) INSERT INTO "photos" ("photo_file_size", "created_at", "title", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at", "description", "sort") VALUES(262475, '2010-10-08 12:36:24', NULL, NULL, 'Dragonfly.jpg', '2010-10-08 12:36:24', 'image/jpeg', 2, '2010-10-08 12:36:22', NULL, NULL)
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/24/size11/Dragonfly.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/24/size8/Dragonfly.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/24/size5/Dragonfly.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/24/size3/Dragonfly.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/24/original/Dragonfly.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/24/size2/Dragonfly.jpg
Redirected to http://localhost:3000/photos/24
Completed in 2007ms (DB: 1) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-08 08:36:24) [GET]
Parameters: {"id"=>"24"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 24) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 12ms (View: 5, DB: 0) | 200 OK [http://localhost/photos/24]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 08:36:26) [GET]
Category Load (0.4ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering photos/new
Completed in 17ms (View: 6, DB: 0) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 08:36:52) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-62042-12emmbg-0>, "category_id"=>"1"}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-8v8u49-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-8v8u49-0.jpg[0]' -resize "x308" -crop "308x308+163+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-8v8u49-020101008-62042-v51r9z-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-8v8u49-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-8v8u49-0.jpg[0]' -resize "x224" -crop "224x224+119+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-8v8u49-020101008-62042-1ddtvlc-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-8v8u49-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-8v8u49-0.jpg[0]' -resize "x140" -crop "140x140+74+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-8v8u49-020101008-62042-i247cw-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-8v8u49-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-8v8u49-0.jpg[0]' -resize "x84" -crop "84x84+44+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-8v8u49-020101008-62042-dg6x55-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-8v8u49-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-8v8u49-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-8v8u49-020101008-62042-9tsrty-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-8v8u49-020101008-62042-9tsrty-0[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-8v8u49-020101008-62042-9tsrty-0[0]' -resize "x56" -crop "56x56+29+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-8v8u49-020101008-62042-9tsrty-020101008-62042-5qs1wj-0' 2>/dev/null
Category Load (0.8ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Photo Create (0.3ms) INSERT INTO "photos" ("photo_file_size", "created_at", "title", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at", "description", "sort") VALUES(134145, '2010-10-08 12:36:54', NULL, NULL, 'Croagh Patrick no3.jpg', '2010-10-08 12:36:54', 'image/jpeg', 1, '2010-10-08 12:36:52', NULL, NULL)
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/25/size11/Croagh Patrick no3.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/25/size8/Croagh Patrick no3.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/25/size5/Croagh Patrick no3.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/25/size3/Croagh Patrick no3.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/25/original/Croagh Patrick no3.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/25/size2/Croagh Patrick no3.jpg
Redirected to http://localhost:3000/photos/25
Completed in 2442ms (DB: 1) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-08 08:36:54) [GET]
Parameters: {"id"=>"25"}
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."id" = 25) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 10ms (View: 4, DB: 0) | 200 OK [http://localhost/photos/25]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 08:36:56) [GET]
Photo Load (0.8ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 18ms (View: 12, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 08:54:26) [GET]
Photo Load (0.9ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 44ms (View: 38, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 08:54:29) [GET]
Category Load (0.5ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering photos/new
Completed in 85ms (View: 71, DB: 1) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 08:55:11) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-62042-1vf5ttz-0>, "category_id"=>"1"}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1nitd17-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1nitd17-0.jpg[0]' -resize "308x" -crop "308x308+0+76" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1nitd17-020101008-62042-1iqwvow-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1nitd17-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1nitd17-0.jpg[0]' -resize "224x" -crop "224x224+0+55" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1nitd17-020101008-62042-1dephlu-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1nitd17-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1nitd17-0.jpg[0]' -resize "140x" -crop "140x140+0+34" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1nitd17-020101008-62042-1v48aj3-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1nitd17-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1nitd17-0.jpg[0]' -resize "84x" -crop "84x84+0+20" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1nitd17-020101008-62042-6h7o5-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1nitd17-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1nitd17-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1nitd17-020101008-62042-qxkr36-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1nitd17-020101008-62042-qxkr36-0[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1nitd17-020101008-62042-qxkr36-0[0]' -resize "56x" -crop "56x56+0+13" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-62042-1nitd17-020101008-62042-qxkr36-020101008-62042-elfnsm-0' 2>/dev/null
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Photo Create (0.3ms) INSERT INTO "photos" ("photo_file_size", "created_at", "title", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at", "description", "sort") VALUES(241628, '2010-10-08 12:55:13', 'A Title', NULL, 'namitha1.jpg', '2010-10-08 12:55:13', 'image/jpeg', 1, '2010-10-08 12:55:11', NULL, NULL)
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/26/size11/namitha1.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/26/size8/namitha1.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/26/size5/namitha1.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/26/size3/namitha1.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/26/original/namitha1.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/26/size2/namitha1.jpg
Redirected to http://localhost:3000/photos/26
Completed in 1884ms (DB: 1) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-08 08:55:13) [GET]
Parameters: {"id"=>"26"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 26) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 54ms (View: 49, DB: 0) | 200 OK [http://localhost/photos/26]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 08:55:17) [GET]
Photo Load (1.2ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 21ms (View: 13, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 08:56:15) [GET]
Photo Load (0.8ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 175ms (View: 168, DB: 1) | 200 OK [http://localhost/photos]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 09:01:02) [GET]
Category Load (1.1ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 36ms (View: 24, DB: 1) | 200 OK [http://localhost/categories]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 10:15:58) [GET]
Category Load (0.5ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering photos/new
Completed in 128ms (View: 111, DB: 1) | 200 OK [http://localhost/photos/new]
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 10:16:15) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-62042-an58ie-0>, "category_id"=>"4"}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
NameError (uninitialized constant Photo::EXIFR):
app/models/photo.rb:17:in `get_exif'
app/controllers/photos_controller.rb:12:in `new'
app/controllers/photos_controller.rb:12:in `create'
Rendered rescues/_trace (32.8ms)
Rendered rescues/_request_and_response (0.5ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 10:16:37) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-62042-1xs9rvh-0>, "category_id"=>"4"}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
MissingSourceFile (no such file to load -- exifr):
app/models/photo.rb:1
app/controllers/photos_controller.rb:12:in `create'
Rendered rescues/_trace (31.8ms)
Rendered rescues/_request_and_response (0.5ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 10:18:27) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-75029-13kl9uc-0>, "category_id"=>"4"}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
NameError (undefined local variable or method `attachment' for #<Photo:0x1033aa0a8>):
app/models/photo.rb:19:in `get_exif'
app/controllers/photos_controller.rb:12:in `new'
app/controllers/photos_controller.rb:12:in `create'
Rendered rescues/_trace (29.8ms)
Rendered rescues/_request_and_response (1.1ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 10:18:51) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-75029-xv1owe-0>, "category_id"=>"4"}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
NoMethodError (undefined method `title' for #<EXIFR::JPEG:0x1035c70c0>):
exifr (1.0.3) lib/jpeg.rb:56:in `method_missing'
app/models/photo.rb:20:in `get_exif'
app/controllers/photos_controller.rb:12:in `new'
app/controllers/photos_controller.rb:12:in `create'
Rendered rescues/_trace (77.5ms)
Rendered rescues/_request_and_response (0.4ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 10:19:07) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-75029-1yzd31r-0>, "category_id"=>"4"}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
NoMethodError (undefined method `Title' for #<EXIFR::JPEG:0x10355bb40>):
exifr (1.0.3) lib/jpeg.rb:56:in `method_missing'
app/models/photo.rb:20:in `get_exif'
app/controllers/photos_controller.rb:12:in `new'
app/controllers/photos_controller.rb:12:in `create'
Rendered rescues/_trace (91.8ms)
Rendered rescues/_request_and_response (0.4ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 10:25:07) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-75171-8ts8l2-0>, "category_id"=>"4"}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
NoMethodError (undefined method `image_title' for #<EXIFR::JPEG:0x103354018>):
exifr (1.0.3) lib/jpeg.rb:56:in `method_missing'
app/models/photo.rb:20:in `get_exif'
app/controllers/photos_controller.rb:12:in `new'
app/controllers/photos_controller.rb:12:in `create'
Rendered rescues/_trace (100.4ms)
Rendered rescues/_request_and_response (1.2ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 10:55:35) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-75171-kexqwq-0>, "category_id"=>"4"}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
NoMethodError (undefined method `image_title' for #<EXIFR::JPEG:0x103564498>):
exifr (1.0.3) lib/jpeg.rb:56:in `method_missing'
app/models/photo.rb:20:in `get_exif'
app/controllers/photos_controller.rb:12:in `new'
app/controllers/photos_controller.rb:12:in `create'
Rendered rescues/_trace (921.4ms)
Rendered rescues/_request_and_response (0.7ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#create (for 127.0.0.1 at 2010-10-08 10:55:45) [POST]
Parameters: {"photo"=>{"photo"=>#<File:/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/RackMultipart20101008-75171-z7y869-0>, "category_id"=>"4"}, "commit"=>"Upload", "authenticity_token"=>"MRMA5jN8F+L8Qu/qxudBGU2lL/82P68aMbmoNbKb5zw="}
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-75171-wlz87h-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-75171-wlz87h-0.jpg[0]' -resize "x224" -crop "224x224+56+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-75171-wlz87h-020101008-75171-1a2wkim-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-75171-wlz87h-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-75171-wlz87h-0.jpg[0]' -resize "x140" -crop "140x140+35+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-75171-wlz87h-020101008-75171-1tlfnak-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-75171-wlz87h-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-75171-wlz87h-0.jpg[0]' -resize "x84" -crop "84x84+21+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-75171-wlz87h-020101008-75171-15c999c-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-75171-wlz87h-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-75171-wlz87h-0.jpg[0]' -resize "x56" -crop "56x56+14+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-75171-wlz87h-020101008-75171-gwsbld-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-75171-wlz87h-0.jpg[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-75171-wlz87h-0.jpg[0]' -resize "1024x1024>" '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-75171-wlz87h-020101008-75171-1899ffx-0' 2>/dev/null
[paperclip] identify -format %wx%h '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-75171-wlz87h-020101008-75171-1899ffx-0[0]' 2>/dev/null
[paperclip] convert '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-75171-wlz87h-020101008-75171-1899ffx-0[0]' -resize "x308" -crop "308x308+76+0" +repage '/var/folders/B2/B2qStFgNHj4CjwOiJRPQ+++++TI/-Tmp-/stream20101008-75171-wlz87h-020101008-75171-1899ffx-020101008-75171-d9lnxj-0' 2>/dev/null
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 4) 
Photo Create (0.4ms) INSERT INTO "photos" ("photo_file_size", "created_at", "title", "flickr_url", "photo_file_name", "updated_at", "photo_content_type", "category_id", "photo_updated_at", "description", "sort") VALUES(238370, '2010-10-08 14:55:49', NULL, NULL, 'Famine Monument at Murrisk.jpg', '2010-10-08 14:55:49', 'image/jpeg', 4, '2010-10-08 14:55:45', 'Detail of the ship monument at the base of Croagh Patrick, Co. Mayo.', NULL)
[paperclip] Saving attachments.
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/27/size8/Famine Monument at Murrisk.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/27/size5/Famine Monument at Murrisk.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/27/size3/Famine Monument at Murrisk.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/27/size2/Famine Monument at Murrisk.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/27/original/Famine Monument at Murrisk.jpg
[paperclip] saving /Users/danbee/Sites/rails/photos/public/system/photos/27/size11/Famine Monument at Murrisk.jpg
Redirected to http://localhost:3000/photos/27
Completed in 4605ms (DB: 1) | 302 Found [http://localhost/photos]
Processing PhotosController#show (for 127.0.0.1 at 2010-10-08 10:55:49) [GET]
Parameters: {"id"=>"27"}
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."id" = 27) 
Rendering template within layouts/photos
Rendering photos/show
Completed in 210ms (View: 204, DB: 0) | 200 OK [http://localhost/photos/27]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 10:55:53) [GET]
Photo Load (1.1ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 64ms (View: 55, DB: 1) | 200 OK [http://localhost/photos/]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:00:15) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 66ms (View: 40, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:00:57) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 30ms (View: 25, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:01:48) [GET]
Category Load (1.1ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 12ms (View: 5, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:02:06) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 57ms (View: 4, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:02:17) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 8ms (View: 4, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:03:10) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 10ms (View: 6, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:09:53) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 28ms (View: 23, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:10:13) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 11ms (View: 6, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:10:47) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 10ms (View: 6, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:11:19) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 11ms (View: 6, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:11:33) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 12ms (View: 7, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:12:15) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 23ms (View: 3, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:12:53) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 62ms (View: 4, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:12:54) [GET]
Category Load (0.9ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 10ms (View: 4, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:13:34) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 9ms (View: 4, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:14:27) [GET]
Category Load (0.8ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 8ms (View: 3, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:15:00) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 29ms (View: 25, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:15:38) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 62ms (View: 6, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:16:13) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 11ms (View: 7, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:16:30) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 13ms (View: 7, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:17:26) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 19ms (View: 7, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:17:50) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 8ms (View: 4, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:18:10) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 8ms (View: 3, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:18:38) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 8ms (View: 4, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:18:53) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 9ms (View: 4, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:19:44) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 11ms (View: 7, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#new (for 127.0.0.1 at 2010-10-08 11:25:52) [GET]
Rendering template within layouts/photos
Rendering categories/new
Completed in 99ms (View: 93, DB: 0) | 200 OK [http://localhost/categories/new]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:40:22) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 12ms (View: 7, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:40:59) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 9ms (View: 4, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:41:02) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 9ms (View: 4, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:41:12) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 9ms (View: 4, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:41:44) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 9ms (View: 4, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:42:04) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 8ms (View: 4, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:42:19) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 9ms (View: 4, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:43:38) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
ERROR: compiling _run_erb_app47views47categories47index46html46erb RAISED compile error
/Users/danbee/Sites/rails/photos/app/views/categories/index.html.erb:6: syntax error, unexpected tIDENTIFIER, expecting kDO or '{' or '('
...t(( link_tag '<h3>'+h category.name.downcase+'</h3>', catego...
^
/Users/danbee/Sites/rails/photos/app/views/categories/index.html.erb:6: syntax error, unexpected ',', expecting ')'
...ategory.name.downcase+'</h3>', category ).to_s); @output_buf...
^
Function body: def _run_erb_app47views47categories47index46html46erb(local_assigns)
old_output_buffer = output_buffer;;@output_buffer = ''; __in_erb_template=true ; @output_buffer.concat "<div class=\"sg-24 sgParent\">\n\n"
; @categories.each do |category| ; @output_buffer.concat "\n <div class=\"sg-8 sgParent\">\n\t\t<div class=\"category sg-7\" style=\"background: "
; @output_buffer.concat(( category.base_colour ).to_s); @output_buffer.concat "\">\n\t "
; @output_buffer.concat(( link_tag '<h3>'+h category.name.downcase+'</h3>', category ).to_s); @output_buffer.concat "\n\t\t</div>\n </div>\n"
; end ; @output_buffer.concat "\n\n <div class=\"sg-7 category blank-category\">\n </div>\n\n</div>\n"
; @output_buffer
ensure
self.output_buffer = old_output_buffer
end
Backtrace: /Users/danbee/Sites/rails/photos/app/views/categories/index.html.erb:18:in `compile!'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_view/renderable.rb:61:in `compile'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_view/renderable.rb:28:in `render'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_view/template.rb:205:in `render_template'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_view/base.rb:265:in `render'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_view/base.rb:348:in `_render_with_layout'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_view/base.rb:262:in `render'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:1250:in `render_for_file'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:942:in `render_without_benchmark'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:51:in `render'
/Library/Ruby/Gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/Library/Ruby/Gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:51:in `render'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/mime_responds.rb:135:in `send'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/mime_responds.rb:135:in `custom'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/mime_responds.rb:179:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/mime_responds.rb:179:in `respond'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/mime_responds.rb:173:in `each'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/mime_responds.rb:173:in `respond'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/mime_responds.rb:107:in `respond_to'
/Users/danbee/Sites/rails/photos/app/controllers/categories_controller.rb:8:in `index'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:1331:in `send'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:1331:in `perform_action_without_filters'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/filters.rb:617:in `call_filters'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/Library/Ruby/Gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/Library/Ruby/Gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/flash.rb:151:in `perform_action'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:532:in `send'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:532:in `process_without_filters'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/filters.rb:606:in `process'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:391:in `process'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:386:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/routing/route_set.rb:438:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:87:in `dispatch'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:121:in `_call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:130:in `build_middleware_stack'
/Library/Ruby/Gems/1.8/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:29:in `call'
/Library/Ruby/Gems/1.8/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:29:in `call'
/Library/Ruby/Gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
/Library/Ruby/Gems/1.8/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:9:in `cache'
/Library/Ruby/Gems/1.8/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:28:in `call'
/Library/Ruby/Gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/string_coercion.rb:25:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/head.rb:9:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/methodoverride.rb:24:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/params_parser.rb:15:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/session/cookie_store.rb:99:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/failsafe.rb:26:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/lock.rb:11:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/lock.rb:11:in `synchronize'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/lock.rb:11:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:114:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/reloader.rb:34:in `run'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:108:in `call'
/Library/Ruby/Gems/1.8/gems/rails-2.3.8/lib/rails/rack/static.rb:31:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/urlmap.rb:47:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/urlmap.rb:41:in `each'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/urlmap.rb:41:in `call'
/Library/Ruby/Gems/1.8/gems/rails-2.3.8/lib/rails/rack/log_tailer.rb:17:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/content_length.rb:13:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/chunked.rb:15:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/handler/mongrel.rb:67:in `process'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/handler/mongrel.rb:38:in `run'
/Library/Ruby/Gems/1.8/gems/rails-2.3.8/lib/commands/server.rb:111
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
script/server:3
ActionView::TemplateError (compile error
/Users/danbee/Sites/rails/photos/app/views/categories/index.html.erb:6: syntax error, unexpected tIDENTIFIER, expecting kDO or '{' or '('
...t(( link_tag '<h3>'+h category.name.downcase+'</h3>', catego...
^
/Users/danbee/Sites/rails/photos/app/views/categories/index.html.erb:6: syntax error, unexpected ',', expecting ')'
...ategory.name.downcase+'</h3>', category ).to_s); @output_buf...
^) on line #6 of app/views/categories/index.html.erb:
3: <% @categories.each do |category| %>
4: <div class="sg-8 sgParent">
5: <div class="category sg-7" style="background: <%= category.base_colour %>">
6: <%= link_tag '<h3>'+h category.name.downcase+'</h3>', category %>
7: </div>
8: </div>
9: <% end %>
app/views/categories/index.html.erb:18:in `compile!'
app/controllers/categories_controller.rb:8:in `index'
Rendered rescues/_trace (81.3ms)
Rendered rescues/_request_and_response (0.2ms)
Rendering rescues/layout (internal_server_error)
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:43:50) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
ActionView::TemplateError (undefined method `link_tag' for #<ActionView::Base:0x10356da48>) on line #6 of app/views/categories/index.html.erb:
3: <% @categories.each do |category| %>
4: <div class="sg-8 sgParent">
5: <div class="category sg-7" style="background: <%= category.base_colour %>">
6: <%= link_tag '<h3>'+h(category.name.downcase)+'</h3>', category %>
7: </div>
8: </div>
9: <% end %>
app/views/categories/index.html.erb:6
app/views/categories/index.html.erb:3:in `each'
app/views/categories/index.html.erb:3
app/controllers/categories_controller.rb:8:in `index'
Rendered rescues/_trace (27.8ms)
Rendered rescues/_request_and_response (0.2ms)
Rendering rescues/layout (internal_server_error)
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:43:56) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 69ms (View: 65, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 11:43:59) [GET]
Parameters: {"id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Rendering template within layouts/photos
Rendering categories/show
Completed in 27ms (View: 21, DB: 0) | 200 OK [http://localhost/categories/1]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 11:44:04) [GET]
Parameters: {"id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Rendering template within layouts/photos
Rendering categories/show
Completed in 9ms (View: 3, DB: 0) | 200 OK [http://localhost/categories/1]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 11:44:07) [GET]
Parameters: {"id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Rendering template within layouts/photos
Rendering categories/show
Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/categories/1]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:44:39) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 10ms (View: 6, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:44:50) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 71ms (View: 56, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 11:45:01) [GET]
Parameters: {"id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Rendering template within layouts/photos
Rendering categories/show
Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/categories/1]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 11:45:12) [GET]
Parameters: {"id"=>"1"}
Category Load (0.3ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Rendering template within layouts/photos
Rendering categories/show
Completed in 9ms (View: 3, DB: 0) | 200 OK [http://localhost/categories/1]
Processing CategoriesController#1 (for 127.0.0.1 at 2010-10-08 11:45:15) [GET]
Parameters: {"id"=>"photos"}
ActionController::UnknownAction (No action responded to 1. Actions: create, destroy, edit, index, new, show, and update):
Rendering rescues/layout (not_found)
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 11:46:58) [GET]
Parameters: {"id"=>"2"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 2) 
Rendering template within layouts/photos
Rendering categories/show
Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/categories/2]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 11:53:40) [GET]
Parameters: {"id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Rendering template within layouts/photos
Rendering categories/show
Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/categories/1]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 11:53:42) [GET]
Parameters: {"id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Rendering template within layouts/photos
Rendering categories/show
Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/categories/1]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:54:41) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 10ms (View: 5, DB: 1) | 200 OK [http://localhost/categories]
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 11:54:44) [GET]
ActionController::RoutingError (No route matches "/categories1/photos" with {:method=>:get}):
Rendering rescues/layout (not_found)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 11:54:46) [GET]
Parameters: {"category_id"=>"1"}
Photo Load (0.9ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 20ms (View: 12, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#new (for 127.0.0.1 at 2010-10-08 11:54:59) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.4ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering photos/new
Completed in 25ms (View: 15, DB: 0) | 200 OK [http://localhost/categories/1/photos/new]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 11:55:09) [GET]
Parameters: {"category_id"=>"2"}
Photo Load (0.9ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 19ms (View: 12, DB: 1) | 200 OK [http://localhost/categories/2/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 11:55:13) [GET]
Parameters: {"category_id"=>"1"}
Photo Load (0.9ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 17ms (View: 10, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 11:55:25) [GET]
Parameters: {"category_id"=>"1"}
Photo Load (1.0ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 19ms (View: 11, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:55:30) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 12ms (View: 8, DB: 1) | 200 OK [http://localhost/categories/]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 11:55:32) [GET]
Parameters: {"id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Rendering template within layouts/photos
Rendering categories/show
Completed in 10ms (View: 4, DB: 0) | 200 OK [http://localhost/categories/1]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:55:52) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
ActionView::TemplateError (undefined local variable or method `category_photos' for #<ActionView::Base:0x10339a680>) on line #6 of app/views/categories/index.html.erb:
3: <% @categories.each do |category| %>
4: <div class="sg-8 sgParent">
5: <div class="category sg-7" style="background: <%= category.base_colour %>">
6: <%= link_to '<h3>'+h(category.name.downcase)+'</h3>', category_photos %>
7: </div>
8: </div>
9: <% end %>
app/views/categories/index.html.erb:6
app/views/categories/index.html.erb:3:in `each'
app/views/categories/index.html.erb:3
app/controllers/categories_controller.rb:8:in `index'
Rendered rescues/_trace (108.1ms)
Rendered rescues/_request_and_response (0.2ms)
Rendering rescues/layout (internal_server_error)
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:55:57) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
ActionView::TemplateError (category_photos_url failed to generate from {:action=>"index", :controller=>"photos"} - you may have ambiguous routes, or you may need to supply additional parameters for this route. content_url has the following required parameters: ["categories", :category_id, "photos"] - are they all satisfied?) on line #6 of app/views/categories/index.html.erb:
3: <% @categories.each do |category| %>
4: <div class="sg-8 sgParent">
5: <div class="category sg-7" style="background: <%= category.base_colour %>">
6: <%= link_to '<h3>'+h(category.name.downcase)+'</h3>', category_photos_url %>
7: </div>
8: </div>
9: <% end %>
(eval):21:in `category_photos_url'
app/views/categories/index.html.erb:6
app/views/categories/index.html.erb:3:in `each'
app/views/categories/index.html.erb:3
app/controllers/categories_controller.rb:8:in `index'
Rendered rescues/_trace (32.3ms)
Rendered rescues/_request_and_response (0.2ms)
Rendering rescues/layout (internal_server_error)
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:56:09) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 11ms (View: 7, DB: 1) | 200 OK [http://localhost/categories/]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:56:10) [GET]
Category Load (0.9ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 12ms (View: 7, DB: 1) | 200 OK [http://localhost/categories/]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:56:16) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos".category_id = 1) 
ActionView::TemplateError (undefined method `photo_photo_path' for #<ActionView::Base:0x10349a2d8>) on line #6 of app/views/categories/index.html.erb:
3: <% @categories.each do |category| %>
4: <div class="sg-8 sgParent">
5: <div class="category sg-7" style="background: <%= category.base_colour %>">
6: <%= link_to '<h3>'+h(category.name.downcase)+'</h3>', category.photos %>
7: </div>
8: </div>
9: <% end %>
app/views/categories/index.html.erb:6
app/views/categories/index.html.erb:3:in `each'
app/views/categories/index.html.erb:3
app/controllers/categories_controller.rb:8:in `index'
Rendered rescues/_trace (83.3ms)
Rendered rescues/_request_and_response (0.2ms)
Rendering rescues/layout (internal_server_error)
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:56:30) [GET]
Category Load (0.8ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
ActionView::TemplateError (category_photos_url failed to generate from {:action=>"index", :controller=>"photos"} - you may have ambiguous routes, or you may need to supply additional parameters for this route. content_url has the following required parameters: ["categories", :category_id, "photos"] - are they all satisfied?) on line #6 of app/views/categories/index.html.erb:
3: <% @categories.each do |category| %>
4: <div class="sg-8 sgParent">
5: <div class="category sg-7" style="background: <%= category.base_colour %>">
6: <%= link_to '<h3>'+h(category.name.downcase)+'</h3>', category_photos_path %>
7: </div>
8: </div>
9: <% end %>
(eval):21:in `category_photos_path'
app/views/categories/index.html.erb:6
app/views/categories/index.html.erb:3:in `each'
app/views/categories/index.html.erb:3
app/controllers/categories_controller.rb:8:in `index'
Rendered rescues/_trace (35.1ms)
Rendered rescues/_request_and_response (0.4ms)
Rendering rescues/layout (internal_server_error)
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:56:59) [GET]
Category Load (0.8ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
ActionView::TemplateError (category_photos_url failed to generate from {:action=>"index", :controller=>"photos"} - you may have ambiguous routes, or you may need to supply additional parameters for this route. content_url has the following required parameters: ["categories", :category_id, "photos"] - are they all satisfied?) on line #6 of app/views/categories/index.html.erb:
3: <% @categories.each do |category| %>
4: <div class="sg-8 sgParent">
5: <div class="category sg-7" style="background: <%= category.base_colour %>">
6: <%= link_to '<h3>'+h(category.name.downcase)+'</h3>', category_photos_path, category %>
7: </div>
8: </div>
9: <% end %>
(eval):21:in `category_photos_path'
app/views/categories/index.html.erb:6
app/views/categories/index.html.erb:3:in `each'
app/views/categories/index.html.erb:3
app/controllers/categories_controller.rb:8:in `index'
Rendered rescues/_trace (30.6ms)
Rendered rescues/_request_and_response (0.3ms)
Rendering rescues/layout (internal_server_error)
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:57:10) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
ERROR: compiling _run_erb_app47views47categories47index46html46erb RAISED compile error
/Users/danbee/Sites/rails/photos/app/views/categories/index.html.erb:6: syntax error, unexpected '=', expecting ')'
...ry_photos_path, :category_id = category ).to_s); @output_buf...
^
Function body: def _run_erb_app47views47categories47index46html46erb(local_assigns)
old_output_buffer = output_buffer;;@output_buffer = ''; __in_erb_template=true ; @output_buffer.concat "<div class=\"sg-24 sgParent\">\n\n"
; @categories.each do |category| ; @output_buffer.concat "\n <div class=\"sg-8 sgParent\">\n\t\t<div class=\"category sg-7\" style=\"background: "
; @output_buffer.concat(( category.base_colour ).to_s); @output_buffer.concat "\">\n\t "
; @output_buffer.concat(( link_to '<h3>'+h(category.name.downcase)+'</h3>', category_photos_path, :category_id = category ).to_s); @output_buffer.concat "\n\t\t</div>\n </div>\n"
; end ; @output_buffer.concat "\n\n <div class=\"sg-7 category blank-category\">\n </div>\n\n</div>\n"
; @output_buffer
ensure
self.output_buffer = old_output_buffer
end
Backtrace: /Users/danbee/Sites/rails/photos/app/views/categories/index.html.erb:18:in `compile!'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_view/renderable.rb:61:in `compile'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_view/renderable.rb:28:in `render'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_view/template.rb:205:in `render_template'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_view/base.rb:265:in `render'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_view/base.rb:348:in `_render_with_layout'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_view/base.rb:262:in `render'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:1250:in `render_for_file'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:942:in `render_without_benchmark'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:51:in `render'
/Library/Ruby/Gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/Library/Ruby/Gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:51:in `render'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/mime_responds.rb:135:in `send'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/mime_responds.rb:135:in `custom'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/mime_responds.rb:179:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/mime_responds.rb:179:in `respond'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/mime_responds.rb:173:in `each'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/mime_responds.rb:173:in `respond'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/mime_responds.rb:107:in `respond_to'
/Users/danbee/Sites/rails/photos/app/controllers/categories_controller.rb:8:in `index'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:1331:in `send'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:1331:in `perform_action_without_filters'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/filters.rb:617:in `call_filters'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/Library/Ruby/Gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/Library/Ruby/Gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/flash.rb:151:in `perform_action'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:532:in `send'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:532:in `process_without_filters'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/filters.rb:606:in `process'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:391:in `process'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb:386:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/routing/route_set.rb:438:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:87:in `dispatch'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:121:in `_call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:130:in `build_middleware_stack'
/Library/Ruby/Gems/1.8/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:29:in `call'
/Library/Ruby/Gems/1.8/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:29:in `call'
/Library/Ruby/Gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
/Library/Ruby/Gems/1.8/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:9:in `cache'
/Library/Ruby/Gems/1.8/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:28:in `call'
/Library/Ruby/Gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/string_coercion.rb:25:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/head.rb:9:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/methodoverride.rb:24:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/params_parser.rb:15:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/session/cookie_store.rb:99:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/failsafe.rb:26:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/lock.rb:11:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/lock.rb:11:in `synchronize'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/lock.rb:11:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:114:in `call'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/reloader.rb:34:in `run'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:108:in `call'
/Library/Ruby/Gems/1.8/gems/rails-2.3.8/lib/rails/rack/static.rb:31:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/urlmap.rb:47:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/urlmap.rb:41:in `each'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/urlmap.rb:41:in `call'
/Library/Ruby/Gems/1.8/gems/rails-2.3.8/lib/rails/rack/log_tailer.rb:17:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/content_length.rb:13:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/chunked.rb:15:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/handler/mongrel.rb:67:in `process'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/handler/mongrel.rb:38:in `run'
/Library/Ruby/Gems/1.8/gems/rails-2.3.8/lib/commands/server.rb:111
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
script/server:3
ActionView::TemplateError (compile error
/Users/danbee/Sites/rails/photos/app/views/categories/index.html.erb:6: syntax error, unexpected '=', expecting ')'
...ry_photos_path, :category_id = category ).to_s); @output_buf...
^) on line #6 of app/views/categories/index.html.erb:
3: <% @categories.each do |category| %>
4: <div class="sg-8 sgParent">
5: <div class="category sg-7" style="background: <%= category.base_colour %>">
6: <%= link_to '<h3>'+h(category.name.downcase)+'</h3>', category_photos_path, :category_id = category %>
7: </div>
8: </div>
9: <% end %>
app/views/categories/index.html.erb:18:in `compile!'
app/controllers/categories_controller.rb:8:in `index'
Rendered rescues/_trace (88.3ms)
Rendered rescues/_request_and_response (0.3ms)
Rendering rescues/layout (internal_server_error)
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:57:16) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
ActionView::TemplateError (category_photos_url failed to generate from {:action=>"index", :controller=>"photos"} - you may have ambiguous routes, or you may need to supply additional parameters for this route. content_url has the following required parameters: ["categories", :category_id, "photos"] - are they all satisfied?) on line #6 of app/views/categories/index.html.erb:
3: <% @categories.each do |category| %>
4: <div class="sg-8 sgParent">
5: <div class="category sg-7" style="background: <%= category.base_colour %>">
6: <%= link_to '<h3>'+h(category.name.downcase)+'</h3>', category_photos_path, :category_id => category %>
7: </div>
8: </div>
9: <% end %>
(eval):21:in `category_photos_path'
app/views/categories/index.html.erb:6
app/views/categories/index.html.erb:3:in `each'
app/views/categories/index.html.erb:3
app/controllers/categories_controller.rb:8:in `index'
Rendered rescues/_trace (29.8ms)
Rendered rescues/_request_and_response (0.3ms)
Rendering rescues/layout (internal_server_error)
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 11:58:09) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 71ms (View: 67, DB: 1) | 200 OK [http://localhost/categories/]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 11:58:15) [GET]
Parameters: {"category_id"=>"1"}
Photo Load (1.1ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 19ms (View: 11, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 12:10:02) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 11ms (View: 6, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 12:10:36) [GET]
Parameters: {"id"=>"1"}
Category Load (0.3ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Rendering template within layouts/photos
Rendering categories/show
Completed in 12ms (View: 4, DB: 0) | 200 OK [http://localhost/categories/1]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:10:39) [GET]
Parameters: {"category_id"=>"1"}
Photo Load (1.0ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 72ms (View: 63, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing CategoriesController#1 (for 127.0.0.1 at 2010-10-08 12:14:36) [GET]
Parameters: {"id"=>"photos"}
ActionController::UnknownAction (No action responded to 1. Actions: create, destroy, edit, index, new, show, and update):
Rendering rescues/layout (not_found)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:15:40) [GET]
Parameters: {"category_id"=>"1"}
Photo Load (0.9ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 39ms (View: 33, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing ApplicationController#index (for 127.0.0.1 at 2010-10-08 12:19:30) [GET]
Parameters: {"category_id"=>"1"}
SyntaxError (/Users/danbee/Sites/rails/photos/app/controllers/photos_controller.rb:8: odd number list for Hash
...conditions => { :category_id = params[:category_id] })
^
/Users/danbee/Sites/rails/photos/app/controllers/photos_controller.rb:8: syntax error, unexpected '=', expecting '}'
...conditions => { :category_id = params[:category_id] })
^
/Users/danbee/Sites/rails/photos/app/controllers/photos_controller.rb:8: syntax error, unexpected '}', expecting kEND
...ry_id = params[:category_id] })
^
/Users/danbee/Sites/rails/photos/app/controllers/photos_controller.rb:24: syntax error, unexpected $end, expecting kEND):
Rendered rescues/_trace (18.6ms)
Rendered rescues/_request_and_response (0.3ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:19:35) [GET]
Parameters: {"category_id"=>"1"}
Photo Load (21.1ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 69ms (View: 42, DB: 21) | 200 OK [http://localhost/categories/1/photos]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 12:19:41) [GET]
Parameters: {"id"=>"2"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 2) 
Rendering template within layouts/photos
Rendering categories/show
Completed in 72ms (View: 10, DB: 0) | 200 OK [http://localhost/categories/2]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:19:43) [GET]
Parameters: {"category_id"=>"2"}
Photo Load (1.0ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '2') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 90ms (View: 82, DB: 1) | 200 OK [http://localhost/categories/2/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:19:50) [GET]
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" IS NULL) 
Rendering template within layouts/photos
Rendering photos/index
Completed in 7ms (View: 2, DB: 0) | 200 OK [http://localhost/photos]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 12:19:58) [GET]
Parameters: {"id"=>"5"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 5) 
Rendering template within layouts/photos
Rendering categories/show
Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/categories/5]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:20:01) [GET]
Parameters: {"category_id"=>"5"}
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '5') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 9ms (View: 3, DB: 0) | 200 OK [http://localhost/categories/5/photos]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 12:20:03) [GET]
Parameters: {"id"=>"4"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 4) 
Rendering template within layouts/photos
Rendering categories/show
Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/categories/4]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:20:06) [GET]
Parameters: {"category_id"=>"4"}
Photo Load (0.6ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '4') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 63ms (View: 6, DB: 1) | 200 OK [http://localhost/categories/4/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:22:33) [GET]
Parameters: {"category_id"=>"5"}
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '5') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 9ms (View: 2, DB: 0) | 200 OK [http://localhost/categories/5/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:22:39) [GET]
Parameters: {"category_id"=>"3"}
Photo Load (0.5ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '3') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 13ms (View: 7, DB: 1) | 200 OK [http://localhost/categories/3/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:23:30) [GET]
Parameters: {"category_id"=>"3"}
Photo Load (0.6ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '3') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 12ms (View: 6, DB: 1) | 200 OK [http://localhost/categories/3/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:23:33) [GET]
Photo Load (1.5ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 69ms (View: 61, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:24:04) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.1ms) SELECT * FROM "categories" WHERE ("categories"."id" = '--- :category_id
') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 18ms (View: 7, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:24:47) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.1ms) SELECT * FROM "categories" WHERE ("categories"."id" = '--- :category_id
') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 19ms (View: 10, DB: 0) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:24:49) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.1ms) SELECT * FROM "categories" WHERE ("categories"."id" = '--- :category_id
') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 14ms (View: 6, DB: 0) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:25:23) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.1ms) SELECT * FROM "categories" WHERE ("categories"."id" = '--- :category_id
') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
ActionView::TemplateError (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.empty?) on line #1 of app/views/photos/index.html.erb:
1: <% if !@category.empty? %>
2: <div class="sg-5 image140">
3: </div>
4: <% end %>
app/views/photos/index.html.erb:1
Rendered rescues/_trace (28.1ms)
Rendered rescues/_request_and_response (0.3ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:25:36) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.1ms) SELECT * FROM "categories" WHERE ("categories"."id" = '--- :category_id
') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 17ms (View: 9, DB: 0) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:31:13) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '--- :category_id
') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 74ms (View: 8, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:31:37) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.1ms) SELECT * FROM "categories" WHERE ("categories"."id" = '--- :category_id
') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
ActionView::TemplateError (undefined method `name' for nil:NilClass) on line #1 of app/views/photos/index.html.erb:
1: <% if @category.name %>
2: <div class="sg-5 image140">
3: </div>
4: <% end %>
app/views/photos/index.html.erb:1
Rendered rescues/_trace (25.4ms)
Rendered rescues/_request_and_response (0.3ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:32:31) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 74ms (View: 7, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:32:39) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 19ms (View: 9, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:34:09) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 17ms (View: 8, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:34:25) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 17ms (View: 8, DB: 0) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:34:31) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.3ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 20ms (View: 6, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 12:35:13) [GET]
Category Load (0.9ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 16ms (View: 9, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 12:35:23) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 9ms (View: 5, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 12:35:42) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 60ms (View: 54, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 12:36:57) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 10ms (View: 5, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 12:36:58) [GET]
Parameters: {"id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Rendering template within layouts/photos
Rendering categories/show
Completed in 9ms (View: 3, DB: 0) | 200 OK [http://localhost/categories/1]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:37:01) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.5ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
ActionView::TemplateError (wrong number of arguments (0 for 1)) on line #8 of app/views/photos/index.html.erb:
5:
6: <% @photos.each do |photo| %>
7:
8: <div class="sg-5" style="background: <%= photo.photo.url(:size5) %>"><%= link_to image_tag(), photo.photo.url, :rel => 'photo', :class => 'fancy' %></div>
9:
10: <% end %>
app/views/photos/index.html.erb:8:in `image_tag'
app/views/photos/index.html.erb:8
app/views/photos/index.html.erb:6:in `each'
app/views/photos/index.html.erb:6
Rendered rescues/_trace (81.5ms)
Rendered rescues/_request_and_response (0.3ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:37:19) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 21ms (View: 11, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:37:44) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.5ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 18ms (View: 8, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:38:15) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.3ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 15ms (View: 5, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:38:29) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 14ms (View: 6, DB: 0) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:39:06) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.3ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 19ms (View: 10, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:39:18) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 18ms (View: 9, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:39:29) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.3ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 72ms (View: 9, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:40:36) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 19ms (View: 9, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:40:49) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.6ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 20ms (View: 9, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:40:50) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.5ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 18ms (View: 7, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:41:06) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.8ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 19ms (View: 9, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:41:27) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.3ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 19ms (View: 9, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:41:37) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.3ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 19ms (View: 8, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:41:50) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.6ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 70ms (View: 9, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:42:07) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 15ms (View: 6, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:42:31) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 21ms (View: 10, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:43:27) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 20ms (View: 10, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:43:46) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 16ms (View: 6, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:44:01) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 14ms (View: 5, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:44:13) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.5ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 68ms (View: 6, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:44:41) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 18ms (View: 9, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:44:55) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 18ms (View: 9, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:45:40) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.5ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
ActionView::TemplateError (undefined local variable or method `category' for #<ActionView::Base:0x103235b28>) on line #3 of app/views/photos/index.html.erb:
1: <% if @category %>
2: <div class="sg-5 category" style="background: <%= @category.base_colour %>">
3: <h3><%=h category.name.downcase %></h3>
4: </div>
5: <% end %>
6:
app/views/photos/index.html.erb:3
Rendered rescues/_trace (28.4ms)
Rendered rescues/_request_and_response (0.2ms)
Rendering rescues/layout (internal_server_error)
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:45:46) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 19ms (View: 9, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:46:02) [GET]
Parameters: {"category_id"=>"2"}
Category Load (0.3ms) SELECT * FROM "categories" WHERE ("categories"."id" = '2') LIMIT 1
Photo Load (0.5ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '2') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 20ms (View: 7, DB: 1) | 200 OK [http://localhost/categories/2/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:46:05) [GET]
Parameters: {"category_id"=>"3"}
Category Load (0.4ms) SELECT * FROM "categories" WHERE ("categories"."id" = '3') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '3') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 18ms (View: 6, DB: 1) | 200 OK [http://localhost/categories/3/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:46:08) [GET]
Parameters: {"category_id"=>"4"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '4') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '4') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 20ms (View: 8, DB: 1) | 200 OK [http://localhost/categories/4/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:46:10) [GET]
Parameters: {"category_id"=>"5"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '5') LIMIT 1
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '5') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 13ms (View: 3, DB: 0) | 200 OK [http://localhost/categories/5/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:46:12) [GET]
Parameters: {"category_id"=>"6"}
Category Load (0.1ms) SELECT * FROM "categories" WHERE ("categories"."id" = '6') LIMIT 1
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '6') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 12ms (View: 2, DB: 0) | 200 OK [http://localhost/categories/6/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:46:15) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 18ms (View: 7, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:46:20) [GET]
Photo Load (1.1ms) SELECT * FROM "photos" 
Rendering template within layouts/photos
Rendering photos/index
Completed in 18ms (View: 9, DB: 1) | 200 OK [http://localhost/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 12:46:25) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 18ms (View: 7, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 12:46:38) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 9ms (View: 5, DB: 1) | 200 OK [http://localhost/categories/]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 12:46:40) [GET]
Parameters: {"id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Rendering template within layouts/photos
Rendering categories/show
Completed in 9ms (View: 3, DB: 0) | 200 OK [http://localhost/categories/1]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 12:46:42) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 9ms (View: 5, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 12:46:43) [GET]
Parameters: {"id"=>"1"}
Category Load (0.3ms) SELECT * FROM "categories" WHERE ("categories"."id" = 1) 
Rendering template within layouts/photos
Rendering categories/show
Completed in 12ms (View: 5, DB: 0) | 200 OK [http://localhost/categories/1]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 12:46:44) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 9ms (View: 5, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#show (for 127.0.0.1 at 2010-10-08 12:46:45) [GET]
Parameters: {"id"=>"2"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = 2) 
Rendering template within layouts/photos
Rendering categories/show
Completed in 61ms (View: 3, DB: 0) | 200 OK [http://localhost/categories/2]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 12:46:46) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 10ms (View: 5, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 12:47:47) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 9ms (View: 5, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 12:48:10) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
ActionView::TemplateError (undefined local variable or method `category_photos' for #<ActionView::Base:0x1031a7918>) on line #6 of app/views/categories/index.html.erb:
3: <% @categories.each do |category| %>
4: <div class="sg-8 sgParent">
5: <div class="category sg-7" style="background: <%= category.base_colour %>">
6: <%= link_to '<h3>'+h(category.name.downcase)+'</h3>', category_photos %>
7: </div>
8: </div>
9: <% end %>
app/views/categories/index.html.erb:6
app/views/categories/index.html.erb:3:in `each'
app/views/categories/index.html.erb:3
app/controllers/categories_controller.rb:8:in `index'
Rendered rescues/_trace (27.4ms)
Rendered rescues/_request_and_response (0.2ms)
Rendering rescues/layout (internal_server_error)
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 12:48:15) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
ActionView::TemplateError (category_photos_url failed to generate from {:action=>"index", :controller=>"photos"} - you may have ambiguous routes, or you may need to supply additional parameters for this route. content_url has the following required parameters: ["category", :category_id, "comments"] - are they all satisfied?) on line #6 of app/views/categories/index.html.erb:
3: <% @categories.each do |category| %>
4: <div class="sg-8 sgParent">
5: <div class="category sg-7" style="background: <%= category.base_colour %>">
6: <%= link_to '<h3>'+h(category.name.downcase)+'</h3>', category_photos_url %>
7: </div>
8: </div>
9: <% end %>
(eval):21:in `category_photos_url'
app/views/categories/index.html.erb:6
app/views/categories/index.html.erb:3:in `each'
app/views/categories/index.html.erb:3
app/controllers/categories_controller.rb:8:in `index'
Rendered rescues/_trace (88.4ms)
Rendered rescues/_request_and_response (0.2ms)
Rendering rescues/layout (internal_server_error)
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 12:48:41) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
ActionView::TemplateError (category_photos_url failed to generate from {:action=>"index", :controller=>"photos"} - you may have ambiguous routes, or you may need to supply additional parameters for this route. content_url has the following required parameters: ["category", :category_id, "photos"] - are they all satisfied?) on line #6 of app/views/categories/index.html.erb:
3: <% @categories.each do |category| %>
4: <div class="sg-8 sgParent">
5: <div class="category sg-7" style="background: <%= category.base_colour %>">
6: <%= link_to '<h3>'+h(category.name.downcase)+'</h3>', category_photos_url %>
7: </div>
8: </div>
9: <% end %>
(eval):21:in `category_photos_url'
app/views/categories/index.html.erb:6
app/views/categories/index.html.erb:3:in `each'
app/views/categories/index.html.erb:3
app/controllers/categories_controller.rb:8:in `index'
Rendered rescues/_trace (92.1ms)
Rendered rescues/_request_and_response (0.3ms)
Rendering rescues/layout (internal_server_error)
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 12:48:56) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
ActionView::TemplateError (category_photos_url failed to generate from {:action=>"index", :controller=>"photos"} - you may have ambiguous routes, or you may need to supply additional parameters for this route. content_url has the following required parameters: ["category", :category_id, "photos"] - are they all satisfied?) on line #6 of app/views/categories/index.html.erb:
3: <% @categories.each do |category| %>
4: <div class="sg-8 sgParent">
5: <div class="category sg-7" style="background: <%= category.base_colour %>">
6: <%= link_to '<h3>'+h(category.name.downcase)+'</h3>', category_photos_url, category %>
7: </div>
8: </div>
9: <% end %>
(eval):21:in `category_photos_url'
app/views/categories/index.html.erb:6
app/views/categories/index.html.erb:3:in `each'
app/views/categories/index.html.erb:3
app/controllers/categories_controller.rb:8:in `index'
Rendered rescues/_trace (30.9ms)
Rendered rescues/_request_and_response (0.3ms)
Rendering rescues/layout (internal_server_error)
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 12:49:09) [GET]
Category Load (0.8ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
ActionView::TemplateError (category_photos_url failed to generate from {:action=>"index", :controller=>"photos"} - you may have ambiguous routes, or you may need to supply additional parameters for this route. content_url has the following required parameters: ["category", :category_id, "photos"] - are they all satisfied?) on line #6 of app/views/categories/index.html.erb:
3: <% @categories.each do |category| %>
4: <div class="sg-8 sgParent">
5: <div class="category sg-7" style="background: <%= category.base_colour %>">
6: <%= link_to '<h3>'+h(category.name.downcase)+'</h3>', category_photos_url, :category_id => category.id %>
7: </div>
8: </div>
9: <% end %>
(eval):21:in `category_photos_url'
app/views/categories/index.html.erb:6
app/views/categories/index.html.erb:3:in `each'
app/views/categories/index.html.erb:3
app/controllers/categories_controller.rb:8:in `index'
Rendered rescues/_trace (31.2ms)
Rendered rescues/_request_and_response (0.3ms)
Rendering rescues/layout (internal_server_error)
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 12:49:30) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
ActionView::TemplateError (category_photos_url failed to generate from {:action=>"index", :controller=>"photos"} - you may have ambiguous routes, or you may need to supply additional parameters for this route. content_url has the following required parameters: ["category", :id, "photos"] - are they all satisfied?) on line #6 of app/views/categories/index.html.erb:
3: <% @categories.each do |category| %>
4: <div class="sg-8 sgParent">
5: <div class="category sg-7" style="background: <%= category.base_colour %>">
6: <%= link_to '<h3>'+h(category.name.downcase)+'</h3>', category_photos_url, :category_id => category.id %>
7: </div>
8: </div>
9: <% end %>
(eval):21:in `category_photos_url'
app/views/categories/index.html.erb:6
app/views/categories/index.html.erb:3:in `each'
app/views/categories/index.html.erb:3
app/controllers/categories_controller.rb:8:in `index'
Rendered rescues/_trace (30.2ms)
Rendered rescues/_request_and_response (0.3ms)
Rendering rescues/layout (internal_server_error)
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 12:49:58) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
ActionView::TemplateError (category_photos_url failed to generate from {:action=>"index", :controller=>"photos"} - you may have ambiguous routes, or you may need to supply additional parameters for this route. content_url has the following required parameters: ["categories", :category_id, "photos"] - are they all satisfied?) on line #6 of app/views/categories/index.html.erb:
3: <% @categories.each do |category| %>
4: <div class="sg-8 sgParent">
5: <div class="category sg-7" style="background: <%= category.base_colour %>">
6: <%= link_to '<h3>'+h(category.name.downcase)+'</h3>', category_photos_url, :category_id => category.id %>
7: </div>
8: </div>
9: <% end %>
(eval):21:in `category_photos_url'
app/views/categories/index.html.erb:6
app/views/categories/index.html.erb:3:in `each'
app/views/categories/index.html.erb:3
app/controllers/categories_controller.rb:8:in `index'
Rendered rescues/_trace (89.3ms)
Rendered rescues/_request_and_response (0.3ms)
Rendering rescues/layout (internal_server_error)
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 12:50:09) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 12ms (View: 8, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 12:59:29) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
ActionView::TemplateError (undefined local variable or method `category_photos' for #<ActionView::Base:0x10322be20>) on line #6 of app/views/categories/index.html.erb:
3: <% @categories.each do |category| %>
4: <div class="sg-8 sgParent">
5: <div class="category sg-7" style="background: <%= category.base_colour %>">
6: <%= link_to '<h3>'+h(category.name.downcase)+'</h3>', category_photos %>
7: </div>
8: </div>
9: <% end %>
app/views/categories/index.html.erb:6
app/views/categories/index.html.erb:3:in `each'
app/views/categories/index.html.erb:3
app/controllers/categories_controller.rb:8:in `index'
Rendered rescues/_trace (87.7ms)
Rendered rescues/_request_and_response (0.3ms)
Rendering rescues/layout (internal_server_error)
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 12:59:36) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
ActionView::TemplateError (category_photos_url failed to generate from {:action=>"index", :controller=>"photos"} - you may have ambiguous routes, or you may need to supply additional parameters for this route. content_url has the following required parameters: ["categories", :category_id, "photos"] - are they all satisfied?) on line #6 of app/views/categories/index.html.erb:
3: <% @categories.each do |category| %>
4: <div class="sg-8 sgParent">
5: <div class="category sg-7" style="background: <%= category.base_colour %>">
6: <%= link_to '<h3>'+h(category.name.downcase)+'</h3>', category_photos_path %>
7: </div>
8: </div>
9: <% end %>
(eval):21:in `category_photos_path'
app/views/categories/index.html.erb:6
app/views/categories/index.html.erb:3:in `each'
app/views/categories/index.html.erb:3
app/controllers/categories_controller.rb:8:in `index'
Rendered rescues/_trace (89.2ms)
Rendered rescues/_request_and_response (0.3ms)
Rendering rescues/layout (internal_server_error)
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 13:00:01) [GET]
Category Load (0.7ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
ActionView::TemplateError (category_photos_url failed to generate from {:action=>"index", :controller=>"photos"} - you may have ambiguous routes, or you may need to supply additional parameters for this route. content_url has the following required parameters: ["categories", :category_id, "photos"] - are they all satisfied?) on line #6 of app/views/categories/index.html.erb:
3: <% @categories.each do |category| %>
4: <div class="sg-8 sgParent">
5: <div class="category sg-7" style="background: <%= category.base_colour %>">
6: <%= link_to '<h3>'+h(category.name.downcase)+'</h3>', category_photos_path, { :category_id => category.id } %>
7: </div>
8: </div>
9: <% end %>
(eval):21:in `category_photos_path'
app/views/categories/index.html.erb:6
app/views/categories/index.html.erb:3:in `each'
app/views/categories/index.html.erb:3
app/controllers/categories_controller.rb:8:in `index'
Rendered rescues/_trace (30.1ms)
Rendered rescues/_request_and_response (0.2ms)
Rendering rescues/layout (internal_server_error)
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 13:00:13) [GET]
Category Load (0.6ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 76ms (View: 71, DB: 1) | 200 OK [http://localhost/categories]
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 13:01:38) [GET]
Category Load (21.8ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
ActionView::TemplateError (category_photos_url failed to generate from {:action=>"index", :controller=>"photos"} - you may have ambiguous routes, or you may need to supply additional parameters for this route. content_url has the following required parameters: ["categories", :category_id, "photos"] - are they all satisfied?) on line #6 of app/views/categories/index.html.erb:
3: <% @categories.each do |category| %>
4: <div class="sg-8 sgParent">
5: <div class="category sg-7" style="background: <%= category.base_colour %>">
6: <%= link_to '<h3>'+h(category.name.downcase)+'</h3>', category_photos_path %>
7: </div>
8: </div>
9: <% end %>
(eval):21:in `category_photos_path'
app/views/categories/index.html.erb:6
app/views/categories/index.html.erb:3:in `each'
app/views/categories/index.html.erb:3
app/controllers/categories_controller.rb:8:in `index'
Rendered rescues/_trace (43.6ms)
Rendered rescues/_request_and_response (0.4ms)
Rendering rescues/layout (internal_server_error)
Processing CategoriesController#index (for 127.0.0.1 at 2010-10-08 13:02:03) [GET]
Category Load (1.0ms) SELECT * FROM "categories" 
Rendering template within layouts/photos
Rendering categories/index
Completed in 30ms (View: 6, DB: 1) | 200 OK [http://localhost/categories]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:02:05) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (14.1ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 42ms (View: 9, DB: 14) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:02:06) [GET]
Parameters: {"category_id"=>"2"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '2') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '2') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 15ms (View: 6, DB: 1) | 200 OK [http://localhost/categories/2/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:02:08) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 16ms (View: 6, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:02:10) [GET]
Parameters: {"category_id"=>"5"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '5') LIMIT 1
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '5') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 12ms (View: 3, DB: 0) | 200 OK [http://localhost/categories/5/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:02:13) [GET]
Parameters: {"category_id"=>"4"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '4') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '4') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 14ms (View: 6, DB: 1) | 200 OK [http://localhost/categories/4/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:02:15) [GET]
Parameters: {"category_id"=>"5"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '5') LIMIT 1
Photo Load (0.1ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '5') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 11ms (View: 3, DB: 0) | 200 OK [http://localhost/categories/5/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:02:23) [GET]
Parameters: {"category_id"=>"5"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '5') LIMIT 1
Photo Load (0.1ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '5') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 11ms (View: 3, DB: 0) | 200 OK [http://localhost/categories/5/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:02:26) [GET]
Parameters: {"category_id"=>"4"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '4') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '4') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 17ms (View: 7, DB: 1) | 200 OK [http://localhost/categories/4/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:02:27) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 15ms (View: 6, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:02:29) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 14ms (View: 6, DB: 0) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:04:11) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 18ms (View: 7, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:04:25) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 16ms (View: 7, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:04:28) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 16ms (View: 7, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:06:13) [GET]
Parameters: {"category_id"=>"3"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '3') LIMIT 1
Photo Load (0.2ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '3') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 14ms (View: 6, DB: 0) | 200 OK [http://localhost/categories/3/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:06:14) [GET]
Parameters: {"category_id"=>"2"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '2') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '2') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 15ms (View: 6, DB: 0) | 200 OK [http://localhost/categories/2/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:06:16) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 67ms (View: 58, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:06:18) [GET]
Parameters: {"category_id"=>"4"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '4') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '4') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 17ms (View: 7, DB: 1) | 200 OK [http://localhost/categories/4/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:06:51) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 15ms (View: 6, DB: 0) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:06:55) [GET]
Parameters: {"category_id"=>"5"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '5') LIMIT 1
Photo Load (0.1ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '5') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 11ms (View: 3, DB: 0) | 200 OK [http://localhost/categories/5/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:06:59) [GET]
Parameters: {"category_id"=>"3"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '3') LIMIT 1
Photo Load (0.5ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '3') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 67ms (View: 6, DB: 1) | 200 OK [http://localhost/categories/3/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:07:57) [GET]
Parameters: {"category_id"=>"4"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '4') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '4') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 15ms (View: 6, DB: 0) | 200 OK [http://localhost/categories/4/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:07:58) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 15ms (View: 7, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:08:06) [GET]
Parameters: {"category_id"=>"4"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '4') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '4') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 15ms (View: 6, DB: 1) | 200 OK [http://localhost/categories/4/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:08:14) [GET]
Parameters: {"category_id"=>"3"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '3') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '3') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 14ms (View: 5, DB: 0) | 200 OK [http://localhost/categories/3/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:08:21) [GET]
Parameters: {"category_id"=>"2"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '2') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '2') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 15ms (View: 6, DB: 0) | 200 OK [http://localhost/categories/2/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:08:22) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.3ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 15ms (View: 7, DB: 1) | 200 OK [http://localhost/categories/1/photos]
Processing PhotosController#index (for 127.0.0.1 at 2010-10-08 13:13:08) [GET]
Parameters: {"category_id"=>"1"}
Category Load (0.2ms) SELECT * FROM "categories" WHERE ("categories"."id" = '1') LIMIT 1
Photo Load (0.4ms) SELECT * FROM "photos" WHERE ("photos"."category_id" = '1') 
Rendering template within layouts/photos
Rendering photos/index
Completed in 15ms (View: 7, DB: 1) | 200 OK [http://localhost/categories/1/photos]