|
|
|
@ -0,0 +1,4702 @@
|
|
|
|
|
[4;36;1mSQL (0.4ms)[0m [0;1m SELECT name
|
|
|
|
|
FROM sqlite_master
|
|
|
|
|
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
|
|
|
[0m
|
|
|
|
|
[4;35;1mSQL (0.2ms)[0m [0mselect sqlite_version(*)[0m
|
|
|
|
|
[4;36;1mSQL (8.0ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
|
|
|
[4;35;1mSQL (5.2ms)[0m [0mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
|
|
|
[4;36;1mSQL (0.4ms)[0m [0;1m SELECT name
|
|
|
|
|
FROM sqlite_master
|
|
|
|
|
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
|
|
|
[0m
|
|
|
|
|
[4;35;1mSQL (0.1ms)[0m [0mSELECT version FROM schema_migrations[0m
|
|
|
|
|
Migrating to CreateItems (20100722152749)
|
|
|
|
|
[4;36;1mSQL (0.6ms)[0m [0;1mCREATE TABLE "items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "key" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
|
|
|
|
|
[4;35;1mSQL (0.2ms)[0m [0mINSERT INTO schema_migrations (version) VALUES ('20100722152749')[0m
|
|
|
|
|
Migrating to CreateEvents (20100722153153)
|
|
|
|
|
[4;36;1mSQL (0.5ms)[0m [0;1mCREATE TABLE "events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "details" text, "item_id" integer, "color" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
|
|
|
|
|
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO schema_migrations (version) VALUES ('20100722153153')[0m
|
|
|
|
|
Migrating to CreateBookings (20100722153250)
|
|
|
|
|
[4;36;1mSQL (0.4ms)[0m [0;1mCREATE TABLE "bookings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "start_at" datetime, "end_at" datetime, "event_id" integer, "created_at" datetime, "updated_at" datetime) [0m
|
|
|
|
|
[4;35;1mSQL (0.2ms)[0m [0mINSERT INTO schema_migrations (version) VALUES ('20100722153250')[0m
|
|
|
|
|
[4;36;1mSQL (0.5ms)[0m [0;1m SELECT name
|
|
|
|
|
FROM sqlite_master
|
|
|
|
|
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
|
|
|
[0m
|
|
|
|
|
[4;35;1mSQL (0.3ms)[0m [0mSELECT version FROM schema_migrations[0m
|
|
|
|
|
[4;36;1mSQL (0.3ms)[0m [0;1m SELECT name
|
|
|
|
|
FROM sqlite_master
|
|
|
|
|
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
|
|
|
[0m
|
|
|
|
|
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("bookings")[0m
|
|
|
|
|
[4;36;1mSQL (0.1ms)[0m [0;1mPRAGMA index_list("events")[0m
|
|
|
|
|
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("items")[0m
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#show (for 127.0.0.1 at 2010-07-23 10:01:25) [GET]
|
|
|
|
|
|
|
|
|
|
ActionView::MissingTemplate (Missing template items/show.erb in view path app/views):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rendering rescues/layout (internal_server_error)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:17:43) [GET]
|
|
|
|
|
|
|
|
|
|
ActionView::MissingTemplate (Missing template items/index.erb in view path app/views):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rendering rescues/layout (internal_server_error)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#show (for 127.0.0.1 at 2010-07-23 11:18:04) [GET]
|
|
|
|
|
Parameters: {"key"=>"authentify"}
|
|
|
|
|
|
|
|
|
|
ActionView::MissingTemplate (Missing template items/show.erb in view path app/views):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rendering rescues/layout (internal_server_error)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#show (for 127.0.0.1 at 2010-07-23 11:18:35) [GET]
|
|
|
|
|
Parameters: {"key"=>"authentify"}
|
|
|
|
|
|
|
|
|
|
ActionView::MissingTemplate (Missing template items/show.erb in view path app/views):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rendering rescues/layout (internal_server_error)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#show (for 127.0.0.1 at 2010-07-23 11:18:42) [GET]
|
|
|
|
|
Parameters: {"key"=>"authentify"}
|
|
|
|
|
|
|
|
|
|
ActionView::MissingTemplate (Missing template items/show.erb in view path app/views):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rendering rescues/layout (internal_server_error)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#show (for 127.0.0.1 at 2010-07-23 11:18:46) [GET]
|
|
|
|
|
Parameters: {"key"=>"authentify"}
|
|
|
|
|
|
|
|
|
|
ActionView::MissingTemplate (Missing template items/show.erb in view path app/views):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rendering rescues/layout (internal_server_error)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#authentify (for 127.0.0.1 at 2010-07-23 11:19:06) [GET]
|
|
|
|
|
Parameters: {"secret"=>"ee7ebb0a6e3ce158407baf986811a3a"}
|
|
|
|
|
|
|
|
|
|
ActionView::MissingTemplate (Missing template items/authentify.erb in view path app/views):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rendering rescues/layout (internal_server_error)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#authentify (for 127.0.0.1 at 2010-07-23 11:19:32) [GET]
|
|
|
|
|
Parameters: {"secret"=>"ee7ebb0a6e3ce158407baf986811a3a"}
|
|
|
|
|
Redirected to http://localhost:3000/
|
|
|
|
|
Completed in 6ms (DB: 0) | 302 Found [http://localhost/authentify/ee7ebb0a6e3ce158407baf986811a3a]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:19:32) [GET]
|
|
|
|
|
|
|
|
|
|
ActionView::MissingTemplate (Missing template items/index.erb in view path app/views):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rendering rescues/layout (internal_server_error)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#authentify (for 127.0.0.1 at 2010-07-23 11:19:46) [GET]
|
|
|
|
|
Parameters: {"secret"=>"ee7ebb0a6e3ce158407baf986811a3a"}
|
|
|
|
|
Redirected to http://localhost:3000/
|
|
|
|
|
Completed in 6ms (DB: 0) | 302 Found [http://localhost/authentify/ee7ebb0a6e3ce158407baf986811a3a]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:19:46) [GET]
|
|
|
|
|
|
|
|
|
|
ActionView::MissingTemplate (Missing template items/index.erb in view path app/views):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rendering rescues/layout (internal_server_error)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#authentify (for 127.0.0.1 at 2010-07-23 11:20:02) [GET]
|
|
|
|
|
Parameters: {"secret"=>"ee7ebb0a6e3ce158407baf986811a3a2"}
|
|
|
|
|
Redirected to http://localhost:3000/
|
|
|
|
|
Completed in 7ms (DB: 0) | 302 Found [http://localhost/authentify/ee7ebb0a6e3ce158407baf986811a3a2]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:20:02) [GET]
|
|
|
|
|
|
|
|
|
|
ActionView::MissingTemplate (Missing template items/index.erb in view path app/views):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rendering rescues/layout (internal_server_error)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:22:13) [GET]
|
|
|
|
|
|
|
|
|
|
ActionView::MissingTemplate (Missing template items/index.erb in view path app/views):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rendering rescues/layout (internal_server_error)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:22:15) [GET]
|
|
|
|
|
|
|
|
|
|
ActionView::MissingTemplate (Missing template items/index.erb in view path app/views):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rendering rescues/layout (internal_server_error)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:22:35) [GET]
|
|
|
|
|
|
|
|
|
|
ActionView::MissingTemplate (Missing template items/index.erb in view path app/views):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rendering rescues/layout (internal_server_error)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:22:46) [GET]
|
|
|
|
|
|
|
|
|
|
ActionView::MissingTemplate (Missing template items/index.erb in view path app/views):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rendering rescues/layout (internal_server_error)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#show (for 127.0.0.1 at 2010-07-23 11:23:15) [GET]
|
|
|
|
|
Parameters: {"key"=>"j"}
|
|
|
|
|
|
|
|
|
|
NameError (undefined local variable or method `sessions' for #<ItemsController:0xb66a59bc>):
|
|
|
|
|
app/controllers/items_controller.rb:12:in `show'
|
|
|
|
|
|
|
|
|
|
Rendered rescues/_trace (116.5ms)
|
|
|
|
|
Rendered rescues/_request_and_response (5.9ms)
|
|
|
|
|
Rendering rescues/layout (internal_server_error)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#show (for 127.0.0.1 at 2010-07-23 11:23:23) [GET]
|
|
|
|
|
Parameters: {"key"=>"j"}
|
|
|
|
|
|
|
|
|
|
ActionView::MissingTemplate (Missing template items/show.erb in view path app/views):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rendering rescues/layout (internal_server_error)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:23:33) [GET]
|
|
|
|
|
|
|
|
|
|
ActionView::MissingTemplate (Missing template items/public_index.erb in view path app/views):
|
|
|
|
|
app/controllers/items_controller.rb:6:in `index'
|
|
|
|
|
|
|
|
|
|
Rendering rescues/layout (internal_server_error)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:23:41) [GET]
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/public_index
|
|
|
|
|
Completed in 90ms (View: 84, DB: 0) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ApplicationController#index (for 127.0.0.1 at 2010-07-23 11:23:41) [GET]
|
|
|
|
|
|
|
|
|
|
ActionController::RoutingError (No route matches "/stylesheets/reset-min.css" with {:method=>:get}):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rendering rescues/layout (not_found)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ApplicationController#index (for 127.0.0.1 at 2010-07-23 11:23:41) [GET]
|
|
|
|
|
|
|
|
|
|
ActionController::RoutingError (No route matches "/stylesheets/main.css" with {:method=>:get}):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rendering rescues/layout (not_found)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:24:21) [GET]
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/public_index
|
|
|
|
|
Completed in 20ms (View: 13, DB: 0) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ApplicationController#index (for 127.0.0.1 at 2010-07-23 11:24:21) [GET]
|
|
|
|
|
|
|
|
|
|
ActionController::RoutingError (No route matches "/images/help.png" with {:method=>:get}):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rendering rescues/layout (not_found)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:25:07) [GET]
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/public_index
|
|
|
|
|
Completed in 21ms (View: 14, DB: 0) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ApplicationController#index (for 127.0.0.1 at 2010-07-23 11:25:07) [GET]
|
|
|
|
|
|
|
|
|
|
ActionController::RoutingError (No route matches "/images/help.png" with {:method=>:get}):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rendering rescues/layout (not_found)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:25:37) [GET]
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/public_index
|
|
|
|
|
Completed in 9ms (View: 3, DB: 0) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:25:42) [GET]
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/public_index
|
|
|
|
|
Completed in 19ms (View: 13, DB: 0) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:27:19) [GET]
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/public_index
|
|
|
|
|
Completed in 9ms (View: 3, DB: 0) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:27:31) [GET]
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/public_index
|
|
|
|
|
Completed in 19ms (View: 13, DB: 0) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:27:53) [GET]
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/public_index
|
|
|
|
|
Completed in 19ms (View: 13, DB: 0) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:43:34) [GET]
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/public_index
|
|
|
|
|
Completed in 25ms (View: 13, DB: 0) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:43:54) [GET]
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/public_index
|
|
|
|
|
Completed in 21ms (View: 14, DB: 0) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:45:38) [GET]
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/public_index
|
|
|
|
|
Completed in 20ms (View: 14, DB: 0) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#authentify (for 127.0.0.1 at 2010-07-23 11:45:44) [GET]
|
|
|
|
|
Parameters: {"secret"=>"ee7ebb0a6e3ce158407baf986811a3a2"}
|
|
|
|
|
Redirected to http://localhost:3000/
|
|
|
|
|
Completed in 7ms (DB: 0) | 302 Found [http://localhost/authentify/ee7ebb0a6e3ce158407baf986811a3a2]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:45:44) [GET]
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Completed in 21ms (View: 14, DB: 0) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:47:48) [GET]
|
|
|
|
|
|
|
|
|
|
SyntaxError (/home/madx/dev/evolix/repos/evoresa2/app/models/item.rb:12: syntax error, unexpected tLSHFT, expecting '<' or '\n' or ';'
|
|
|
|
|
class NotFound << StandardError; end
|
|
|
|
|
^):
|
|
|
|
|
app/controllers/items_controller.rb:5:in `index'
|
|
|
|
|
|
|
|
|
|
Rendered rescues/_trace (121.2ms)
|
|
|
|
|
Rendered rescues/_request_and_response (0.8ms)
|
|
|
|
|
Rendering rescues/layout (internal_server_error)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:48:00) [GET]
|
|
|
|
|
[4;36;1mItem Load (1.3ms)[0m [0;1mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Completed in 54ms (View: 13, DB: 1) | 200 OK [http://localhost/]
|
|
|
|
|
[4;36;1mItem Create (0.9ms)[0m [0;1mINSERT INTO "items" ("name", "created_at", "updated_at", "key", "email") VALUES('Salle de réunion', '2010-07-23 09:50:34', '2010-07-23 09:50:34', 'df4fac63f77f6896bb09d3b8f01441f7', 'madx@yapok.org')[0m
|
|
|
|
|
[4;35;1mItem Create (0.6ms)[0m [0mINSERT INTO "items" ("name", "created_at", "updated_at", "key", "email") VALUES('Rétroprojecteur', '2010-07-23 09:50:46', '2010-07-23 09:50:46', 'ea30e7bf781a84c83a5f250f47246b3b', 'madx@yapok.org')[0m
|
|
|
|
|
[4;36;1mItem Load (1.1ms)[0m [0;1mSELECT * FROM "items" [0m
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:50:50) [GET]
|
|
|
|
|
[4;35;1mItem Load (1.7ms)[0m [0mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (9.4ms)
|
|
|
|
|
Rendered items/_item (0.3ms)
|
|
|
|
|
Completed in 44ms (View: 24, DB: 2) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:51:05) [GET]
|
|
|
|
|
[4;36;1mItem Load (1.7ms)[0m [0;1mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (7.1ms)
|
|
|
|
|
Rendered items/_item (0.3ms)
|
|
|
|
|
Completed in 41ms (View: 21, DB: 2) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:51:37) [GET]
|
|
|
|
|
[4;35;1mItem Load (1.6ms)[0m [0mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (7.4ms)
|
|
|
|
|
Rendered items/_item (0.3ms)
|
|
|
|
|
Completed in 40ms (View: 21, DB: 2) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:51:59) [GET]
|
|
|
|
|
[4;36;1mItem Load (1.6ms)[0m [0;1mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (161.8ms)
|
|
|
|
|
Rendered items/_item (0.7ms)
|
|
|
|
|
Completed in 194ms (View: 176, DB: 2) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:52:36) [GET]
|
|
|
|
|
[4;35;1mItem Load (1.6ms)[0m [0mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (8.0ms)
|
|
|
|
|
Rendered items/_item (0.5ms)
|
|
|
|
|
Completed in 41ms (View: 22, DB: 2) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:53:02) [GET]
|
|
|
|
|
[4;36;1mItem Load (1.7ms)[0m [0;1mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (8.2ms)
|
|
|
|
|
Rendered items/_item (0.5ms)
|
|
|
|
|
Completed in 44ms (View: 23, DB: 2) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:53:07) [GET]
|
|
|
|
|
[4;35;1mItem Load (1.7ms)[0m [0mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (8.0ms)
|
|
|
|
|
Rendered items/_item (0.5ms)
|
|
|
|
|
Completed in 51ms (View: 24, DB: 2) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:53:50) [GET]
|
|
|
|
|
[4;36;1mItem Load (1.8ms)[0m [0;1mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (7.5ms)
|
|
|
|
|
Rendered items/_item (0.5ms)
|
|
|
|
|
Completed in 39ms (View: 13, DB: 2) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:53:51) [GET]
|
|
|
|
|
[4;35;1mItem Load (1.6ms)[0m [0mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (6.2ms)
|
|
|
|
|
Rendered items/_item (0.5ms)
|
|
|
|
|
Completed in 30ms (View: 11, DB: 2) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:54:05) [GET]
|
|
|
|
|
[4;36;1mItem Load (1.8ms)[0m [0;1mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (6.3ms)
|
|
|
|
|
Rendered items/_item (0.5ms)
|
|
|
|
|
Completed in 30ms (View: 11, DB: 2) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:54:06) [GET]
|
|
|
|
|
[4;35;1mItem Load (1.6ms)[0m [0mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (6.5ms)
|
|
|
|
|
Rendered items/_item (0.5ms)
|
|
|
|
|
Completed in 34ms (View: 11, DB: 2) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:54:07) [GET]
|
|
|
|
|
[4;36;1mItem Load (1.7ms)[0m [0;1mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (6.7ms)
|
|
|
|
|
Rendered items/_item (0.5ms)
|
|
|
|
|
Completed in 158ms (View: 12, DB: 2) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:54:21) [GET]
|
|
|
|
|
[4;35;1mItem Load (1.7ms)[0m [0mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (7.0ms)
|
|
|
|
|
Rendered items/_item (0.5ms)
|
|
|
|
|
Completed in 36ms (View: 12, DB: 2) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:54:22) [GET]
|
|
|
|
|
[4;36;1mItem Load (1.6ms)[0m [0;1mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (6.4ms)
|
|
|
|
|
Rendered items/_item (0.5ms)
|
|
|
|
|
Completed in 31ms (View: 11, DB: 2) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:54:27) [GET]
|
|
|
|
|
[4;35;1mItem Load (1.6ms)[0m [0mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (6.4ms)
|
|
|
|
|
Rendered items/_item (0.5ms)
|
|
|
|
|
Completed in 30ms (View: 11, DB: 2) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:54:37) [GET]
|
|
|
|
|
[4;36;1mItem Load (1.6ms)[0m [0;1mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (6.3ms)
|
|
|
|
|
Rendered items/_item (0.5ms)
|
|
|
|
|
Completed in 30ms (View: 11, DB: 2) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:54:52) [GET]
|
|
|
|
|
[4;35;1mItem Load (1.6ms)[0m [0mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (6.2ms)
|
|
|
|
|
Rendered items/_item (0.5ms)
|
|
|
|
|
Completed in 30ms (View: 11, DB: 2) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:55:07) [GET]
|
|
|
|
|
[4;36;1mItem Load (1.6ms)[0m [0;1mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (6.3ms)
|
|
|
|
|
Rendered items/_item (0.5ms)
|
|
|
|
|
Completed in 29ms (View: 11, DB: 2) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:55:35) [GET]
|
|
|
|
|
[4;35;1mItem Load (1.7ms)[0m [0mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (7.1ms)
|
|
|
|
|
Rendered items/_item (0.5ms)
|
|
|
|
|
Completed in 173ms (View: 12, DB: 2) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:55:42) [GET]
|
|
|
|
|
[4;36;1mItem Load (1.7ms)[0m [0;1mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (6.5ms)
|
|
|
|
|
Rendered items/_item (0.5ms)
|
|
|
|
|
Completed in 31ms (View: 11, DB: 2) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:55:43) [GET]
|
|
|
|
|
[4;35;1mItem Load (1.6ms)[0m [0mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (6.4ms)
|
|
|
|
|
Rendered items/_item (0.5ms)
|
|
|
|
|
Completed in 31ms (View: 11, DB: 2) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:56:04) [GET]
|
|
|
|
|
[4;36;1mItem Load (1.7ms)[0m [0;1mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (8.0ms)
|
|
|
|
|
Rendered items/_item (0.5ms)
|
|
|
|
|
Completed in 41ms (View: 22, DB: 2) | 200 OK [http://localhost/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processing ItemsController#index (for 127.0.0.1 at 2010-07-23 11:56:19) [GET]
|
|
|
|
|
[4;35;1mItem Load (1.7ms)[0m [0mSELECT * FROM "items" [0m
|
|
|
|
|
Rendering template within layouts/application
|
|
|
|
|
Rendering items/index
|
|
|
|
|
Rendered items/_item (6.4ms)
|
|
|
|
|
Rendered items/_item (0.5ms)
|
|
|
|
|
|